andrej spotted that entries _not_ in domain map user were being refused.
[samba.git] / source3 / smbd / reply.c
1998-12-01 Luke Leightonandrej spotted that entries _not_ in domain map user...
1998-12-01 Luke Leightonhm. removed the "if failed to map nt name to unix...
1998-11-30 Luke Leightonattempting to fix "domain user map" up, but it's a...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonFixed NT modify timestamp issue.
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-16 Jeremy AllisonO_EXCL fixes for printing files & oplocks.
1998-11-15 Andrew Tridgellchange ROUNDUP to SMB_ROUNDUP to prevent conflicts...
1998-11-10 Jeremy Allisoninclude/local.h:
1998-11-03 Jeremy AllisonMakefile.in configure configure.in include/proto.h...
1998-10-28 Jeremy AllisonFix from thwartedefforts@wonky.org (slightly modified) to
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-19 Luke Leighton- dce/rpc code
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-18 Andrew Tridgellcheck for lp_nt_pipe_support() in open calls
1998-10-16 Luke Leightonmade pass_check_smb() available for dce/rpc use.
1998-10-07 Luke Leightondce/rpc
1998-10-06 Andrew Tridgellimplemented unix semantics for rename in smbwrapper
1998-09-26 Jeremy AllisonFixed the problem with reply_getatr() being passed...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-23 Andrew Tridgelllook at the CAP_NT_SMBS bit in the client capabilities...
1998-09-20 Andrew Tridgell3 changes:
1998-09-18 Jeremy AllisonFixed problems with premature kernel oplock checkin...
1998-09-18 Andrew Tridgellfixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
1998-09-18 Jeremy Allisoninclude/includes.h:
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-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-08 Jeremy AllisonAdded back groupname map stuff removed by Andrew's...
1998-09-04 Jeremy AllisonModified dev_t and ino_t code to be 64 bit clean (inclu...
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-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
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 Andrew Tridgellmuch cleaner chain pointer handling for both files...
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-04 Jeremy Allisonloadparm.c: Added "debug timestamp" synonym for Chris.
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-29 Jeremy Allisonlocking.c: Print messages when we downgrade a lock.
1998-07-28 Jeremy Allisonloadparm.c: Added strict sync parameter.
1998-07-23 Jeremy Allisonlocking.c: Added lock type to is_locked() and do_lock()
1998-07-22 Jeremy AllisonFixed bug found by Richard Sharpe. After increasing...
1998-07-17 Jeremy AllisonCode added to fix the renaming of a directory under...
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-06-15 Jeremy AllisonMakefile:
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-05-21 Jeremy Allisonprinting.c: Fixed overflow by one problem in LPRng.
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Jeremy Allisonreply.c: Added code to not overwrite sesssetup_user...
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
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-29 Jeremy AllisonThis is the checkin that adds the security=domain funct...
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-23 Jeremy Allisongenrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
1998-04-22 Jeremy Allisongenrand.c: Improved generation of random values, more...
1998-04-16 Jeremy Allisonreply.c: Fix bugs where debug statements were accessing...
1998-04-14 Jeremy AllisonModified interfaces to getting smb password entries...
1998-04-13 Christopher R. HertelChanges include:
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
1998-03-15 Andrew Tridgell- claim the null connection after the session request...
1998-03-12 Andrew Tridgelluse FSTYPE_STRING not "SAMBA" for filesystem type
1998-03-11 Jeremy AllisonMissed fixes in NTDOM branch for doing readX via pipe...
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-02-13 Jeremy AllisonDing-dong the witch is dead, the witch is dead......
1998-02-11 Jeremy AllisonMakefile: Added AIX 3.2.5.
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-24 Jeremy AllisonAdded get_create_time() function to time.c.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-16 Jeremy Allisonreply.c:
1998-01-15 Jeremy Allisonreply.c: Added timestamp to attack warning.
1998-01-12 Andrew Tridgell*** empty log message ***
1997-12-03 Andrew Tridgellallow local_machine and remote_machine (%L and %m macro...
1997-11-30 Jeremy Allisonclientgen.c: Added cli_mv() (used in a recent torture...
1997-11-29 Andrew Tridgelladded a sent_oplock_break element to Files[] as a paran...
1997-11-20 Andrew Tridgelladded some debug lines to the rename code
1997-11-18 Jeremy Allisonipc.c: Changed reply_trans to use receive_next_smb...
1997-11-10 Jeremy AllisonRolled back tree state to 11:59pm 8th November 1997...
1997-11-09 Luke Leightonattempting to mark up 32 bit error codes, needed for...
1997-11-07 Luke Leightonipc.c :
1997-11-06 Luke Leightonfollowing a cvs error, i am rewriting this monster...
1997-11-03 Jeremy AllisonRolling back the files
next