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
/
source
/
smbd
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r24957: Merge 21867, 21869, 21870 and 21871:
Volker Lendecke
2007-09-04
1
-59
/
+23
*
r24956: Merge r21879:
Volker Lendecke
2007-09-04
1
-7
/
+1
*
r24950: Merge r21784
Volker Lendecke
2007-09-04
1
-3
/
+0
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-08-30
1
-6
/
+4
*
r24702: Remove the old API pointers
Volker Lendecke
2007-08-27
1
-495
/
+308
*
r24660: Merge the inbuf/outbuf changes
Volker Lendecke
2007-08-25
1
-382
/
+691
*
r23990: Reformatting for 80 cols and trailing whitespace
Volker Lendecke
2007-07-22
1
-11
/
+18
*
r23988: Looks a lot more scary than it is: This just unwraps the else-branch of
Volker Lendecke
2007-07-21
1
-67
/
+74
*
r23987: Remove static pid in switch_message()
Volker Lendecke
2007-07-21
1
-5
/
+3
*
r23813: Remove unused global variable
Volker Lendecke
2007-07-10
1
-5
/
+0
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23780: Find and fix more GPL2 -> GPL3.
Jeremy Allison
2007-07-09
1
-1
/
+1
*
r23740: Merge r23725 from 3_0:
Volker Lendecke
2007-07-07
1
-9
/
+0
*
r23739: Merge r23724 from 3_0 without the accidential checkin:
Volker Lendecke
2007-07-07
1
-0
/
+12
*
r23537: Revert the inbuf/outbuf part of r23528: This caused the Solaris CC ma...
Volker Lendecke
2007-06-18
1
-10
/
+54
*
r23528: Two changes to make the valgrind massif (heap profiler) output readable:
Volker Lendecke
2007-06-17
1
-54
/
+10
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-05-21
1
-1
/
+1
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-05-14
1
-3
/
+3
*
r22691: Fix a 64-bit warning and a const const discard warning
Volker Lendecke
2007-05-05
1
-4
/
+3
*
r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.
Jeremy Allison
2007-04-09
1
-2
/
+2
*
r21731: Fix long-standing bug in our chain processing code.
Jeremy Allison
2007-03-07
1
-3
/
+20
*
r21479: Merge Volker's code simplification for the AIO
Jeremy Allison
2007-02-21
1
-38
/
+2
*
r21322: No feedback means consent :-)
Volker Lendecke
2007-02-13
1
-55
/
+35
*
r21166: Ensure we return the correct "EROFS" error on a non-writable
Jeremy Allison
2007-02-05
1
-1
/
+1
*
r20742: Rename chkpth -> checkpath for sanity's sake :-).
Jeremy Allison
2007-01-13
1
-1
/
+1
*
r20719: Sync up the changes in the fileserver code between SAMBA_3_0.
Jeremy Allison
2007-01-12
1
-1
/
+14
*
r19810: more merge work....does not compile currently. Working on smbd merge
Gerald Carter
2006-11-21
1
-70
/
+15
*
r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ...
Gerald Carter
2006-11-20
1
-0
/
+9
*
r19782: more compile fixes for merge
Gerald Carter
2006-11-19
1
-2
/
+1
*
r16418: Pull in more Klocwork fixes (up to r16415)
Gerald Carter
2006-06-20
1
-38
/
+36
*
r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)
Gerald Carter
2006-05-23
1
-1
/
+0
*
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
2006-04-15
1
-4
/
+0
*
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
2006-04-14
1
-3
/
+12
*
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
2006-04-11
1
-8
/
+4
*
r15022: Fix core dumps on normal server exit.
Jeremy Allison
2006-04-10
1
-4
/
+4
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2006-04-10
1
-13
/
+18
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2006-04-04
1
-1
/
+1
*
r14559: Oplocks have changed, process_smb can be static again
Volker Lendecke
2006-03-19
1
-3
/
+2
*
r14229: Something Coverity hasn't caught (yet) but I've gotten
Jeremy Allison
2006-03-12
1
-3
/
+5
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2006-02-20
1
-8
/
+8
*
r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.
Jeremy Allison
2006-02-14
1
-6
/
+6
*
r13482: Push the FAM notification file descriptor into the select
James Peach
2006-02-13
1
-5
/
+20
*
r13316: Let the carnage begin....
Gerald Carter
2006-02-03
1
-111
/
+4
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2005-09-30
1
-187
/
+270
*
r10188: 64-bit warning fix.
Jeremy Allison
2005-09-12
1
-1
/
+1
*
r9126: Fix valgrind bug Volker found in interaction with new aio buffer
Jeremy Allison
2005-08-05
1
-0
/
+4
*
r8798: Save one system call per SMB. smb_run_idle_events right now is only us...
Volker Lendecke
2005-07-27
1
-4
/
+0
*
r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ...
Jeremy Allison
2005-07-26
1
-5
/
+7
*
r7963: Add aio support to 3.0.
Jeremy Allison
2005-06-27
1
-13
/
+98
*
r7961: randomize reloading so that smbds do not pverload cupsd
Simo Sorce
2005-06-27
1
-0
/
+10
[next]