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
/
ipc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>
Volker Lendecke
1
-0
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
Volker Lendecke
1
-2
/
+2
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-53
/
+126
2007-10-10
r22059: Over-allocate and NULL out 100 bytes for lanman.c.
Volker Lendecke
1
-4
/
+8
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-2
/
+2
2007-10-10
r20178: Ensure we allocate the intermediate trans structs
Jeremy Allison
1
-1
/
+2
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-2
/
+2
2007-10-10
r16275: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...
Jeremy Allison
1
-4
/
+4
2007-10-10
r15911: Make us survive rpc-authcontext committed next
Volker Lendecke
1
-0
/
+6
2007-10-10
r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...
Volker Lendecke
1
-2
/
+2
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-181
/
+271
2007-10-10
r14849: Fix >= that should be >. Too strict condition
Jeremy Allison
1
-2
/
+2
2007-10-10
r13980: Fix Coverity bug # 63. Jeremy, could you take a look at this?
Volker Lendecke
1
-5
/
+16
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-1
/
+1
2007-10-10
r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...
Gerald Carter
1
-5
/
+6
2007-10-10
r4830: Fix for problem noticed by Guy Harris <gharris@apple.com>, return
Jeremy Allison
1
-2
/
+4
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+4
2007-10-10
r3666: Generalise fix for trans and nttrans multi-fragment requests.
Jeremy Allison
1
-2
/
+2
2004-03-09
Yet another '\n' termination of debug message.
Rafal Szczesniak
1
-1
/
+1
2003-12-01
Ensure the server can cope with multiple secondary trans
Jeremy Allison
1
-0
/
+8
2003-10-21
Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing
Jeremy Allison
1
-1
/
+9
2003-10-17
Typo broke win9x logins.
Jeremy Allison
1
-1
/
+1
2003-10-16
Tidyup wrap checking.
Jeremy Allison
1
-6
/
+14
2003-08-02
More fixes for client and server side signing. Ensure sequence numbers
Jeremy Allison
1
-3
/
+2
2003-08-02
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
1
-0
/
+6
2003-04-14
Whitespace syncup.
Tim Potter
1
-3
/
+3
2003-03-18
Merge signed/unsigned fix from HEAD.
Andrew Bartlett
1
-1
/
+1
2003-03-11
We use unsigned now, so use %u.
Jeremy Allison
1
-1
/
+1
2003-03-07
Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.
Jeremy Allison
1
-1
/
+1
2003-03-07
Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.
Jeremy Allison
1
-0
/
+3
2003-03-07
Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters
Jeremy Allison
1
-27
/
+74
2002-11-07
Stop using hardcoded smbtrans subcommands
Jim McDonough
1
-3
/
+3
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-20
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
1
-6
/
+8
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-5
/
+5
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-1
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-14
/
+8
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-19
/
+9
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-1
/
+1
2001-06-29
Win9x weirdness. When setting the named pipe handle state on a Unicode
Tim Potter
1
-2
/
+10
2001-06-09
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
1
-3
/
+6
2001-03-13
Fix from Jim McDonough of IBM for using Win9x user manager.
Jeremy Allison
1
-2
/
+9
2001-03-13
this patch does a number of things:
Andrew Tridgell
1
-2
/
+2
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-2
/
+0
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-2
/
+12
2000-05-12
fixed error code for buffer_too_large in trans reply
Andrew Tridgell
1
-1
/
+1
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+2
[next]