Age | Commit message (Expand) | Author | Files | Lines |
1998-10-03 | fixed a authentication problem with non-encrypting servers | Andrew Tridgell | 1 | -2/+3 |
1998-10-03 | fixed initialisation bug in rpcclient (stdout is not a constant) | Andrew Tridgell | 1 | -1/+3 |
1998-10-03 | don't call functions that aren't there yet. (Luke had the code | Andrew Tridgell | 1 | -0/+2 |
1998-10-03 | added fchdir() support | Andrew Tridgell | 5 | -5/+67 |
1998-10-03 | fixed vi on smbwrappper (it was a problem in cli_read()) | Andrew Tridgell | 4 | -8/+6 |
1998-10-03 | fixed wrapper for access(). This gets xedit working. | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | support getcwd() in smbwrapper | Andrew Tridgell | 4 | -2/+66 |
1998-10-03 | added mkdir() and rmdir() support | Andrew Tridgell | 5 | -0/+152 |
1998-10-03 | added simple device/inode number support based on a checksum of the | Andrew Tridgell | 4 | -5/+21 |
1998-10-03 | added a bit more to the docs | Andrew Tridgell | 3 | -14/+25 |
1998-10-03 | added lseek() support for directories | Andrew Tridgell | 5 | -6/+85 |
1998-10-03 | fixed a bug in name_len() (thanks to kooros@kooros.netrack.net) | Andrew Tridgell | 1 | -7/+7 |
1998-10-03 | added lseek() to smbwrapper | Andrew Tridgell | 2 | -7/+54 |
1998-10-03 | use O_ACCMODE | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | - always open for reading (otherwise getattrE won't work). | Andrew Tridgell | 1 | -4/+11 |
1998-10-03 | updated prototypes | Andrew Tridgell | 1 | -2/+2 |
1998-10-03 | define O_ACCMODE if not defined | Andrew Tridgell | 1 | -0/+4 |
1998-10-03 | added lseek | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | added basic chmod(), chown() and utime() support (not fully | Andrew Tridgell | 7 | -4/+257 |
1998-10-03 | added unlink() and rename() support to smbwrapper | Andrew Tridgell | 13 | -67/+242 |
1998-10-03 | ignore *.p files | Andrew Tridgell | 1 | -0/+1 |
1998-10-03 | lots of improvements to smbwrapper. It now works with Samba, Win95 and | Andrew Tridgell | 8 | -66/+271 |
1998-10-03 | - ignore *.p files | Andrew Tridgell | 1 | -0/+1 |
1998-10-03 | - ignore *.p files | Andrew Tridgell | 2 | -87/+222 |
1998-10-03 | - ignore *.p files | Andrew Tridgell | 2 | -1/+2 |
1998-10-03 | updated prototypes | Andrew Tridgell | 1 | -3/+7 |
1998-10-03 | - remove .p files in make clean | Andrew Tridgell | 2 | -3/+4 |
1998-10-03 | added capabilities ab win95 fields to client structure. Used for | Andrew Tridgell | 1 | -0/+2 |
1998-10-02 | Makefile.in : | Luke Leighton | 9 | -582/+780 |
1998-10-02 | - static function "create_new_hashes" was identical to "nt_lm_owf_gen". | Luke Leighton | 4 | -36/+41 |
1998-10-02 | microsoft is slowly fixing some buffer overflow errors in dce/rpc code (SP4). | Luke Leighton | 1 | -2/+2 |
1998-10-02 | some changes in smbtorture as a result of clientgen interface changes | Andrew Tridgell | 1 | -5/+5 |
1998-10-02 | the guts of the smbwrapper code. I may change the layout of this at | Andrew Tridgell | 19 | -0/+1700 |
1998-10-02 | several clientgen mods to support smbwrapper. In particular added | Andrew Tridgell | 1 | -3/+272 |
1998-10-02 | added sys_getwd() | Andrew Tridgell | 1 | -3/+13 |
1998-10-02 | use sys_stat() not file_exist() for codepages. (we don't want dos | Andrew Tridgell | 1 | -2/+2 |
1998-10-02 | a couple of mode for smbwrapper | Andrew Tridgell | 2 | -3/+7 |
1998-10-02 | makefile support for smbwrapper | Andrew Tridgell | 1 | -4/+24 |
1998-10-01 | got rid of USE_FILES_ARRAY code (it was unused) | Andrew Tridgell | 1 | -106/+4 |
1998-10-01 | Fixed *nasty* bug in nt_lm_owf_gen() - this function was | Jeremy Allison | 1 | -1/+3 |
1998-10-01 | Fix another possibly unitialized variable ... | Richard Sharpe | 1 | -1/+1 |
1998-09-30 | Implemented directory-relative opens for NT opens. | Jeremy Allison | 1 | -4/+78 |
1998-09-30 | lsa_lookup_sids command added. severe debugging needed on lookup_sids | Luke Leighton | 8 | -202/+581 |
1998-09-30 | set the default fstype for IPC$ to "IPC". I'm not sure if this will | Andrew Tridgell | 1 | -0/+1 |
1998-09-30 | Upped default MAX_OPEN_FILES to 10000 after conversation with tridge. | Jeremy Allison | 1 | -1/+1 |
1998-09-30 | Removed a redundant include for "includes.h" | Michael Warfield | 1 | -3/+1 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 5 | -28/+79 |
1998-09-30 | libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb. | Jeremy Allison | 4 | -12/+35 |
1998-09-30 | Fixed uid->vuid confusion in smbmount (hopefully). | Jeremy Allison | 1 | -2/+2 |
1998-09-29 | Fixed extern definition of cnum in clitar.c | Jeremy Allison | 1 | -1/+1 |