index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Subtract NT_STATUS from common flag, don't add it...
Jeremy Allison
2003-12-01
1
-3
/
+3
*
Don't automatically set nt status code flag unless client tells us it can
Jeremy Allison
2003-12-01
1
-5
/
+10
*
Fix debug message warning.
Jeremy Allison
2003-11-05
1
-1
/
+1
*
Fix more 64-bit printf warnings.
Tim Potter
2003-11-03
1
-1
/
+1
*
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
2003-10-21
1
-1
/
+1
*
Used cachegrind to track down some bottlenecks.
Jeremy Allison
2003-09-04
1
-0
/
+4
*
Fix bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
2003-08-28
1
-1
/
+1
*
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
2003-08-07
1
-1
/
+10
*
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
2003-07-24
1
-2
/
+7
*
Ensure everywhere we defer an incoming SMB request (blocking lock queue,
Jeremy Allison
2003-07-24
1
-0
/
+3
*
Reformatting fixes to bring in line with the rest of the source.
Jeremy Allison
2003-07-16
1
-338
/
+325
*
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
2003-05-06
1
-0
/
+7
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-2
/
+4
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-1
/
+1
*
(merge from HEAD)
Andrew Bartlett
2003-03-22
1
-2
/
+10
*
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
2003-02-27
1
-0
/
+7
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-1
/
+1
*
Merge of controversial 'max log size' fix.
Tim Potter
2003-01-30
1
-0
/
+12
*
Fixed typo found by tpot.
Jeremy Allison
2003-01-24
1
-1
/
+1
*
[merge] make sure to update print queue cache during timeout_processing() to ...
Gerald Carter
2003-01-11
1
-0
/
+4
*
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Herb Lewis
2003-01-09
1
-0
/
+26
*
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
2003-01-08
1
-5
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
1
-1
/
+0
*
merges from HEAD - change_trust_account_password() must always talk to PDC
Gerald Carter
2002-12-04
1
-3
/
+3
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-10
/
+8
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-141
/
+147
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-14
/
+7
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-35
/
+30
*
Now we have reliable signals take SIGTERM inband.
Jeremy Allison
2002-03-14
1
-3
/
+9
*
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
2002-03-01
1
-1
/
+1
*
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
2002-01-31
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Check request flag for unicode capability and respond accordingly, rather tha...
Jim McDonough
2002-01-23
1
-1
/
+2
*
Report write fail in smb_dump.
Jeremy Allison
2002-01-19
1
-1
/
+3
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
1
-7
/
+7
*
Fixed up atomic update code.
Jeremy Allison
2002-01-09
1
-2
/
+2
*
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
1
-6
/
+6
*
Fix talloc msg registration
Martin Pool
2002-01-03
1
-1
/
+1
*
smbd children should also register for POOL_USAGE
Martin Pool
2002-01-03
1
-0
/
+1
*
cleanup a little namespace pollution
Andrew Tridgell
2001-12-10
1
-1
/
+1
*
don't try to auto-change the trust password unless we are in domain
Andrew Tridgell
2001-11-27
1
-1
/
+4
*
challange -> challenge
Tim Potter
2001-11-26
1
-4
/
+4
*
This is another rather major change to the samba authenticaion
Andrew Bartlett
2001-11-24
1
-13
/
+17
*
Don't put a \n on the end of the arg to exit_server()
Tim Potter
2001-11-05
1
-1
/
+1
*
Converted a bunch of 0x85 constants to SMBkeepalive.
Tim Potter
2001-10-20
1
-2
/
+2
*
Restored old Bmpx code - actually used by OS/2.
Jeremy Allison
2001-10-19
1
-4
/
+4
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-6
/
+6
*
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
2001-10-17
1
-19
/
+18
*
Fixed inconsistent definitions of InBuf/OutBuf/last_char.
Jeremy Allison
2001-10-17
1
-3
/
+0
[next]