summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1998-10-036-26/+5
* drat.Andrew Tridgell1998-10-038-6/+263
* fixed a authentication problem with non-encrypting serversAndrew Tridgell1998-10-031-2/+3
* fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1998-10-031-1/+3
* don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1998-10-031-0/+2
* added fchdir() supportAndrew Tridgell1998-10-035-5/+67
* fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1998-10-034-8/+6
* fixed wrapper for access(). This gets xedit working.Andrew Tridgell1998-10-031-1/+1
* support getcwd() in smbwrapperAndrew Tridgell1998-10-034-2/+66
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-035-0/+152
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-034-5/+21
* added a bit more to the docsAndrew Tridgell1998-10-033-14/+25
* added lseek() support for directoriesAndrew Tridgell1998-10-035-6/+85
* fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
* added lseek() to smbwrapperAndrew Tridgell1998-10-032-7/+54
* use O_ACCMODEAndrew Tridgell1998-10-031-1/+1
* - always open for reading (otherwise getattrE won't work).Andrew Tridgell1998-10-031-4/+11
* updated prototypesAndrew Tridgell1998-10-031-2/+2
* define O_ACCMODE if not definedAndrew Tridgell1998-10-031-0/+4
* added lseekAndrew Tridgell1998-10-031-1/+1
* added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1998-10-037-4/+257
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-0313-67/+242
* ignore *.p filesAndrew Tridgell1998-10-031-0/+1
* lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1998-10-038-66/+271
* - ignore *.p filesAndrew Tridgell1998-10-031-0/+1
* - ignore *.p filesAndrew Tridgell1998-10-032-87/+222
* - ignore *.p filesAndrew Tridgell1998-10-032-1/+2
* updated prototypesAndrew Tridgell1998-10-031-3/+7
* - remove .p files in make cleanAndrew Tridgell1998-10-032-3/+4
* added capabilities ab win95 fields to client structure. Used forAndrew Tridgell1998-10-031-0/+2
* Makefile.in :Luke Leighton1998-10-029-582/+780
* - static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1998-10-024-36/+41
* microsoft is slowly fixing some buffer overflow errors in dce/rpc code (SP4).Luke Leighton1998-10-021-2/+2
* some changes in smbtorture as a result of clientgen interface changesAndrew Tridgell1998-10-021-5/+5
* the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell1998-10-0219-0/+1700
* several clientgen mods to support smbwrapper. In particular addedAndrew Tridgell1998-10-021-3/+272
* added sys_getwd()Andrew Tridgell1998-10-021-3/+13
* use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1998-10-021-2/+2
* a couple of mode for smbwrapperAndrew Tridgell1998-10-022-3/+7
* makefile support for smbwrapperAndrew Tridgell1998-10-021-4/+24
* got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1998-10-011-106/+4
* Fixed *nasty* bug in nt_lm_owf_gen() - this function wasJeremy Allison1998-10-011-1/+3
* Fix another possibly unitialized variable ...Richard Sharpe1998-10-011-1/+1
* Implemented directory-relative opens for NT opens.Jeremy Allison1998-09-301-4/+78
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-308-202/+581
* set the default fstype for IPC$ to "IPC". I'm not sure if this willAndrew Tridgell1998-09-301-0/+1
* Upped default MAX_OPEN_FILES to 10000 after conversation with tridge.Jeremy Allison1998-09-301-1/+1
* Removed a redundant include for "includes.h"Michael Warfield1998-09-301-3/+1
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-305-28/+79
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-304-12/+35