FreeBSD5 ACL fix.
[kai/samba.git] / source3 / smbd /
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-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...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 Jeremy AllisonFix uninitialized blobs reported by Luke Howard.
2003-05-01 Jeremy AllisonFix uninitialized blobs reported by Luke Howard.
2003-05-01 Jeremy AllisonFix for bugid 51 from Dragan Krnic.
2003-05-01 Jeremy AllisonFix for bugid 51 from Dragan Krnic.
2003-05-01 Simo Sorceproper wellknown sids initialization at startup
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-05-01 Jelmer VernooijFix disk quotas support on HP/UX (patch by David Nixon)
2003-05-01 Jelmer VernooijFix disk quotas support on HP/UX (patch by David Nixon)
2003-05-01 Jelmer VernooijUse ints for the version numbers in the smb_register_...
2003-04-30 Jelmer VernooijMake the version numbers ints (patch from metze)
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Gerald Carteradd version back to lanman string in sessetup reply
2003-04-29 Gerald Carteradd version back to lanman string in sessetup reply
2003-04-29 Simo Sorceconsolidate idmap code in one place
2003-04-29 Simo Sorceok next_rid out as well local_*id_to*id functions
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Andrew Bartlettinet_pton isn't portable, so use interpret_addr2.
2003-04-27 Simo Sorcemake winbind use idmap as well.
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-24 Jim McDonoughFix length in findfirst2 responses, fix os/2 clients
2003-04-24 Jim McDonoughFix length in findfirst2 responses, fix os/2 clients
2003-04-24 Andrew BartlettWhen possible, store the IP address of the connecting...
2003-04-24 Andrew BartlettThis is really trying to be a StrnCpy (most names will...
2003-04-23 Andrew BartlettThanks to a reminder from vance - delete build_options...
2003-04-23 Andrew BartlettPatch by Vance Lankhaar <vlankhaar@linux.ca> to automat...
2003-04-23 Andrew BartlettStrnCpy -> safe_strcpy() on a over-malloced struct.
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-23 Andrew BartlettMerge HEAD's winbind into 3.0.
2003-04-23 Andrew BartlettMake the variable name match the comment.
2003-04-23 Andrew BartlettDon't leak the session identifier string when we shut...
2003-04-22 Jeremy AllisonAdd runtime tests for "impossible" case with -DDEVELOPE...
2003-04-22 Jeremy AllisonAdd runtime tests for "impossible" case with -DDEVELOPE...
2003-04-22 Andrew BartlettMerge comment with HEAD
2003-04-22 Gerald Carteranother lost merge from 3.0; my fault
2003-04-22 Jeremy AllisonTidyups of some dubious logic discovered whilst trying...
2003-04-22 Jeremy AllisonTidyups of some dubious logic discovered whilst trying...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 Gerald Carter* fix segfault when no vfs objects defined
2003-04-21 Andrew BartlettMerge from HEAD - save the type of channel used to...
2003-04-21 Andrew BartlettRemove unused (#ifdef'ed) code.
2003-04-21 Andrew BartlettUse fstrcpy/pstrcpy when that's what we really mean...
2003-04-19 Simo Sorceuse gid_t for gids not uid_t
2003-04-19 Simo Sorceuse gid_t for gids not uid_t
2003-04-19 Simo Sorcefixes
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-16 Jelmer VernooijMore merges from HEAD:
2003-04-16 Jelmer VernooijAdd support for the new modules system to auth/ (merge...
2003-04-16 Andrew BartlettExpand this magic number into the #defines it is made...
2003-04-16 Andrew BartlettPut this comment in a better place...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-04-15 Jelmer VernooijPrint out information about statically linked in modules
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-14 Tim PotterMerge:
2003-04-14 Tim PotterWhitespace syncup.
2003-04-14 Tim PotterMerge Jelmer's popt updates from HEAD.
next