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