summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell4-5/+21
1998-10-03added a bit more to the docsAndrew Tridgell3-14/+25
1998-10-03added lseek() support for directoriesAndrew Tridgell5-6/+85
1998-10-03fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1-7/+7
1998-10-03added lseek() to smbwrapperAndrew Tridgell2-7/+54
1998-10-03use O_ACCMODEAndrew Tridgell1-1/+1
1998-10-03- always open for reading (otherwise getattrE won't work).Andrew Tridgell1-4/+11
1998-10-03updated prototypesAndrew Tridgell1-2/+2
1998-10-03define O_ACCMODE if not definedAndrew Tridgell1-0/+4
1998-10-03added lseekAndrew Tridgell1-1/+1
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell7-4/+257
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell13-67/+242
1998-10-03ignore *.p filesAndrew Tridgell1-0/+1
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell8-66/+271
1998-10-03- ignore *.p filesAndrew Tridgell1-0/+1
1998-10-03- ignore *.p filesAndrew Tridgell2-87/+222
1998-10-03- ignore *.p filesAndrew Tridgell2-1/+2
1998-10-03updated prototypesAndrew Tridgell1-3/+7
1998-10-03- remove .p files in make cleanAndrew Tridgell2-3/+4
1998-10-03added capabilities ab win95 fields to client structure. Used forAndrew Tridgell1-0/+2
1998-10-02Makefile.in :Luke Leighton9-582/+780
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