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
/
smbd
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-05-06
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
1
-0
/
+7
2003-04-21
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
1
-2
/
+4
2003-04-16
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
1
-1
/
+1
2003-03-22
(merge from HEAD)
Andrew Bartlett
1
-2
/
+10
2003-02-27
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
1
-0
/
+7
2003-01-30
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
1
-1
/
+1
2003-01-30
Merge of controversial 'max log size' fix.
Tim Potter
1
-0
/
+12
2003-01-24
Fixed typo found by tpot.
Jeremy Allison
1
-1
/
+1
2003-01-11
[merge] make sure to update print queue cache during timeout_processing() to ...
Gerald Carter
1
-0
/
+4
2003-01-09
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Herb Lewis
1
-0
/
+26
2003-01-08
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
1
-5
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-12-11
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
1
-1
/
+0
2002-12-04
merges from HEAD - change_trust_account_password() must always talk to PDC
Gerald Carter
1
-3
/
+3
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-10
/
+8
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-141
/
+147
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-14
/
+7
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-35
/
+30
2002-03-14
Now we have reliable signals take SIGTERM inband.
Jeremy Allison
1
-3
/
+9
2002-03-01
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
1
-1
/
+1
2002-01-31
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-23
Check request flag for unicode capability and respond accordingly, rather tha...
Jim McDonough
1
-1
/
+2
2002-01-19
Report write fail in smb_dump.
Jeremy Allison
1
-1
/
+3
2002-01-11
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
1
-7
/
+7
2002-01-09
Fixed up atomic update code.
Jeremy Allison
1
-2
/
+2
2002-01-05
I've decided to move the auth code around a bit more...
Andrew Bartlett
1
-6
/
+6
2002-01-03
Fix talloc msg registration
Martin Pool
1
-1
/
+1
2002-01-03
smbd children should also register for POOL_USAGE
Martin Pool
1
-0
/
+1
2001-12-10
cleanup a little namespace pollution
Andrew Tridgell
1
-1
/
+1
2001-11-27
don't try to auto-change the trust password unless we are in domain
Andrew Tridgell
1
-1
/
+4
2001-11-26
challange -> challenge
Tim Potter
1
-4
/
+4
2001-11-24
This is another rather major change to the samba authenticaion
Andrew Bartlett
1
-13
/
+17
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-1
/
+1
2001-10-20
Converted a bunch of 0x85 constants to SMBkeepalive.
Tim Potter
1
-2
/
+2
2001-10-19
Restored old Bmpx code - actually used by OS/2.
Jeremy Allison
1
-4
/
+4
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-6
/
+6
2001-10-17
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
1
-19
/
+18
2001-10-17
Fixed inconsistent definitions of InBuf/OutBuf/last_char.
Jeremy Allison
1
-3
/
+0
2001-10-11
Fixed bug when status=no and max smbd processes > 0.
Jeremy Allison
1
-0
/
+6
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-3
/
+3
2001-09-10
Fix for second logic bug when handing oplock breaks and client messages
Jeremy Allison
1
-1
/
+11
2001-09-05
Fix I think for the fcntl spinning problem. Re-prioritize so
Jeremy Allison
1
-1
/
+7
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-9
/
+9
2001-08-22
force checking of log size after 200 smbd in a row or after 30 sec with no
Herb Lewis
1
-2
/
+3
2001-08-09
Fix inspired by Don @ HP. Close down password server connection if keepalive
Jeremy Allison
1
-1
/
+4
2001-07-02
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
1
-1
/
+1
2001-06-25
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
1
-1
/
+1
2001-06-22
Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....
Jeremy Allison
1
-1
/
+1
[next]