summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-051-11/+24
* Typo fix.Rafal Szczesniak2003-08-271-1/+1
* Update last scan time in rescan_trusted_domains().Tim Potter2003-08-271-0/+2
* make sure we keep the trusted domain cache up to dateGerald Carter2003-08-251-2/+31
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* fix 2 bugs:Gerald Carter2003-08-081-32/+29
* fix cut-n-paste error found by abartletGerald Carter2003-08-011-8/+10
* make sure the domain sid is set when enumerating trusted domainsGerald Carter2003-07-311-1/+24
* working on transtive trusts issue:Gerald Carter2003-07-311-4/+54
* Just a few formatting fixed caught while testing.Rafal Szczesniak2003-07-101-4/+0
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-6/+10
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Explain why winbindd is exiting.Jeremy Allison2003-06-241-2/+4
* add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2003-06-241-0/+206
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-101-2/+3
* * set winbind cache time to 5 minutesGerald Carter2003-06-031-6/+4
* And finally IDMAP in 3_0Simo Sorce2003-05-121-5/+4
* remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter2003-04-291-2/+3
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-7/+33
* (merge from HEAD)Andrew Bartlett2003-03-241-0/+24
* Mop and bucket for trusted domain enumeration fix.Tim Potter2003-02-141-6/+7
* Merge of holding pattern stuff from HEAD.Tim Potter2003-01-151-21/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Formatting syncup.Tim Potter2002-12-201-2/+4
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+4
* Perform my janitorial duties.Tim Potter2002-11-071-6/+0
* Keep branches in sync.....Jeremy Allison2002-11-071-1/+7
* Merge things that bloody tpot should be doing :-).Jeremy Allison2002-11-061-2/+14
* Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-021-0/+86
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-1/+1
* * merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-1/+10
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+8
* sync 3.0 branch with headJelmer Vernooij2002-08-171-41/+77
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+3
* 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