Age | Commit message (Expand) | Author | Files | Lines |
1998-10-05 | test for creat64() | Andrew Tridgell | 1 | -0/+3 |
1998-10-05 | test for loff_t and offset_t to support llseek() on Solaris and Linux. | Andrew Tridgell | 1 | -0/+2 |
1998-10-05 | revert 64-bit file support; it's hard-coded already | Alexandre Oliva | 1 | -1/+1 |
1998-10-05 | added 64-bit file support | Alexandre Oliva | 1 | -1/+1 |
1998-10-05 | added pread pread64 pwrite pwrite64 and open64 | Andrew Tridgell | 1 | -0/+45 |
1998-10-05 | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1 | -0/+1 |
1998-10-05 | tests for readdir64 | Andrew Tridgell | 1 | -0/+9 |
1998-10-05 | reran autoconf | Andrew Tridgell | 1 | -0/+27 |
1998-10-04 | bin/cvsignore: deleted, so that bin can be removed from the repository | Alexandre Oliva | 1 | -1/+1 |
1998-10-04 | more solaris 2.5 fixups. It now seems to be working pretty well. | Andrew Tridgell | 1 | -0/+72 |
1998-10-04 | started basic support for solaris 2.5 in smbwrapper. | Andrew Tridgell | 1 | -0/+81 |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and | Andrew Tridgell | 1 | -2/+3 |
1998-10-04 | add support for unlink() on printer shares in smbwrapper. unlink() | Andrew Tridgell | 1 | -0/+1 |
1998-10-04 | added support for printing via smbwrapper | Andrew Tridgell | 2 | -2/+20 |
1998-10-04 | set a default 16k client buffer size | Andrew Tridgell | 1 | -0/+4 |
1998-10-04 | modified cli_read() and cli_write() to issue multiple outstanding | Andrew Tridgell | 1 | -0/+1 |
1998-10-04 | use dummy file descriptors opened on /dev/null to ensure that the smbw | Andrew Tridgell | 1 | -0/+1 |
1998-10-04 | more smbw cleanups. | Andrew Tridgell | 2 | -1/+56 |
1998-10-03 | fixed vi on smbwrappper (it was a problem in cli_read()) | Andrew Tridgell | 1 | -2/+2 |
1998-10-03 | added simple device/inode number support based on a checksum of the | Andrew Tridgell | 1 | -2/+2 |
1998-10-03 | added lseek() support for directories | Andrew Tridgell | 1 | -1/+1 |
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 unlink() and rename() support to smbwrapper | Andrew Tridgell | 1 | -3/+3 |
1998-10-03 | updated prototypes | Andrew Tridgell | 1 | -3/+7 |
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 | 1 | -1/+48 |
1998-10-02 | - static function "create_new_hashes" was identical to "nt_lm_owf_gen". | Luke Leighton | 1 | -2/+2 |
1998-10-02 | a couple of mode for smbwrapper | Andrew Tridgell | 2 | -3/+7 |
1998-09-30 | lsa_lookup_sids command added. severe debugging needed on lookup_sids | Luke Leighton | 2 | -23/+58 |
1998-09-30 | Upped default MAX_OPEN_FILES to 10000 after conversation with tridge. | Jeremy Allison | 1 | -1/+1 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 2 | -1/+14 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 4 | -32/+34 |
1998-09-29 | missed the pdb_sam_to_smb function needed by nispass.c | Luke Leighton | 1 | -0/+1 |
1998-09-29 | added in some pdb_xxx routines that are needed by nispass.c | Luke Leighton | 2 | -12/+21 |
1998-09-29 | added stamp-h | Alexandre Oliva | 1 | -0/+1 |
1998-09-29 | get away with dummy and .dummy files | Alexandre Oliva | 1 | -1/+0 |
1998-09-29 | added WITH_SMBMOUNT | Alexandre Oliva | 2 | -1/+2 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 3 | -39/+37 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 2 | -3/+1 |
1998-09-26 | changed the default filesystem type to NTFS (from Samba) | Andrew Tridgell | 1 | -1/+1 |
1998-09-26 | Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se> | Jeremy Allison | 1 | -0/+4 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 5 | -148/+38 |
1998-09-25 | Added missing display enum. | Jeremy Allison | 1 | -0/+2 |
1998-09-25 | rpcclient: got samr command "enumusers -g -u" working | Luke Leighton | 1 | -1/+1 |
1998-09-25 | Moved the extra struct definitions Luke added to smb.h into rpcclient.h | Jeremy Allison | 2 | -0/+197 |
1998-09-25 | added in samr commands. assistance in returning the missing functions, | Luke Leighton | 2 | -0/+146 |
1998-09-25 | added wksinfo command to rpcclient, which don't work too good. | Luke Leighton | 1 | -0/+12 |
1998-09-25 | added rpcclient program | Luke Leighton | 4 | -52/+219 |