summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell4-4/+54
1998-10-04added support for printing via smbwrapperAndrew Tridgell8-19/+214
1998-10-04add support for dup() and dup2()Andrew Tridgell5-25/+181
1998-10-04use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1-10/+12
1998-10-04set a default 16k client buffer sizeAndrew Tridgell1-0/+4
1998-10-04Added E Jay Berkenbilt's fixesRichard Sharpe2-2/+5
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell3-2/+17
1998-10-04fix an error code in cli_error()Andrew Tridgell1-1/+1
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell5-58/+139
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell5-12/+23
1998-10-04more smbw cleanups.Andrew Tridgell9-167/+288
1998-10-04- split smbw directory code into smbw_dir.cAndrew Tridgell3-619/+658
1998-10-04support a few more function types (like ino_t and off_t)Andrew Tridgell1-1/+1
1998-10-04use const charAndrew Tridgell1-2/+2
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell32-1076/+556
1998-10-04we need to do a load_interfaces() at startup to support broadcastAndrew Tridgell1-0/+2
1998-10-03use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell6-26/+5
1998-10-03drat.Andrew Tridgell8-6/+263
1998-10-03fixed a authentication problem with non-encrypting serversAndrew Tridgell1-2/+3
1998-10-03fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1-1/+3
1998-10-03don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1-0/+2
1998-10-03added fchdir() supportAndrew Tridgell5-5/+67
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell4-8/+6
1998-10-03fixed wrapper for access(). This gets xedit working.Andrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell4-2/+66
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell5-0/+152
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