Elrond | 1 Aug 2006 23:53
Picon

cvs commit: tng/source/groupdb groupdb.c tng/source/include samdb.h

elrond      2006/08/01 23:53:01 CEST

Modified files:
   source/groupdb         groupdb.c 
   source/include         samdb.h 
Log:
One comment and copyright fixup by NooN

Just one documentation update and one copyright update.
Nothing exciting, really.

Revision  Changes    Path
1.19      +7 -3      tng/source/groupdb/groupdb.c
1.49      +2 -1      tng/source/include/samdb.h

Elrond | 2 Aug 2006 00:00
Picon

cvs commit: tng/source/groupdb aliasdb.c aliasldap.c aliasunix.c builtindb.c builtinldap.c builtinunix.c groupdb.c groupldap.c groupnt5ldap.c groupunix.c tng/source/include samdb.h tng/source/passdb samsqlite.c tng/source/rpc_server srv_samr.c tng/source/samrd ...

elrond      2006/08/02 00:00:22 CEST

Modified files:
   source/groupdb         aliasdb.c aliasldap.c aliasunix.c 
                          builtindb.c builtinldap.c builtinunix.c 
                          groupdb.c groupldap.c groupnt5ldap.c 
                          groupunix.c 
   source/include         samdb.h 
   source/passdb          samsqlite.c 
   source/rpc_server      srv_samr.c 
   source/samrd           srv_samr_passdb.c 
Log:
Big load of int -> size_t by NooN in sam(db)

NooN fixed up a lot of the "int"s to "size_t"s.
He also noticed a few more ints, that I fixed to uint32.

Revision  Changes    Path
1.13      +11 -11    tng/source/groupdb/aliasdb.c
1.19      +5 -5      tng/source/groupdb/aliasldap.c
1.12      +2 -2      tng/source/groupdb/aliasunix.c
1.12      +8 -8      tng/source/groupdb/builtindb.c
1.21      +5 -5      tng/source/groupdb/builtinldap.c
1.12      +1 -1      tng/source/groupdb/builtinunix.c
1.20      +10 -10    tng/source/groupdb/groupdb.c
1.22      +5 -5      tng/source/groupdb/groupldap.c
1.7       +1 -1      tng/source/groupdb/groupnt5ldap.c
1.14      +2 -2      tng/source/groupdb/groupunix.c
1.50      +35 -35    tng/source/include/samdb.h
1.4       +9 -9      tng/source/passdb/samsqlite.c
(Continue reading)

Elrond | 2 Aug 2006 16:35
Picon

cvs commit: tng/source/lib util_hnd.c tng/source/rpc_parse parse_prs.c tng/source/spoolssd srv_spoolss_nt.c

elrond      2006/08/02 16:35:53 CEST

Modified files:
   source/lib             util_hnd.c 
   source/rpc_parse       parse_prs.c 
   source/spoolssd        srv_spoolss_nt.c 
Log:
Kill unused, dead, and useless functions

policy_link_key only tries to link the vuid of a POL_HND to
some other POL_HND. I can't really see the need, when we
use parenting.

prs_free_chain: Our parser struct isn't chained.

check_printer_ok: Printing... any questions?

Revision  Changes    Path
1.21      +0 -23     tng/source/lib/util_hnd.c
1.51      +0 -14     tng/source/rpc_parse/parse_prs.c
1.19      +0 -36     tng/source/spoolssd/srv_spoolss_nt.c

Elrond | 2 Aug 2006 16:58
Picon

cvs commit: tng/source/include client.h smb.h

elrond      2006/08/02 16:58:48 CEST

Modified files:
   source/include         client.h smb.h 
Log:
Kill unused struct members

client state: BOOL try_extended_security
	We try extended security depending on smb.conf
	settings
connection_struct: void *dl_handle
	We don't support loading vfs modules. Nobody asked
	for it, nobody cried when I started kicking it.

Revision  Changes    Path
1.13      +0 -1      tng/source/include/client.h
1.79      +0 -2      tng/source/include/smb.h

Elrond | 2 Aug 2006 17:39
Picon

cvs commit: tng/source/browserd browserd.c

elrond      2006/08/02 17:39:33 CEST

Modified files:
   source/browserd        browserd.c 
Log:
Kill duplicated code from browserd.c

browserd.c had code duplicated with msrpcd/msrpcd.d.
Note that msrpcd.c calls into each daemons specific code at
exactly the place, where the duplicated code exists.

Revision  Changes    Path
1.16      +0 -10     tng/source/browserd/browserd.c

Elrond | 2 Aug 2006 18:17
Picon

cvs commit: tng/source/lsarpcd lsarpcd.c tng/source/msrpc msrpcd.c tng/source/netlogond netlogond.c tng/source/samrd samrd.c tng/source/spoolssd spoolssd.c tng/source/srvsvcd srvsvcd.c tng/source/svcctld svcctld.c tng/source/winregd winregd.c ...

