summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-02- static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton4-36/+41
1998-10-02microsoft is slowly fixing some buffer overflow errors in dce/rpc code (SP4).Luke Leighton1-2/+2
1998-10-02some changes in smbtorture as a result of clientgen interface changesAndrew Tridgell1-5/+5
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell19-0/+1700
1998-10-02several clientgen mods to support smbwrapper. In particular addedAndrew Tridgell1-3/+272
1998-10-02added sys_getwd()Andrew Tridgell1-3/+13
1998-10-02use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1-2/+2
1998-10-02a couple of mode for smbwrapperAndrew Tridgell2-3/+7
1998-10-02makefile support for smbwrapperAndrew Tridgell1-4/+24
1998-10-01got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1-106/+4
1998-10-01Fixed *nasty* bug in nt_lm_owf_gen() - this function wasJeremy Allison1-1/+3
1998-10-01Fix another possibly unitialized variable ...Richard Sharpe1-1/+1
1998-09-30Implemented directory-relative opens for NT opens.Jeremy Allison1-4/+78
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton8-202/+581
1998-09-30set the default fstype for IPC$ to "IPC". I'm not sure if this willAndrew Tridgell1-0/+1
1998-09-30Upped default MAX_OPEN_FILES to 10000 after conversation with tridge.Jeremy Allison1-1/+1
1998-09-30Removed a redundant include for "includes.h"Michael Warfield1-3/+1
1998-09-30(Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison5-28/+79
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison4-12/+35
1998-09-30Fixed uid->vuid confusion in smbmount (hopefully).Jeremy Allison1-2/+2
1998-09-29Fixed extern definition of cnum in clitar.cJeremy Allison1-1/+1
1998-09-29Fixed warning in get_time_from_string().Jeremy Allison1-1/+1
1998-09-29Got very strict about the differences and uses ofJeremy Allison25-256/+356
1998-09-29missed the pdb_sam_to_smb function needed by nispass.cLuke Leighton2-19/+23
1998-09-29added in some pdb_xxx routines that are needed by nispass.cLuke Leighton3-12/+142
1998-09-29uchar / char typecast issuesLuke Leighton2-3/+3
1998-09-29Missed one removed multi-statement line. Grrr.Jeremy Allison1-0/+1
1998-09-29Fixed bug introduced by me in dead code elimination.Jeremy Allison1-22/+44
1998-09-29added stamp-hAlexandre Oliva1-0/+1
1998-09-29fix directory creation mechanism; the optimized version would not work :-(Alexandre Oliva1-25/+44
1998-09-29optimize creation of directories in build treeAlexandre Oliva1-20/+25
1998-09-29get away with dummy and .dummy filesAlexandre Oliva20-45/+14
1998-09-29added WITH_SMBMOUNTAlexandre Oliva3-1/+3
1998-09-29Now have a better solution to the need to have smblcient findRichard Sharpe2-0/+13
1998-09-29Fixed stupid bug with "cd /" appending a "/" character to the path forever....Jeremy Allison1-0/+2
1998-09-29got rid of the memcpy() prototype and used includes.h instead.Andrew Tridgell1-3/+1
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison6-20/+100
1998-09-28Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1-1/+5
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison38-787/+1150
1998-09-28Two changes in this ball...Michael Warfield6-1026/+656
1998-09-28made bad boolean values stand out a little betterAndrew Tridgell1-1/+1
1998-09-28Backed out that just as ill-considered change :-(Richard Sharpe1-9/+0
1998-09-28The previous fix for WINS on the WINS server was wrong. ItRichard Sharpe1-3/+10
1998-09-28Make sure that WINS Server = 127.0.0.1 in case weRichard Sharpe1-1/+3
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva24-39/+29
1998-09-27wait_keyboard must still be defined if readline is not availableAlexandre Oliva1-3/+3
1998-09-27Fixed up more possibly uninitialized variables.Richard Sharpe4-6/+9
1998-09-26changed the default filesystem type to NTFS (from Samba)Andrew Tridgell1-1/+1
1998-09-26Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison2-11/+10
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison7-335/+431