summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changes include:Christopher R. Hertel1998-04-131-3/+3
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-43/+40
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-1/+1
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-1/+1
* - claim the null connection after the session request to mak sure weAndrew Tridgell1998-03-151-0/+4
* use FSTYPE_STRING not "SAMBA" for filesystem typeAndrew Tridgell1998-03-121-1/+1
* Missed fixes in NTDOM branch for doing readX via pipe IPC$.Jeremy Allison1998-03-111-0/+4
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-42/+74
* Ding-dong the witch is dead, the witch is dead......Jeremy Allison1998-02-131-4/+13
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-111-1/+1
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-071-1/+1
* Added get_create_time() function to time.c.Jeremy Allison1998-01-241-1/+1
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* reply.c:Jeremy Allison1998-01-161-2/+2
* reply.c: Added timestamp to attack warning.Jeremy Allison1998-01-151-1/+1
* *** empty log message ***Andrew Tridgell1998-01-121-5/+21
* allow local_machine and remote_machine (%L and %m macros) to containAndrew Tridgell1997-12-031-6/+2
* clientgen.c: Added cli_mv() (used in a recent torture test).Jeremy Allison1997-11-301-4/+24
* added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1997-11-291-4/+6
* added some debug lines to the rename codeAndrew Tridgell1997-11-201-4/+13
* ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison1997-11-181-1/+8