Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
[nivanova/samba-autobuild/.git] / source3 / smbd /
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 Tim PotterFix printf warnings in debug statments.
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...
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...
next