summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* make sure we find NSS_STATUS structAndrew Tridgell2001-12-131-0/+1
* allow IRIX to build nsswitch/libnss_wins.soHerb Lewis2001-12-121-12/+82
* add *.po32 to ignore listHerb Lewis2001-12-121-0/+1
* Oops, the -a option disappeared.Tim Potter2001-12-111-0/+1
* sync with 2.2Herb Lewis2001-12-111-0/+29
* Replace backslash with winbind separator before calling parse_domain_user(). ...Jim McDonough2001-12-111-2/+4
* fix for IRIX compilersHerb Lewis2001-12-111-2/+2
* handle systems without setenv()Andrew Tridgell2001-12-111-1/+1
* Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter2001-12-112-2/+34
* Converted wbinfo to use popt instead of getopt - popt is very nice!Tim Potter2001-12-111-28/+100
* removed the start_ndx parameter from group enumerationAndrew Tridgell2001-12-115-87/+80
* got rid of start_ndx from query_user_list()Andrew Tridgell2001-12-116-128/+120
* robustness fixes and moved ccache location into winbindd_ads codeAndrew Tridgell2001-12-102-0/+20
* 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