summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-23look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1-3/+5
1998-09-203 changes:Andrew Tridgell1-2/+4
1998-09-18Fixed problems with premature kernel oplock checkin code.Jeremy Allison1-1/+1
1998-09-18fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1-1/+1
1998-09-18include/includes.h:Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-24/+6
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-3/+3
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-10/+10
1998-09-11Added ssize_t to configure code.Jeremy Allison1-148/+215
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1-3/+3
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1-2/+8
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-26/+28
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-30/+30
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-2/+2
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-19/+25
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-7/+29
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-8/+20
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-31/+22
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-2/+2
1998-08-16changed find_free_file() to file_new().Andrew Tridgell1-7/+7
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-323/+249
1998-08-15configure: Changes for extra headers.Jeremy Allison1-4/+3
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-953/+832
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-21/+34
1998-08-04loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1-0/+2
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-105/+113
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-62/+78
1998-07-29locking.c: Print messages when we downgrade a lock.Jeremy Allison1-0/+3
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison1-8/+8
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-13/+14
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1-2/+2
1998-07-17Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1-14/+41
1998-07-14loadparm.c:Jeremy Allison1-14/+12
1998-07-11nntrans.c: Fully implemented transact rename.Jeremy Allison1-3/+24
1998-07-11nttrans.c: More NT SMB stuff.Jeremy Allison1-65/+77
1998-06-15Makefile:Jeremy Allison1-8/+20
1998-06-12ipc.c: map_username is now a BOOL function.Jeremy Allison1-3/+3
1998-06-10De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1-3/+38
1998-05-21printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1-15/+17
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-7/+7
1998-05-12This is a security audit change of the main source.Jeremy Allison1-56/+56
1998-05-11reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1-1/+8
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-5/+5
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-7/+7
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison1-1/+1
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-1/+1
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-6/+0
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-2/+2
1998-04-23genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1-54/+55