Grr, the order of these arguments matters
[ira/wip.git] / source3 / smbd /
2003-07-01 Jeremy AllisonFixed the latest complaint from jcmd :-). We were stori...
2003-06-30 Jeremy AllisonFinally ! Fixed the ACL ordering bug reported by jcmd...
2003-06-27 Jeremy AllisonSome const correctness. Stop tdb being used as a remote...
2003-06-25 Gerald Carterlarge change:
2003-06-23 Jeremy AllisonFixed the merge_default_aces() code to work correctly...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-21 Andrew BartlettAlways initialize.
2003-06-21 Gerald Cartermerge of the netsamlogon caching code from APPLIANCE_HEAD
2003-06-20 Jeremy AllisonFixed sorting algorithm to prevent problems with W2K...
2003-06-20 Jeremy AllisonMapping of Windows ACL inheritance and protected bits...
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-06-13 Richard SharpeFix an spelling mistake.
2003-06-07 Andrew BartlettDon't assume that the SAM knows the unix home directory...
2003-06-06 Gerald Carter* add in David Lee's utmp patch (defaults to on if...
2003-06-06 Andrew TridgellSMBlockingX timeouts are in units of 2 milliseconds...
2003-06-06 Andrew Tridgell2 more places where win2003 forces UCS2
2003-06-06 Andrew Tridgell- the ALL_INFO trans2 QFILEINFO level uses a forced...
2003-06-06 Andrew Tridgellmake the allocation_size consistent between trans2...
2003-06-06 Andrew Tridgell- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to...
2003-06-06 Andrew Tridgellfixed the string alignment of the QUERY_EA_SIZE trans2...
2003-06-06 Andrew Tridgellfixed the layout of the FULL_DIRECTORY_INFO trans2...
2003-06-06 Andrew Tridgellremoved the 'valgrind fix' that (although it may well...
2003-06-06 Jeremy AllisonAdded EA operations to VFS layer.
2003-06-04 Andrew Tridgellfixed the termination of several trans2 strings
2003-06-04 Andrew Tridgellshouldn't null terminate trans2 qfileinfo all_info...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-06-01 Andrew Tridgelladded the COMPRESSION_INFO trans2 QFILEINFO level and...
2003-06-01 Andrew Tridgellfixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO...
2003-05-31 Jeremy AllisonGot us happy running under valgrind again :-).
2003-05-31 Jeremy AllisonFixes to stop valgrind complaining about uninitialised...
2003-05-30 Jeremy AllisonEnsure 'blank' entries show up in both default and...
2003-05-29 Jeremy AllisonChange get_nt_acl() to include security_info wanted...
2003-05-28 Jeremy AllisonFix bug brought up by Ken Cross that empty ACE's cause...
2003-05-28 Jeremy AllisonFix bug brought up by Ken Cross that empty ACE's cause...
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-28 Tim PotterMerge from 3.0:
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-27 Tim PotterFix printf warnings in debug statments.
2003-05-27 Tim PotterFix shadow parameter warning in free_empty_sys_acl()
2003-05-27 Tim PotterFix shadow parameter warning in free_empty_sys_acl()
2003-05-27 Tim PotterMore fixes for builddir != srcdir.
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-22 Jeremy AllisonStat opens can have fsp->fd == -1 and will have a share...
2003-05-22 Jeremy AllisonStat opens can have fsp->fd == -1 and will have a share...
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-05-22 Jeremy AllisonAdd more info to debug info...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-21 Andrew Tridgellmerge LANMAN1/LANMAN2.1 fixes from head
2003-05-21 Andrew Tridgellwe weren't filling in the keylength in LANMAN1 and...
2003-05-20 Gerald Carterreally make sure to include the version in the lanman...
2003-05-20 Gerald Carterreally make sure to include the version in the lanman...
2003-05-17 Jeremy AllisonCope with cumulative permissions sets. This code is...
2003-05-17 Jeremy AllisonCope with cumulative permissions sets. This code is...
2003-05-16 Andrew BartlettDavid Lee <t.d.lee@durham.ac.uk> provides some correcti...
2003-05-16 Simo Sorceadd metze's patch for smb_register functions
2003-05-15 Jeremy AllisonFix from Steve G <linux_4ever@yahoo.com>. Ensure sigemp...
2003-05-15 Jeremy AllisonFix from Steve G <linux_4ever@yahoo.com>. Ensure sigemp...
2003-05-14 Jeremy AllisonFix winbindd coredump. Remember to set a ** pointer...
2003-05-14 Gerald Carterfix quota build on non-64bit systems
2003-05-14 Alexander BokovoyEvolve quotas configure check more. Patch from Stefan...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Tim Potterspelling
2003-05-14 Tim Potterspelling
2003-05-13 Andrew BartlettRestore a number of fixes that idra removed when he...
2003-05-12 Jeremy AllisonFix obvious compiler warnings.
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-12 Gerald Carterfixing typos in debug statements
2003-05-12 Gerald Carterfixing typos in debug statements
2003-05-12 Alexander BokovoyEliminate NULL pointers from VFS interface. All hooks...
2003-05-12 Alexander BokovoyGCC accepts unnamed initalization of sub-structure...
2003-05-12 Richard SharpeA small patch from metze to fix builds on some platform...
2003-05-12 Alexander BokovoyFix a wrong define check.
2003-05-12 Alexander BokovoyWrap into WITH_QUOTAS yet another place in trans2
2003-05-12 Alexander BokovoyBetter isolate quota stuff
2003-05-12 Alexander BokovoySmall fix for HAVE_SYS_QUOTAS usage, spotted by build...
2003-05-12 Alexander BokovoySmall fix for HAVE_SYS_QUOTAS usage, spotted by build...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher
2003-05-11 Alexander BokovoyFix VFS layer:
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jeremy AllisonOptimisation. We don't need to do 2 strlen's when we...
2003-05-10 Jeremy AllisonOptimisation. We don't need to do 2 strlen's when we...
2003-05-09 Jeremy AllisonFix nasty bug pointed out by samba-technical poster...
2003-05-09 Jeremy AllisonFix nasty bug pointed out by samba-technical poster...
2003-05-07 Jeremy AllisonSMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAM...
2003-05-07 Jeremy AllisonSMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAM...
2003-05-07 Jeremy AllisonMake fchown, fchmod conditional for systems that don...
2003-05-07 Jeremy AllisonMake fchown, fchmod conditional for systems that don...
2003-05-06 Jelmer VernooijAdd metze's exit and idle event patch
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-06 Jelmer VernooijPatch from metze to add exit and interval events. Usefu...
next