summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* Make protoMartin Pool2001-12-101-1/+0
* use objectCategory instead of objectClass for faster searchingAndrew Tridgell2001-12-101-3/+3
* Merge of memory leak fixes from APPLIANCE_TNG.Tim Potter2001-12-101-0/+7
* winbindd backends can now be marked "consistent" or "inconsistent"Andrew Tridgell2001-12-104-33/+93
* shrank the winbindd_cache.tdb somewhatAndrew Tridgell2001-12-101-27/+63
* added some commentsAndrew Tridgell2001-12-101-0/+2
* moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell2001-12-105-109/+143
* added some commentsAndrew Tridgell2001-12-102-4/+2
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-103-52/+8
* explicitly encode NULL strings in the cacheAndrew Tridgell2001-12-101-1/+15
* removed a debug lineAndrew Tridgell2001-12-101-2/+0
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-099-756/+591
* - use accountype not accountcontrolAndrew Tridgell2001-12-091-8/+26
* fixed type passed to ads_searchAndrew Tridgell2001-12-091-2/+1
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-082-11/+78
* Fixed typo in fix for typo in debug. (-:Tim Potter2001-12-061-1/+1
* fixed a memory leakAndrew Tridgell2001-12-051-1/+4
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-1/+1
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-056-80/+77
* don't double free ldap message listsAndrew Tridgell2001-12-051-3/+0
* fixed another leak - memory usage now seems to be quite smallAndrew Tridgell2001-12-051-0/+2
* added very basic ads connection cacheingAndrew Tridgell2001-12-052-84/+46
* plugged most of the memory leaksAndrew Tridgell2001-12-051-74/+120
* added the last winbindd/ads backend functionAndrew Tridgell2001-12-051-1/+66
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-057-170/+250
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-058-80/+57
* 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