index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-24
Don't use old usage() function, but the one from popt.
Jelmer Vernooij
1
-1
/
+0
2003-03-24
Revoke some of the popt patch from metze I applied earlier today. It added
Jelmer Vernooij
1
-0
/
+1
2003-03-24
Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes
Jelmer Vernooij
1
-5
/
+2
2003-03-23
Convert to popt.
Jelmer Vernooij
1
-58
/
+26
2003-03-23
NTLM Authentication:
Andrew Bartlett
1
-5
/
+25
2003-03-08
Make sure that the 'remote' machine name can only be set once. For some weird
Andrew Bartlett
1
-9
/
+2
2003-02-28
*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit
Jeremy Allison
1
-5
/
+48
2003-02-19
Missed one use of SETENV. (Compat macro no longer needed, as we have a
Andrew Bartlett
1
-1
/
+1
2003-02-14
Fix for trusted domains scan not working inspired by Ken Cross.
Tim Potter
1
-1
/
+1
2003-01-16
Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
Andrew Bartlett
1
-0
/
+1
2003-01-13
Merge of remove "winbindd holding pattern" from appliance. It's a bit
Tim Potter
1
-6
/
+0
2003-01-03
patch to include support for daemontools from Michael Handler
Gerald Carter
1
-3
/
+21
2003-01-02
BIG patch...
Andrew Bartlett
1
-1
/
+1
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-0
/
+20
2002-12-01
Remove extra headers, and ensure that we correctly bail out of winbindd if we
Andrew Bartlett
1
-0
/
+6
2002-11-26
After consultation with tpot, remove the 'winbind_domain' environment
Andrew Bartlett
1
-1
/
+1
2002-11-26
Having waited for *way* too long, this is mimir's namecache and trusted domain
Andrew Bartlett
1
-0
/
+1
2002-11-18
Bug fix from appliance - we must initialise the winbindd server state
Tim Potter
1
-2
/
+2
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-12
/
+2
2002-11-08
Compleatly remove support for logfile truncation. All logs are opened for
Andrew Bartlett
1
-6
/
+0
2002-11-07
Call winbindd_param_init() earlier on in the piece so we don't get stuck in
Tim Potter
1
-14
/
+15
2002-11-02
Some winbindd cleanups I made trying to fix cr1020:
Tim Potter
1
-38
/
+22
2002-10-15
- we need to rescan the trusted domain list regularly to cope with
Andrew Tridgell
1
-0
/
+4
2002-10-15
Change to use sys_read/sys_write.
Jeremy Allison
1
-10
/
+4
2002-09-17
Reverted my earlier change. It was incorrect. We must be protected by
Jeremy Allison
1
-5
/
+4
2002-09-17
Only create the pidfile once we're ready to receive requests.
Jeremy Allison
1
-3
/
+5
2002-09-11
Put pid number in invalid request size debug.
Tim Potter
1
-2
/
+2
2002-08-27
Fix typo in debug.
Tim Potter
1
-1
/
+1
2002-08-16
Merge of netbios namecache code from APPLIANCE_HEAD.
Tim Potter
1
-0
/
+2
2002-07-31
Winbind updates!
Andrew Bartlett
1
-0
/
+3
2002-07-21
Another smattering of static and const
Andrew Bartlett
1
-1
/
+1
2002-07-14
this is a trick to work around the fact that posix does not supply
Andrew Tridgell
1
-0
/
+1
2002-06-07
Merge pidfile fix.
Jeremy Allison
1
-3
/
+3
2002-05-13
Merge of secrets_init() paranoia fix from 2.2
Tim Potter
1
-1
/
+6
2002-04-24
main() needs to be indented to make sure it doesn't generate a
Andrew Tridgell
1
-1
/
+1
2002-04-24
a new "dual daemon" operating mode for winbindd
Andrew Tridgell
1
-47
/
+88
2002-04-13
Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.
Jeremy Allison
1
-4
/
+3
2002-04-04
Fix up conversion code from old winbindd versions (some testing needed).
Jeremy Allison
1
-0
/
+4
2002-03-29
merge winbindd WINS changes from 2.2
Herb Lewis
1
-0
/
+5
2002-03-26
Unblock sigusr1 on startup.
Tim Potter
1
-0
/
+1
2002-03-26
Added code for smb messaging. winbindd now responds to the smbcontrol
Tim Potter
1
-2
/
+15
2002-03-15
added a -h usage option to winbindd
Andrew Tridgell
1
-1
/
+16
2002-03-14
Now we have reliable signals take SIGTERM inband.
Jeremy Allison
1
-5
/
+4
2002-02-18
fixed a memory leak thanks to dleducq@arkoon.net
Andrew Tridgell
1
-0
/
+1
2002-01-31
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
1
-1
/
+4
2002-01-31
added 'wbinfo --sequence' to show sequence numbers of all domains
Andrew Tridgell
1
-0
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-26
Change the winbind interface to use seperate 'domain' and 'username' feilds for
Andrew Bartlett
1
-0
/
+1
2002-01-22
Call pidfile_create() as part of init sequence.
Tim Potter
1
-0
/
+3
2002-01-19
Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.
Jeremy Allison
1
-0
/
+2
[next]