amitay/samba.git
1999-07-22 cvs2svn Import... This commit was manufactured by cvs2svn to create tag release-2-0-5a samba-2.0.5a
1999-07-22 Samba Release... preparing for release of 2.0.5a
1999-07-22 Jeremy AllisonRemoved 'help requests'.
1999-07-22 Jeremy AllisonUpdated for 2.0.5a.
1999-07-22 Andrew Tridgellchange spec file ot remove smbwrapper and add smbmount
1999-07-22 Jeremy AllisonFix for DOS client on Win9x mask match bug.
1999-07-22 Jeremy AllisonFixed NT change password bug. Also fixed a purify UMR...
1999-07-21 Andrew Tridgellif the netmask is 255.255.255.255 then we've probably...
1999-07-21 Andrew Tridgellbugger
1999-07-21 Samba Release... preparing for release of 2.0.5
1999-07-21 Andrew Tridgellupdated Caldera packaging
1999-07-20 Jeremy AllisonUpdated to 2.0.5.
1999-07-20 Jeremy AllisonRe-added parameter changed list from 2.0.4 into WHATSNEW.
1999-07-20 Jeremy AllisonThis code is too ugly to rock-n-roll, but too young...
1999-07-20 Andrew Tridgellchanged maintainer of Caldera packaging stuff
1999-07-20 Andrew Tridgellget rid of old README
1999-07-20 Andrew Tridgellnew Caldera packaging from ray@Caldera.DE
1999-07-20 Andrew Tridgellmake cvs ignore a bunch of files
1999-07-20 Jeremy AllisonFix for wildcard bug where I was checking the wrong...
1999-07-20 Jeremy AllisonFixed wierd mask_match bug introduced in new code.
1999-07-20 Andrew Tridgellfixed a typo (thanks to tarvin@mdb.ku.dk)
1999-07-19 Jeremy AllisonUpdates to WHATSNEW.txt (from Herb).
1999-07-19 Jeremy AllisonFixed bug with signed/unsigned (size_t) comparison.
1999-07-19 Jeremy AllisonGetting ready for 2.0.5.
1999-07-19 Jeremy AllisonAdded documentation on level2 oplocks in smb.conf and...
1999-07-19 Jeremy AllisonCompile with --fullwarn on IRIX.
1999-07-19 Jeremy AllisonAdded Matt's changes for WIN2K detection.
1999-07-19 Andrew Tridgelluse strcasecmp() for the fast mask_match() where approp...
1999-07-19 Andrew Tridgellready for pre4
1999-07-19 Andrew Tridgellmore places where all_string_sub() is needed
1999-07-19 Andrew Tridgelldon't do string subs on programs!
1999-07-19 Andrew Tridgellmore places where we need all_string_sub()
1999-07-19 Andrew Tridgellsome places where we need all_string_sub()
1999-07-19 Andrew Tridgelldisallow % \n and \r in standard string substitions.
1999-07-19 Andrew Tridgellwhen subsitutings special chars we need to use all_stri...
1999-07-19 Andrew Tridgellwhen doing multiple substitutions in string_sub() we...
1999-07-19 Andrew Tridgellfix a integer overflow warning under AIX
1999-07-19 Andrew Tridgellget rid of a warning
1999-07-19 Andrew Tridgellfixed a silly bug in the torture code
1999-07-18 Alexandre OlivaMake sure that the stamp file is newer than configure.in
1999-07-18 Alexandre OlivaAvoid multiple ``Updating dependencies'' messages befor...
1999-07-18 John TerpstraRemoved the NT4-Locking.reg file as too many people...
1999-07-18 Andrew Tridgellrearranged name_ptr() to avoid a egcs bug, simplifying...
1999-07-17 Andrew Tridgellchange version to pre3
1999-07-17 Andrew Tridgelladd a smbd_mktemp to avoid a problem with mktemp on...
1999-07-17 Andrew Tridgellworked around a mask_match() bug, making it much faster...
1999-07-17 Jeremy AllisonUpdated NT_Security with new parameter descriptions.
1999-07-16 Jeremy AllisonUpdated docs.
1999-07-16 Jeremy AllisonUpdated to add new security parameters.
1999-07-16 Jeremy AllisonRemoved smbrun from HPUX packaging.
1999-07-16 Herb Lewisadded registry hack for Win2000 Plain Text Passwords
1999-07-16 Herb Lewisfix path for include/.cvsignore file
1999-07-16 Andrew Tridgellready for 2.0.5-pre2
1999-07-16 Andrew Tridgellallow %S expansion on share comment (to match existing...
1999-07-16 Andrew Tridgellthe logrotate files used an invalid "endrotate" keyword...
1999-07-16 Andrew Tridgellreopen the logfiles after a HUP
1999-07-16 Andrew Tridgellensure that nothing happening on stderr stuffs up the...
1999-07-16 Andrew Tridgell- added check for FCVT
1999-07-16 Andrew Tridgellsupply the right length to string_sub() in % expansions
1999-07-16 Andrew Tridgellfixed a race condition in smbmnt. We now chdir() to...
1999-07-16 Andrew Tridgellmake sure only relative paths are used in cgi processin...
1999-07-16 Andrew Tridgellfixed usage of tm_year in softq print parsing
1999-07-16 Andrew Tridgellthe errno fix from the 2.0 branch
1999-07-16 Andrew Tridgelljeremys new env variable expansion from the 2.0 branch
1999-07-16 Andrew Tridgelluse the server workgroup in the browse tests
1999-07-16 Andrew Tridgellwhen syncing workgroup lists uses the server domain...
1999-07-16 Andrew Tridgellalways query the servers workgroup list using the serve...
1999-07-16 Andrew Tridgellfixed the secondary SMBtrans handling in the server...
1999-07-16 Andrew Tridgellfixed the handling of secondary SMBtrans requests in...
1999-07-16 Andrew Tridgellif the len argument to string_sub() is zero then don...
1999-07-16 Andrew Tridgelladd note about reducing shared memory size by 0.8 until...
1999-07-16 Andrew Tridgelllimit the buffer size when expanding cr/lf in smbclient
1999-07-15 Jeremy AllisonAdded changes to get back to Tim Cole's semantics for...
1999-07-15 Jeremy AllisonAdded correct error message on read-only filesystem...
1999-07-15 Andrew TridgellI'm going to do a snapshot release of 2.0.5-pre1. This...
1999-07-15 Andrew Tridgellfix from matty for directory creation on read-only...
1999-07-15 Andrew Tridgelladd a length to string_sub() and add fstring_sub()...
1999-07-15 Jeremy AllisonMoved log message to correct place.
1999-07-14 Jeremy Allisonforce_group and force_user fixes. Added '+' element...
1999-07-14 Andrew Tridgellif the share modes fail to initialise and we are root...
1999-07-14 Andrew Tridgellremoved the HAVE_CRYPT_DECL autoconf stuff as it doesn...
1999-07-14 Andrew Tridgellnew prototypes
1999-07-14 Andrew Tridgellan update from 2.0
1999-07-14 Andrew Tridgellmake the default printing model on all Linux systems BSD
1999-07-14 Andrew Tridgellthe smbd changes from the 2.0 branch. This is going...
1999-07-14 Andrew Tridgelllib changes from the 2.0 branch
1999-07-14 Andrew Tridgellinclude changes to support the new stuff, particularly...
1999-07-14 Andrew Tridgellconfigure.in changes for .so as a variable
1999-07-14 Andrew TridgellMakefile.in changes for .so as a variable
1999-07-14 Andrew Tridgellthe locking code from 2.0
1999-07-14 Andrew Tridgellparameter changes from 2.0, except I've made levelII...
1999-07-14 Andrew Tridgellthe password database updates from 2.0. This is mostly...
1999-07-14 Andrew TridgellACL order change from the 2.0 branch
1999-07-14 Andrew Tridgellsmbtar fix from 2.0
1999-07-14 Andrew Tridgell- cleanups in namequery code from 2.0
1999-07-14 Andrew Tridgellpid_t and testparm cleanups from the 2.0 branch
1999-07-14 Andrew Tridgellmore pid_t cleanups from the 2.0 branch
1999-07-14 Andrew Tridgellswat fixes from 2.0 branch
1999-07-14 Andrew Tridgelltransfer some more fixes from the 2.0 branch (mostly...
1999-07-14 Andrew Tridgelltransfered nmbd fixes from the 2.0 branch
next