summaryrefslogtreecommitdiff
path: root/source4/nsswitch/wbinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20wbinfo: Output string for sid type in lookupsid.Kai Blin1-20/+20
(This used to be commit 8b4c7fb200598b7f747fc681f76d464760f693ee)
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
(This used to be commit a1715b1f48ba44bd94844418cc9299649aaf1a5e)
2008-01-11wbinfo: Handle SID_NAME_COMPUTER in sid_type_lookupKai Blin1-0/+1
(This used to be commit 1abb2b471a11305ae7e0da403eca3cfe1fe1b016)
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-4/+4
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and ↵Jelmer Vernooij1-5/+5
wbsrv_connection. (This used to be commit 7c008664238ed966cb82adf5b25b22157bb50730)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-85/+85
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-6/+6
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25242: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher1-2/+0
as this is always answered by the winbindd parent and will most times return old sequence number values. metze (This used to be commit af259f35f22ea24c1b2f2e007998bfa0bb58f6f6)
2007-10-10r25181: sync winbind client code with samba3Stefan Metzmacher1-29/+29
NOTE: wbinfo.c isn't fully merged here metze (This used to be commit eee5327dc2f79c052c2db0ca89f23cc9d2ce355d)
2007-10-10r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher1-2/+0
metze (This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24374: Add a getpwuid lookup to wbinfoKai Blin1-0/+38
(This used to be commit f1672fb553e39f30c8dbb76f36c7132b2fd6e0c4)
2007-10-10r23852: Merge Samba 3.2's wbinfo into Samba4, so Kai can use it for testing.Andrew Bartlett1-0/+1255
Andrew Bartlett (This used to be commit 0fc9b015d734463416e7acb1981eb65216d200fc)
2007-10-10r853: remove a real big bunch of unused codeStefan Metzmacher1-891/+0
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 (This used to be commit 972598d511c64f29bdc849fe58c9c82fbcf6a4a2)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+891
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)