Don't assume that the (files_struct *) passed to fd_attempt_close()
[samba.git] / source /
2000-02-17 Tim PotterDon't assume that the (files_struct *) passed to fd_att...
2000-02-17 Tim PotterUpdated docs for tdb_traverse.
2000-02-16 Tim PotterMore checks for passing NULL tdb contexts to tdb functions.
2000-02-16 Jeremy AllisonAdded support for SO_REUSEPORT for systems that have it.
2000-02-16 Jeremy AllisonMake proto.
2000-02-16 Tim Pottertdb_traverse() now takes three arguments.
2000-02-16 Jeremy AllisonAdded "source environment" parameter from Nicolas Willi...
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-02-15 Jean-François Mico... fix the reply of rpc_alter_context
2000-02-15 Tim PotterReturn "Invalid tdb context" instead of crashing when...
2000-02-15 Tim PotterNot enough args to DEBUG statement.
2000-02-14 Jeremy AllisonOoops. Fixed stupid typo with missing ! in cli error...
2000-02-10 Andrew Tridgelldamn, masktest now needs the mangle code from smbd
2000-02-10 Andrew Tridgellthe beginnings of a fnmatch() based wildcard matching...
2000-02-09 Jeremy AllisonFixed wildcard match bug with '****' with smbclient...
2000-02-09 Jeremy AllisonCorrect for for core dump in smbpasswd with cli_errstr().
2000-02-09 Jeremy AllisonDefensive programming for cli_error().
2000-02-09 Andrew Tridgellupdate masktest for new make_nmb_name() syntax
2000-02-09 Andrew Tridgelladded masktest to head branch, in preparation for anoth...
2000-02-08 Jeremy AllisonMoved over lib/util_sec (with added fixes) as the HEAD...
2000-02-07 Jean-François Mico... Hum, I should remove my gloves when I'm in front of...
2000-02-07 Jean-François Mico... make proto ...
2000-02-07 Jean-François Mico... spoolss include definitions
2000-02-07 Jean-François Mico... spoolss definitions.
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-07 Jean-François Mico... First commit of the spoolss code to the HEAD branch.
2000-02-07 Jeremy AllisonAdded check for SGI IRIX brokenness with semaphores...
2000-02-07 Tim PotterFix some more compile warnings.
2000-02-07 Tim PotterFixed compile warning in locking.c:traverse_fn()
2000-02-04 Jean-François Mico... After 3AM, it's getting hard for Luke :-)
2000-02-04 Tim PotterFix some compile warnings.
2000-02-04 Luke Leighton1) added void* state argument to tdb_traverse. guess...
2000-02-03 Tim PotterPut back lots of missing calls to dos_to_unix(). Thanks to
2000-02-03 Tim PotterBacked out -rdynamic linker option. It seems to be...
2000-02-03 Tim Pottermake proto
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-02-03 Tim PotterAdded 'vfs object' and 'vfs options' smb.conf parameters.
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
2000-02-03 Tim PotterAdd -rdynamic to LDFLAGS if libdl found.
2000-02-03 Tim PotterAdded smbd/vfs.o and smbd/vfs-wrap.o to smbd objects.
2000-02-03 Tim PotterAdded .dummy file.
2000-02-03 Tim PotterBusting up of source/include/smb.h into smaller pieces...
2000-02-01 Tim Pottersystem_name not server_name
2000-01-31 Tim PotterPass arguments to ./configure
2000-01-30 Herb Lewismade "enable" and "disable" the default "lpresume"...
2000-01-29 Jeremy AllisonWrapped popen calls in HAVE_POPEN - needed if we are...
2000-01-29 Jeremy AllisonFix from Motonobu TAKAHASHI to sort code page parameter...
2000-01-28 Jeremy AllisonModified auto alignment of ud[] struct on stack to...
2000-01-27 Jeremy AllisonFixed code page conversions of messages outgoing/incoming.
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-24 Jeremy Allisontdb record read error return check fix from Dave Airlie...
2000-01-24 Andrew Tridgellwe need -lc when making shared objects or glibc doesn...
2000-01-21 Luke Leightonmade cvs main up-to-date with samba_tng, with addition...
2000-01-20 Jeremy AllisonMoved Herb's global -> local changes to HEAD.
2000-01-18 Jeremy AllisonAdded Herb's swat fixes.
2000-01-17 Luke LeightonSAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned...
2000-01-16 Andrew Tridgellfixed some typos in access_table() which, amaziingly...
2000-01-16 Andrew Tridgellmade access_table() a pure logic function - makes it...
2000-01-16 Andrew Tridgellrenamed DENY to DENY1
2000-01-16 Andrew Tridgelluse GET_DENY_MODE() macro
2000-01-16 Andrew Tridgellas obelix would say "these romans are crazy"
2000-01-16 Andrew Tridgelluse GET_DENY_MODE() macro instead of the bit shift
2000-01-16 Andrew Tridgellproto update
2000-01-16 Andrew Tridgella consequence of the access_table() fixes is that we...
2000-01-16 Andrew Tridgellrewrote the access_table() code to get it right for...
2000-01-16 Andrew Tridgelluse string_set() instead of string_init()
2000-01-16 Andrew Tridgelladded code to allow traversal of the byte range lock...
2000-01-16 Andrew Tridgellfixed a formatting error
2000-01-16 Andrew Tridgellmake string_init() static
2000-01-16 Andrew Tridgellmake a br_off a SMB_BIG_UINT
2000-01-14 Jeremy Allisonuseable_space does not include the alignment offset...
2000-01-14 Jeremy AllisonHP changes for registry querying.
2000-01-14 Jeremy AllisonAdded HP change.
2000-01-14 Andrew Tridgellcasts and defines to make solaris happy
2000-01-14 Andrew Tridgelldamn, Solaris already has a "enum lock_type"
2000-01-14 Andrew Tridgellwe now pass all byte range locking tests
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
2000-01-14 Andrew Tridgellsome more work on the byte range locking
2000-01-13 Andrew Tridgellgreatly expanded the lock4 locking test. we now pass...
2000-01-13 Andrew Tridgellchanges to reflect the new syntax of the locking calls.
2000-01-13 Andrew Tridgellthe bulk of the new byte range locking coode
2000-01-13 Andrew Tridgellthe lock routines now take a enumerated type for read...
2000-01-13 Andrew Tridgelladded Enosuchshare and a lock_type enum
2000-01-13 Andrew Tridgellnew prototypes
2000-01-13 Andrew Tridgelldefined br_off as a type for byte range offsets. For...
2000-01-13 Andrew Tridgelladded locking/brlock.c, a byte range locking system
2000-01-13 Jeremy AllisonAdded missing #ifdef for WITH_UTMP.
2000-01-12 Jeremy AllisonAdded utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
2000-01-12 Jeremy AllisonUse slprintf not snprintf.
2000-01-12 Jeremy AllisonFix problems with broken libc fvct returns.
2000-01-11 Jeremy AllisonFixed pointer arithmetic found by IRIX compiler.
2000-01-11 Jeremy AllisonFixed bug in unix_mask_match() that caused veto files...
2000-01-11 Luke Leightonmodified smbd/msrpc credential transfer system. user...
2000-01-10 Andrew TridgellI'm currently designing a new locking system (using...
2000-01-10 Andrew Tridgelldon't treat a packet as a oplock break unless it is...
2000-01-08 Andrew Tridgellextent smbtorture to test with both an exe file and...
2000-01-08 Andrew Tridgellfix a error in access_table revealed by the new deny...
2000-01-08 Andrew Tridgellcli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
next