summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Correct message on wbinfo fail to open config file.Jeremy Allison2001-12-041-1/+2
* added lookup_groups() to the ads backendAndrew Tridgell2001-12-044-8/+69
* moved lookup_usergroups() into the backend structureAndrew Tridgell2001-12-046-72/+83
* added a query_user backendAndrew Tridgell2001-12-047-97/+169
* changed query_dispinfo to query_user_listAndrew Tridgell2001-12-034-23/+23
* put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-035-30/+57
* added name_to_sid to the backendAndrew Tridgell2001-12-0310-111/+186
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-033-12/+233
* fixed the nsswitch initgroups codeAndrew Tridgell2001-12-031-8/+10
* split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell2001-12-035-94/+142
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-015-66/+94
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-4/+13
* Some reformatting.Tim Potter2001-11-271-223/+229
* Added negative caching to group lookups.Jeremy Allison2001-11-272-48/+87
* Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-272-136/+159
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-272-28/+29
* don't die with a FPE if there are no DCsAndrew Tridgell2001-11-261-0/+2
* Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter2001-11-261-47/+7
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+2
* Removed bogus SAFE_FREE() call of talloced return data fromTim Potter2001-11-263-19/+19
* Fixed some indentation.Tim Potter2001-11-261-2/+2
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-5/+7
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-232-3/+59
* Set type to NOTUSED if lookup fail.Jeremy Allison2001-11-231-0/+1
* Got rid of that stupid parse_domain_user() warning when compilingTim Potter2001-11-231-22/+0
* Finish 1.45 by removing redundant sid->string conversion inMartin Pool2001-11-231-14/+44
* I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool2001-11-231-1/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-233-5/+0
* Fixed check machine account function.Tim Potter2001-11-234-74/+63
* 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
* Added debugs to track down sequence lookup problems.Jeremy Allison2001-11-221-4/+10
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-212-27/+28
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-213-112/+238
* Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2001-11-212-130/+191
* Merge from 2.2.Tim Potter2001-11-191-1/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-193-9/+7
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-152-220/+202
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-154-103/+177
* Jeremy, I'm not sure what you were trying to do with the process activityTim Potter2001-11-151-3/+1
* Added free_domain_info() function.Tim Potter2001-11-151-0/+27
* Added free_domain_info() function.Tim Potter2001-11-151-1/+1
* Cache positive and negative name domain controller lookups.Tim Potter2001-11-151-11/+148
* Get list of trusted domains if we haven't fetched them yet.Tim Potter2001-11-152-0/+9
* Fixed display of uninitialised buffer in debug.Tim Potter2001-11-151-2/+8
* Bit of a cleanup of signal handling code.Tim Potter2001-11-151-8/+14
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-442/+0
* Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison2001-11-141-38/+52
* Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2001-11-142-10/+24