summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
...
* I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool2001-11-231-1/+1
* Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2001-11-221-43/+47
* Fixed +ve caching. Still problems with -ve caching.Jeremy Allison2001-11-221-105/+115
* Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison2001-11-221-2/+8
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-25/+24
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-211-105/+231
* Merge from 2.2.Tim Potter2001-11-191-1/+1
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-151-20/+133
* Added free_domain_info() function.Tim Potter2001-11-151-0/+27
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-3/+7
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-291-7/+2
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-191-2/+0
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-191-40/+49
* Some reformatting.Tim Potter2001-10-141-6/+10
* Converted a few winbind functions to use a talloc context that is destroyedTim Potter2001-10-121-32/+72
* Removed some unused code from the recent cleanup.Tim Potter2001-10-121-281/+0
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-101-31/+29
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-091-33/+77
* More work on winbindd connection rewrite:Tim Potter2001-10-081-53/+83
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-051-212/+142
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* more static/dead fnsAndrew Tridgell2001-09-101-9/+0
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-101-79/+3
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-13/+8
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-221-0/+1
* Merged across rewritten version of winbindd_kill_connections(). This nowTim Potter2001-07-191-22/+15
* the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell2001-07-181-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* Merge from appliance branch:Tim Potter2001-06-201-2/+8
* don't use c++ style commentsAndrew Tridgell2001-06-051-1/+1
* Memory leak fixes from insure.Tim Potter2001-05-151-10/+0
* Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter2001-05-141-1/+1
* Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:Tim Potter2001-05-091-5/+6
* Misc fixes to get winbindd working. We can now do a 'getent passwd'Tim Potter2001-05-081-5/+12
* OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter2001-05-071-37/+37
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-207/+431
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-9/+50
* use "winbind separator" in tng as wellAndrew Tridgell2000-05-121-1/+3
* treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2000-05-101-4/+18
* more merging voodooAndrew Tridgell2000-05-101-0/+7
* more mergingAndrew Tridgell2000-05-101-1/+0
* brought the winbindd code into headAndrew Tridgell2000-05-091-0/+633