summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.5cvs2svn Import User1999-07-210-0/+0
* preparing for release of 2.0.5Samba Release Account1999-07-2162-59/+68
* updated Caldera packagingAndrew Tridgell1999-07-213-8/+18
* Updated to 2.0.5.Jeremy Allison1999-07-201-1/+1
* Re-added parameter changed list from 2.0.4 into WHATSNEW.Jeremy Allison1999-07-203-2/+18
* This code is too ugly to rock-n-roll, but too young to die.... :-).Jeremy Allison1999-07-203-30/+42
* changed maintainer of Caldera packaging stuffAndrew Tridgell1999-07-201-11/+1
* get rid of old READMEAndrew Tridgell1999-07-201-11/+0
* new Caldera packaging from ray@Caldera.DEAndrew Tridgell1999-07-2021-378/+615
* make cvs ignore a bunch of filesAndrew Tridgell1999-07-201-0/+38
* Fix for wildcard bug where I was checking the wrong extension variable !Jeremy Allison1999-07-201-1/+1
* Fixed wierd mask_match bug introduced in new code.Jeremy Allison1999-07-202-1/+10
* fixed a typo (thanks to tarvin@mdb.ku.dk)Andrew Tridgell1999-07-201-1/+1
* Updates to WHATSNEW.txt (from Herb).Jeremy Allison1999-07-194-6/+12
* Fixed bug with signed/unsigned (size_t) comparison.Jeremy Allison1999-07-191-1/+1
* Getting ready for 2.0.5.Jeremy Allison1999-07-191-71/+104
* Added documentation on level2 oplocks in smb.conf and Speed.txt.Jeremy Allison1999-07-194-3/+143
* Compile with --fullwarn on IRIX.Jeremy Allison1999-07-191-22/+19
* Added Matt's changes for WIN2K detection.Jeremy Allison1999-07-194-17/+37
* use strcasecmp() for the fast mask_match() where appropriateAndrew Tridgell1999-07-191-1/+1
* ready for pre4Andrew Tridgell1999-07-191-1/+1
* more places where all_string_sub() is neededAndrew Tridgell1999-07-192-3/+3
* don't do string subs on programs!Andrew Tridgell1999-07-191-6/+7
* more places where we need all_string_sub()Andrew Tridgell1999-07-191-2/+2
* some places where we need all_string_sub()Andrew Tridgell1999-07-192-2/+2
* disallow % \n and \r in standard string substitions.Andrew Tridgell1999-07-191-0/+3
* when subsitutings special chars we need to use all_string_sub() orAndrew Tridgell1999-07-191-4/+4
* when doing multiple substitutions in string_sub() we were usng theAndrew Tridgell1999-07-191-7/+16
* fix a integer overflow warning under AIXAndrew Tridgell1999-07-191-2/+2
* get rid of a warningAndrew Tridgell1999-07-191-1/+1
* fixed a silly bug in the torture codeAndrew Tridgell1999-07-191-2/+2
* Make sure that the stamp file is newer than configure.inAlexandre Oliva1999-07-181-1/+1
* Avoid multiple ``Updating dependencies'' messages before .deps/.stampAlexandre Oliva1999-07-181-1/+1
* Removed the NT4-Locking.reg file as too many people were blindly applyingJohn Terpstra1999-07-181-0/+5
* rearranged name_ptr() to avoid a egcs bug, simplifying the code at theAndrew Tridgell1999-07-181-5/+1
* change version to pre3Andrew Tridgell1999-07-171-1/+1
* add a smbd_mktemp to avoid a problem with mktemp on some machinesAndrew Tridgell1999-07-176-5/+35
* worked around a mask_match() bug, making it much faster at the sameAndrew Tridgell1999-07-171-2/+4
* Updated NT_Security with new parameter descriptions.Jeremy Allison1999-07-173-36/+199
* Updated docs.Jeremy Allison1999-07-1620-74/+359
* Updated to add new security parameters.Jeremy Allison1999-07-161-19/+184
* Removed smbrun from HPUX packaging.Jeremy Allison1999-07-161-1/+1
* added registry hack for Win2000 Plain Text PasswordsHerb Lewis1999-07-161-0/+11
* fix path for include/.cvsignore fileHerb Lewis1999-07-161-1/+1
* ready for 2.0.5-pre2Andrew Tridgell1999-07-161-1/+1
* allow %S expansion on share comment (to match existing expansion in ipc.c)Andrew Tridgell1999-07-161-0/+2
* the logrotate files used an invalid "endrotate" keyword thatAndrew Tridgell1999-07-162-4/+4
* reopen the logfiles after a HUPAndrew Tridgell1999-07-162-0/+2
* ensure that nothing happening on stderr stuffs up the output from swatAndrew Tridgell1999-07-161-1/+4
* - added check for FCVTAndrew Tridgell1999-07-164-3/+62