fixed warnings (and potential errors) due to integer overflow when
[samba.git] / source3 / smbd / nttrans.c
1998-11-23 Luke Leightonunix instance of group database API
1998-11-20 Jeremy AllisonInstrumented hack fix with debug level 10 statements...
1998-11-19 Jeremy AllisonSync up with 2.0 code.
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Jeremy Allisonlibsmb/smbdes.c: #ifdef'ed out code prior to removal.
1998-10-20 Jeremy Allisonsmbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta...
1998-10-18 Andrew Tridgellcheck for lp_nt_pipe_support() in open calls
1998-10-09 Luke Leightonbasic client-side ntcreateX function (hard-wired values...
1998-09-30 Jeremy AllisonImplemented directory-relative opens for NT opens.
1998-09-23 Luke Leightonnttrans.c:
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-18 Andrew Tridgellfixed a usage of off_t that should have been SMB_OFF_T
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-14 Jeremy AllisonMapped correct open modes for READ_CONTROL access.
1998-09-14 Jeremy AllisonFixed problems people were having with creating profile
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-21 Jeremy AllisonFixes for the problem in blocking locks with file_fsp...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Jeremy Allisonsmbd/nttrans.c: Fixed bug in split off pipe code.
1998-08-17 Jeremy AllisonFixed bug introduced by the recent changes where the...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
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-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellchanged find_free_file() to file_new().
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-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
1998-08-11 Jeremy AllisonMakefile.in: Added CHECK target back in (at Herb's...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-08-05 Jeremy AllisonFixed memory leak when freeing ChangeNotify structures.
1998-08-04 Jeremy Allisonnttrans.c: Fix change_notify. Queue processing code...
1998-08-04 Jeremy Allisonloadparm.c: Added "debug timestamp" synonym for Chris.
1998-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-23 Jeremy Allisonlocking.c: Added lock type to is_locked() and do_lock()
1998-07-17 Jeremy AllisonCode added to fix the renaming of a directory under...
1998-07-17 Jeremy Allisonnttrans.c: Added FILE_EXECUTE to required permissions...
1998-07-17 Jeremy Allisonlocal.h: Added NTFS define if HAVE_NT_SMBS is defined.
1998-07-16 Jeremy AllisonMakefile: Added nttrans.o
1998-07-14 Jeremy Allisonloadparm.c:
1998-07-11 Jeremy Allisonnntrans.c: Fully implemented transact rename.
1998-07-11 Jeremy Allisonnttrans.c: More NT SMB stuff.
1998-07-09 Jeremy AllisonNT SMB trans reply code.
1998-07-08 Jeremy AllisonImplementing more NT SMB functionality.
1998-07-02 Jeremy Allisonnttrans.c: More NT SMB stuff.
1998-07-02 Jeremy Allisonchgpasswd.c: Fix from Peter Debus <pdebus@turing.une...
1998-07-01 Jeremy Allisonincludes.h: AIX fix.
1998-06-30 Jeremy Allisonnttrans.c: More code towards NT protocol.
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-08 Jeremy Allisonclitar.c: #ifdef'ed out all the bits that were giving...
1998-05-08 Jeremy AllisonInitial cut at the code that will do NT SMB calls....