summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-24Don't use old usage() function, but the one from popt.Jelmer Vernooij1-1/+0
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-0/+1
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-5/+2
2003-03-23Convert to popt.Jelmer Vernooij1-58/+26
2003-03-23NTLM Authentication:Andrew Bartlett1-5/+25
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-9/+2
2003-02-28*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison1-5/+48
2003-02-19Missed one use of SETENV. (Compat macro no longer needed, as we have aAndrew Bartlett1-1/+1
2003-02-14Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter1-1/+1
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-0/+1
2003-01-13Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter1-6/+0
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-0/+20
2002-12-01Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett1-0/+6
2002-11-26After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett1-1/+1
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-0/+1
2002-11-18Bug fix from appliance - we must initialise the winbindd server stateTim Potter1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-12/+2
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-6/+0
2002-11-07Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter1-14/+15
2002-11-02Some winbindd cleanups I made trying to fix cr1020:Tim Potter1-38/+22
2002-10-15- we need to rescan the trusted domain list regularly to cope withAndrew Tridgell1-0/+4
2002-10-15Change to use sys_read/sys_write.Jeremy Allison1-10/+4
2002-09-17Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison1-5/+4
2002-09-17Only create the pidfile once we're ready to receive requests.Jeremy Allison1-3/+5
2002-09-11Put pid number in invalid request size debug.Tim Potter1-2/+2
2002-08-27Fix typo in debug.Tim Potter1-1/+1
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-0/+2
2002-07-31Winbind updates!Andrew Bartlett1-0/+3
2002-07-21Another smattering of static and constAndrew Bartlett1-1/+1
2002-07-14this is a trick to work around the fact that posix does not supplyAndrew Tridgell1-0/+1
2002-06-07Merge pidfile fix.Jeremy Allison1-3/+3
2002-05-13Merge of secrets_init() paranoia fix from 2.2Tim Potter1-1/+6
2002-04-24main() needs to be indented to make sure it doesn't generate aAndrew Tridgell1-1/+1
2002-04-24a new "dual daemon" operating mode for winbinddAndrew Tridgell1-47/+88
2002-04-13Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison1-4/+3
2002-04-04Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison1-0/+4
2002-03-29merge winbindd WINS changes from 2.2Herb Lewis1-0/+5
2002-03-26Unblock sigusr1 on startup.Tim Potter1-0/+1
2002-03-26Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter1-2/+15
2002-03-15added a -h usage option to winbinddAndrew Tridgell1-1/+16
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison1-5/+4
2002-02-18fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell1-0/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+4
2002-01-31added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-0/+1
2002-01-22Call pidfile_create() as part of init sequence.Tim Potter1-0/+3
2002-01-19Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison1-0/+2