summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-33/+105
* starting to sync up for beta3Gerald Carter2003-07-161-11/+11
* starting to sync for 3.0beta2Gerald Carter2003-07-011-2/+211
* * set winbind cache time to 5 minutesGerald Carter2003-06-031-6/+4
* THE Idmap patch :-)Simo Sorce2003-04-021-2/+2
* NTLM Authentication:Andrew Bartlett2003-03-231-0/+24
* Kill RID-only and domain+RID madness from winbind.Andrew Bartlett2003-02-261-3/+26
* Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter2003-02-141-6/+7
* Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter2003-01-131-21/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-6/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+4
* Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter2002-11-071-6/+0
* Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2002-11-071-1/+7
* Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter2002-11-051-0/+7
* Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-021-0/+86
* if trusted domains are disabled then we should not try to connect toAndrew Tridgell2002-10-231-1/+6
* - we need to rescan the trusted domain list regularly to cope withAndrew Tridgell2002-10-151-1/+1
* merge from APP_HEADGerald Carter2002-10-081-1/+1
* merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-1/+10
* be a bit more paranoid about not getting duplicate domain names (canAndrew Tridgell2002-08-181-2/+8
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-41/+77
* Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-1/+1
* Merge of init_domain_list() fix from APPLIANCE_HEAD.Tim Potter2002-07-111-3/+0
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-101-1/+0
* prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell2002-03-091-3/+2
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-271-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-1/+0
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-22/+5
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-4/+52
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-55/+90
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-17/+22
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-1/+5
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-3/+7
* moved the domain sid lookup and enumeration of trusted domains intoAndrew Tridgell2001-12-101-105/+24
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-144/+7
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-21/+1
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-101/+0
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-16/+5
* moved lookup_usergroups() into the backend structureAndrew Tridgell2001-12-041-56/+0
* added a query_user backendAndrew Tridgell2001-12-041-55/+0
* put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-031-27/+7
* added name_to_sid to the backendAndrew Tridgell2001-12-031-78/+32
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-2/+16
* split winbindd_enum_dom_groups into the new backend structureAndrew Tridgell2001-12-031-71/+2
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-10/+37
* Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-271-80/+82
* Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter2001-11-261-47/+7