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
/
ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
1998-10-23
1
-1
/
+1
*
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
Jeremy Allison
1998-10-22
1
-1
/
+1
*
extern fstring global_myworkgroup should be a pstring
Luke Leighton
1998-10-22
1
-2
/
+2
*
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1998-10-21
1
-1
/
+1
*
signed / unsigned issues
Luke Leighton
1998-10-21
1
-1
/
+1
*
dce/rpc. bug-fix in ipc.c (introduced today :)
Luke Leighton
1998-10-20
1
-1
/
+1
*
some quite important bug-fixes i missed because i transferred the wrong
Luke Leighton
1998-10-20
1
-19
/
+8
*
- dce/rpc code
Luke Leighton
1998-10-19
1
-22
/
+2
*
made pass_check_smb() available for dce/rpc use.
Luke Leighton
1998-10-16
1
-1
/
+1
*
bug-fixing against:
Luke Leighton
1998-10-15
1
-1
/
+40
*
config: Fix crypt prototype on RedHat Linux.
Jeremy Allison
1998-10-15
1
-2
/
+12
*
- don't generate 0 params in torture
Andrew Tridgell
1998-10-08
1
-10
/
+16
*
dce/rpc
Luke Leighton
1998-10-07
1
-240
/
+11
*
return False _and_ a break in a switch statement.
Luke Leighton
1998-10-07
1
-1
/
+0
*
dce/rpc
Luke Leighton
1998-10-07
1
-1
/
+11
*
dce/rpc
Luke Leighton
1998-10-06
1
-20
/
+60
*
Got very strict about the differences and uses of
Jeremy Allison
1998-09-29
1
-1
/
+1
*
Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.
Jeremy Allison
1998-09-28
1
-10
/
+44
*
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1998-09-23
1
-2
/
+1
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-16
/
+8
*
added 0x10 to the frag length in the "bind ack".
Luke Leighton
1998-09-07
1
-1
/
+1
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-1
/
+1
*
changed the SMBtrans reply code to align at the same alignment as
Andrew Tridgell
1998-09-03
1
-13
/
+8
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-1
/
+1
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-13
/
+13
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
1
-1
/
+1
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
1
-7
/
+1
*
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1998-08-21
1
-3
/
+1
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
1
-1
/
+1
*
- some tidying up in files.c
Andrew Tridgell
1998-08-16
1
-7
/
+6
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
1
-89
/
+85
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-2
/
+2
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-234
/
+226
*
this gets smbd compiling and linking correctly with the new layout.
Andrew Tridgell
1998-08-09
1
-12
/
+12
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-2
/
+2
*
Fixed bug found by Richard Sharpe. After increasing files_struct size by
Jeremy Allison
1998-07-22
1
-1
/
+1
*
Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.
Jeremy Allison
1998-07-16
1
-9
/
+26
*
ipc.c: map_username is now a BOOL function.
Jeremy Allison
1998-06-12
1
-2
/
+2
*
De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam
Jeremy Allison
1998-06-10
1
-0
/
+26
*
client.c: Allowed client to proceed even if it gets error 234 (more data
Jeremy Allison
1998-06-04
1
-6
/
+5
*
ipc.c: Fix bug where we don't return the correct error code when client
Jeremy Allison
1998-06-03
1
-9
/
+12
*
chgpasswd.c: Added comments to #ifdefs
Jeremy Allison
1998-05-14
1
-2
/
+3
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-30
/
+30
*
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1998-05-07
1
-5
/
+5
*
created "passdb.c" which is an interface point to (at present) either
Luke Leighton
1998-05-07
1
-6
/
+6
*
Fixes for the %U and %G problems people have reported.
Jeremy Allison
1998-05-06
1
-5
/
+5
*
genrand.c: SGI compile warning fix.
Jeremy Allison
1998-05-05
1
-0
/
+1
*
Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted
Jeremy Allison
1998-04-30
1
-1
/
+1
*
This looks like a big change but really isn't.
Jeremy Allison
1998-04-25
1
-7
/
+7
*
put server-side long dce/rpc code in main branch.
Luke Leighton
1998-04-21
1
-6
/
+6
[next]