elrond      2006/08/02 18:17:47 CEST

Modified files:
   source/lsarpcd         lsarpcd.c 
   source/msrpc           msrpcd.c 
   source/netlogond       netlogond.c 
   source/samrd           samrd.c 
   source/spoolssd        spoolssd.c 
   source/srvsvcd         srvsvcd.c 
   source/svcctld         svcctld.c 
   source/winregd         winregd.c 
   source/wkssvcd         wkssvcd.c 
Log:
Move common daemon code to msrpcd.c

Okay, the browserd.c commit was a bit too quick.
The code I killed there was not (yet) in msrpcd.c.
Now it is!

I moved common code from all *d/*d.c to msrpcd.c.
It's mostly special daemon setup code for specific Unix
flavours.

Revision  Changes    Path
1.20      +1 -11     tng/source/lsarpcd/lsarpcd.c
1.48      +11 -0     tng/source/msrpc/msrpcd.c
1.15      +0 -10     tng/source/netlogond/netlogond.c
1.15      +0 -10     tng/source/samrd/samrd.c
1.14      +0 -10     tng/source/spoolssd/spoolssd.c
1.14      +0 -10     tng/source/srvsvcd/srvsvcd.c
(Continue reading)

Elrond | 5 Aug 2006 13:25
Picon

cvs commit: tng/source/include trans2.h tng/source/smbd trans2.c

elrond      2006/08/05 13:25:03 CEST

Modified files:
   source/include         trans2.h 
   source/smbd            trans2.c 
Log:
Trans2 QFS: Full Size Info and Quota Info

Add the Full Size Info and Quota Info levels to trans2
query fs info.
The Quota level is just exactly the answer of a w2k3 box
with no quotas enabled. :)

Revision  Changes    Path
1.8       +2 -0      tng/source/include/trans2.h
1.89      +22 -0     tng/source/smbd/trans2.c

Elrond | 5 Aug 2006 17:52
Picon

cvs commit: tng/source/groupdb groupdb.c groupldap.c tng/source/include samdb.h tng/source/passdb samsqlite.c

elrond      2006/08/05 17:52:51 CEST

Modified files:
   source/groupdb         groupdb.c groupldap.c 
   source/include         samdb.h 
   source/passdb          samsqlite.c 
Log:
samdb: Kill useless params to internal getgroupntnam

The internal backend API for getgroupntnam had params to
return the members of the group. We never really used that
and the public getgroupntnam API was changed a while back
already. Now change the backend API (and the backends).

Revision  Changes    Path
1.21      +4 -3      tng/source/groupdb/groupdb.c
1.23      +2 -3      tng/source/groupdb/groupldap.c
1.51      +2 -5      tng/source/include/samdb.h
1.5       +1 -8      tng/source/passdb/samsqlite.c

Elrond | 6 Aug 2006 18:02
Picon

cvs commit: tng/source/groupdb aliasdb.c aliasldap.c aliasunix.c builtindb.c builtinldap.c builtinunix.c tng/source/include samdb.h tng/source/passdb samsqlite.c

elrond      2006/08/06 18:02:16 CEST

Modified files:
   source/groupdb         aliasdb.c aliasldap.c aliasunix.c 
                          builtindb.c builtinldap.c builtinunix.c 
   source/include         samdb.h 
   source/passdb          samsqlite.c 
Log:
samdb: Kill useless params to internal getaliasntnam

This is basicly the same commit as the one for
getgroupntnam. Killing unused parameters to internal
functions. The public API already was done a while back.

This one renames a few internal helper functions to be more
in line with our current samdb-naming-convention.

Revision  Changes    Path
1.14      +4 -3      tng/source/groupdb/aliasdb.c
1.20      +6 -8      tng/source/groupdb/aliasldap.c
1.13      +1 -1      tng/source/groupdb/aliasunix.c
1.13      +4 -3      tng/source/groupdb/builtindb.c
1.22      +6 -8      tng/source/groupdb/builtinldap.c
1.13      +1 -1      tng/source/groupdb/builtinunix.c
1.52      +3 -6      tng/source/include/samdb.h
1.6       +1 -2      tng/source/passdb/samsqlite.c

Elrond | 7 Aug 2006 15:33
Picon

cvs commit: tng/source/include samdb.h tng/source/passdb sampassdb.c

elrond      2006/08/07 15:33:39 CEST

Modified files:
   source/include         samdb.h 
   source/passdb          sampassdb.c 
Log:
samdb: Little more docs by NooN

Revision  Changes    Path
1.53      +3 -0      tng/source/include/samdb.h
1.46      +9 -0      tng/source/passdb/sampassdb.c


Gmane