1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

13 Commits

Author SHA1 Message Date
Kai Blin
1abb2b471a wbinfo: Handle SID_NAME_COMPUTER in sid_type_lookup 2008-01-11 11:13:05 +01:00
Jelmer Vernooij
5d589a0d94 r26355: Eliminate global_loadparm in more places. 2007-12-21 05:49:01 +01:00
Jelmer Vernooij
7c00866423 r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsrv_connection. 2007-12-21 05:47:47 +01:00
Jelmer Vernooij
566aa14139 r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
Jelmer Vernooij
3fcc960839 r25398: Parse loadparm context to all lp_*() functions. 2007-10-10 15:07:25 -05:00
Stefan Metzmacher
af259f35f2 r25242: remove sequence_number out of WINBINDD_DOMAIN_INFO call
as this is always answered by the winbindd parent and will
most times return old sequence number values.

metze
2007-10-10 15:06:59 -05:00
Stefan Metzmacher
eee5327dc2 r25181: sync winbind client code with samba3
NOTE: wbinfo.c isn't fully merged here

metze
2007-10-10 15:06:46 -05:00
Stefan Metzmacher
1fc3a37902 r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h
metze
2007-10-10 15:06:44 -05:00
Jelmer Vernooij
abe8349f9b r25026: Move param/param.h out of includes.h 2007-10-10 15:05:38 -05:00
Kai Blin
f1672fb553 r24374: Add a getpwuid lookup to wbinfo 2007-10-10 15:01:48 -05:00
Andrew Bartlett
0fc9b015d7 r23852: Merge Samba 3.2's wbinfo into Samba4, so Kai can use it for testing.
Andrew Bartlett
2007-10-10 15:00:53 -05:00
Stefan Metzmacher
972598d511 r853: remove a real big bunch of unused code
I really think that this is needed to get a better overview of what is currently used
Also this stuff is really out of date

so if we really ever need some of this stuff back,
a 'svn copy' from the SAMBA_3_0 branch should be no big problem...

metze
2007-10-10 12:56:12 -05:00
Andrew Tridgell
b0510b5428 first public release of samba4 code -