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
2007-10-10
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
1
-8
/
+7
2007-10-10
r4190: When changing length calculations, get them right......
Jeremy Allison
1
-1
/
+1
2007-10-10
r4186: Fix client & server to allow 127k READX calls.
Jeremy Allison
1
-2
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+3
2007-10-10
r1936: Fix bug noticed by Steve - ensure extended security bit is on only
Jeremy Allison
1
-1
/
+6
2007-10-10
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
1
-0
/
+22
2007-10-10
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
1
-1
/
+1
2007-10-10
r1089: Removed spurious oplock message in deferred open processing.
Jeremy Allison
1
-4
/
+6
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-21
/
+196
2007-10-10
r998: Arrrgggh. Do it right this time :-(.
Jeremy Allison
1
-3
/
+3
2007-10-10
r996: Fix error in change to queuing code (dlink).
Jeremy Allison
1
-3
/
+3
2007-10-10
r971: Auto remove store dos attributes if underlying filesystem
Jeremy Allison
1
-11
/
+13
2007-10-10
r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)
Herb Lewis
1
-1
/
+1
2007-10-10
r799: BUG 1259 -- add 'printcap cache time' patch from Lars
Gerald Carter
1
-1
/
+27
2007-10-10
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
1
-3
/
+4
2007-10-10
r478: Added Volkers fix to be able to force DOS errors when needed.
Jeremy Allison
1
-1
/
+1
2004-02-24
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy Allison
1
-1
/
+1
2003-12-01
Subtract NT_STATUS from common flag, don't add it...
Jeremy Allison
1
-3
/
+3
2003-12-01
Don't automatically set nt status code flag unless client tells us it can
Jeremy Allison
1
-5
/
+10
2003-11-05
Fix debug message warning.
Jeremy Allison
1
-1
/
+1
2003-11-03
Fix more 64-bit printf warnings.
Tim Potter
1
-1
/
+1
2003-10-21
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
1
-1
/
+1
2003-09-04
Used cachegrind to track down some bottlenecks.
Jeremy Allison
1
-0
/
+4
2003-08-28
Fix bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
1
-1
/
+1
2003-08-07
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
1
-1
/
+10
2003-07-24
Fix packet signing with asynchronous oplock breaks. Removed bad error message
Jeremy Allison
1
-2
/
+7
2003-07-24
Ensure everywhere we defer an incoming SMB request (blocking lock queue,
Jeremy Allison
1
-0
/
+3
2003-07-16
Reformatting fixes to bring in line with the rest of the source.
Jeremy Allison
1
-338
/
+325
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
[next]