smbd: some write time fixes
[tprouty/samba.git] / source / smbd / ipc.c
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-05-12 Andrew Tridgellfixed error code for buffer_too_large in trans reply
2000-05-10 Andrew Tridgellmore merging voodoo
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-19 Andrew Tridgellpatch from luke to split out lanman code from ipc.c...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-04-16 Andrew Tridgellremoved old comments
2000-04-16 Andrew Tridgelluse some symbolic names for print queue status
2000-04-16 Andrew Tridgelladded helper fns to change from internal status codes...
2000-04-16 Andrew Tridgellthe changes to the main smb code
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-29 Jeremy AllisonFixed bug found by JF where if the amount of data to...
2000-03-10 Jean-François Mico... getprinter level 0: was to short, found most of the...
2000-03-09 Jeremy AllisonBig update moving the multi-pdu support from 2.0.x...
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-03 Tim PotterPut back lots of missing calls to dos_to_unix(). Thanks to
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-05 Jeremy AllisonMoved check_plaintext_password() into smbd/chgpasswd...
2000-01-05 Jeremy Allisonclient/client.c: I18N fixes.
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-11-15 Luke Leighton- added DCE/RPC "fault" PDU support.
1999-09-27 Jean-François Mico... don't leak printer handles,
1999-08-13 Luke Leightonpnum should be a uint16.
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-03-25 Luke LeightonSAM database "set user info".
1999-02-24 Matthew ChapmanReturn either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmored...
1999-02-24 Matthew ChapmanWin9x user level security.
1999-02-09 Luke Leightonwhen multiple independent large rpc calls come in on...
1998-11-19 Jeremy AllisonSync up with 2.0 code.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-11 Jeremy AllisonFixed two debug prints.
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Jeremy Allisonserver/srv_samr.c smbd/ipc.c: Changed global_myworkgrou...
1998-10-22 Luke Leightonextern fstring global_myworkgroup should be a pstring
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-21 Luke Leightonsigned / unsigned issues
1998-10-20 Luke Leightondce/rpc. bug-fix in ipc.c (introduced today :)
1998-10-20 Luke Leightonsome quite important bug-fixes i missed because i trans...
1998-10-19 Luke Leighton- dce/rpc code
1998-10-16 Luke Leightonmade pass_check_smb() available for dce/rpc use.
1998-10-15 Luke Leightonbug-fixing against:
1998-10-15 Jeremy Allisonconfig: Fix crypt prototype on RedHat Linux.
1998-10-08 Andrew Tridgell- don't generate 0 params in torture
1998-10-07 Luke Leightondce/rpc
1998-10-07 Luke Leightonreturn False _and_ a break in a switch statement.
1998-10-07 Luke Leightondce/rpc
1998-10-06 Luke Leightondce/rpc
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-28 Jeremy AllisonFixed problems found in lint pass over the old code...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-07 Luke Leightonadded 0x10 to the frag length in the "bind ack".
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-03 Andrew Tridgellchanged the SMBtrans reply code to align at the same...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-22 Andrew Tridgelladded ASSERT() and ASSERT_ARRAY() macros and sprinkled...
1998-08-21 Andrew Tridgelladded new smb.conf option "panic action". see my samba...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgell- some tidying up in files.c
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-22 Jeremy AllisonFixed bug found by Richard Sharpe. After increasing...
1998-07-16 Jeremy AllisonMakefile: Added CC=gcc to DGUX on Intel. Comment from...
1998-06-12 Jeremy Allisonipc.c: map_username is now a BOOL function.
1998-06-10 Jeremy AllisonDe-coupled the mapping of a Windows to UNIX username...
1998-06-04 Jeremy Allisonclient.c: Allowed client to proceed even if it gets...
1998-06-03 Jeremy Allisonipc.c: Fix bug where we don't return the correct error...
1998-05-14 Jeremy Allisonchgpasswd.c: Added comments to #ifdefs
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-07 Jeremy AllisonThis should (hopefully :-) be the final fix for the...
1998-05-07 Luke Leightoncreated "passdb.c" which is an interface point to ...
1998-05-06 Jeremy AllisonFixes for the %U and %G problems people have reported.
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-30 Jeremy AllisonAdded patch from Bruce Tenison <btenison@dibbs.net...
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-21 Luke Leightonput server-side long dce/rpc code in main branch.
1998-04-15 Jeremy Allisonipc.c: Fix for printer queue spinning with Win95.
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-10 Jeremy Allisonincludes.h: Moved HPUX undefine of SEMMSL to where...
1998-04-08 Jeremy AllisonFix to stop Windows 95 spinning on print queue requests...
1998-03-27 Jeremy Allisonchgpasswd.c, ipc.c, loadparm.c: Added boolean "unix...
1998-03-24 Jeremy Allisonclientgen.c ipc.c smbpasswd.c: Fixes for warnings ...
1998-03-18 Jeremy AllisonAdded SamOEMChangePassword functionality.
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-17 Jeremy Allisoncharcnv.c: Added codepage 866 support onto the file...
1998-01-10 Jeremy Allisonipc.c: Fixed problem where we were not returning 'buffe...
1998-01-02 Herb Lewisfix printer driver rpc to prevent core dumps.
1998-01-01 Herb Lewisfixes to make_printerdef.c to generate a correct printe...
1997-11-29 Andrew Tridgelluse -1 not 0xffffffff in SIVALS() macros
1997-11-18 Jeremy Allisonipc.c: Changed reply_trans to use receive_next_smb...
next