summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-25/+17
* starting to sync up for beta3Gerald Carter2003-07-161-10/+48
* starting to sync for 3.0beta2Gerald Carter2003-07-011-3/+16
* Whitespace syncup.Tim Potter2003-05-281-1/+0
* Merge the remaining bits of fix for bug #60.Tim Potter2003-05-271-59/+48
* Forgot one file.Jelmer Vernooij2003-05-101-3/+0
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-0/+1
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+2
* proper wellknown sids initialization at startupSimo Sorce2003-05-011-0/+3
* make winbind use idmap as well.Simo Sorce2003-04-271-3/+2
* update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
* Create a pidfile, even when running in interactive mode.Tim Potter2003-04-071-3/+2
* privilaged -> privilegedTim Potter2003-04-071-4/+4
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-22/+1
* Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-5/+2
* Convert to popt.Jelmer Vernooij2003-03-231-58/+26
* NTLM Authentication:Andrew Bartlett2003-03-231-5/+25
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-9/+2
* *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison2003-02-281-5/+48
* Missed one use of SETENV. (Compat macro no longer needed, as we have aAndrew Bartlett2003-02-191-1/+1
* Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter2003-02-141-1/+1
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-0/+1
* Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter2003-01-131-6/+0
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+20
* Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-011-0/+6
* After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett2002-11-261-1/+1
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-0/+1
* Bug fix from appliance - we must initialise the winbindd server stateTim Potter2002-11-181-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-12/+2
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-6/+0
* Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2002-11-071-14/+15
* Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-021-38/+22
* - we need to rescan the trusted domain list regularly to cope withAndrew Tridgell2002-10-151-0/+4
* Change to use sys_read/sys_write.Jeremy Allison2002-10-151-10/+4
* Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison2002-09-171-5/+4
* Only create the pidfile once we're ready to receive requests.Jeremy Allison2002-09-171-3/+5
* Put pid number in invalid request size debug.Tim Potter2002-09-111-2/+2
* Fix typo in debug.Tim Potter2002-08-271-1/+1
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+2
* Winbind updates!Andrew Bartlett2002-07-311-0/+3
* Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
* this is a trick to work around the fact that posix does not supplyAndrew Tridgell2002-07-141-0/+1
* Merge pidfile fix.Jeremy Allison2002-06-071-3/+3
* Merge of secrets_init() paranoia fix from 2.2Tim Potter2002-05-131-1/+6
* main() needs to be indented to make sure it doesn't generate aAndrew Tridgell2002-04-241-1/+1
* a new "dual daemon" operating mode for winbinddAndrew Tridgell2002-04-241-47/+88