Age | Commit message (Expand) | Author | Files | Lines |
1998-10-04 | started basic support for solaris 2.5 in smbwrapper. | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | use *SMBSERVER convention in smbwrapper to allow us to connect to | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | added support for printing via smbwrapper | Andrew Tridgell | 1 | -1/+11 |
1998-10-04 | use dummy file descriptors opened on /dev/null to ensure that the smbw | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | added simple device/inode number support based on a checksum of the | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | fixed a bug in name_len() (thanks to kooros@kooros.netrack.net) | Andrew Tridgell | 1 | -7/+7 |
1998-10-03 | added unlink() and rename() support to smbwrapper | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | - ignore *.p files | Andrew Tridgell | 2 | -1/+2 |
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-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 2 | -6/+58 |
1998-09-29 | get away with dummy and .dummy files | Alexandre Oliva | 1 | -1/+0 |
1998-09-29 | got rid of the memcpy() prototype and used includes.h instead. | Andrew Tridgell | 1 | -3/+1 |
1998-09-28 | Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>. | Jeremy Allison | 2 | -4/+9 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 5 | -5/+10 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 4 | -2/+122 |
1998-09-25 | added in samr commands. assistance in returning the missing functions, | Luke Leighton | 1 | -0/+12 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -0/+40 |
1998-09-23 | First cut at kernel oplocks. This should have no effect unless runnin | Jeremy Allison | 1 | -218/+0 |
1998-09-21 | major autoconf clean-up | Alexandre Oliva | 2 | -0/+2 |
1998-09-19 | Remove some byte-copying code in unix_format() that did nothing except | Jeremy Allison | 1 | -8/+0 |
1998-09-18 | got rid of SMB_STRUCT_STATVFS. I don't think we should be defining | Andrew Tridgell | 1 | -15/+0 |
1998-09-18 | got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LL | Andrew Tridgell | 1 | -15/+4 |
1998-09-18 | include/includes.h: | Jeremy Allison | 1 | -1/+3 |
1998-09-17 | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni... | Jeremy Allison | 3 | -5/+18 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 2 | -4/+30 |
1998-09-15 | Removed hideous inefficiencies in old trim_string code. This was making | Jeremy Allison | 1 | -15/+22 |
1998-09-11 | Ok so with this bugfix 64 bit file access actually seems to work :-). | Jeremy Allison | 1 | -1/+1 |
1998-09-11 | Added ssize_t to configure code. | Jeremy Allison | 1 | -102/+105 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 2 | -3/+3 |
1998-09-05 | ahh, the joy of deleting large chunks of code that someone else has | Andrew Tridgell | 1 | -13/+0 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 5 | -230/+33 |
1998-09-05 | got rid of interpret_security(). Thanks to Jean-Francois for pointing | Andrew Tridgell | 1 | -17/+0 |
1998-09-04 | More 64 bit stuff - now the fcntl locks are 64 bit clean. | Jeremy Allison | 2 | -52/+62 |
1998-09-03 | Ok - this is the 64 bit widening check in. It changes the configure | Jeremy Allison | 7 | -126/+176 |
1998-09-02 | we are never interested in SIGPIPE so just ignore (block) it | Andrew Tridgell | 1 | -9/+0 |
1998-09-01 | Missed one struct stat. | Jeremy Allison | 1 | -2/+2 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 8 | -43/+43 |
1998-08-31 | configure.in, configure: include/config.h.in: Added stropts and poll. | Jeremy Allison | 1 | -46/+47 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 3 | -13/+17 |
1998-08-30 | This should fix the zombie problem that luke noticed. | Andrew Tridgell | 1 | -1/+1 |
1998-08-30 | don't put two spaces at the start of lines if logging to stdout | Andrew Tridgell | 1 | -1/+3 |
1998-08-30 | changed the format of the wins.dat file slightly. | Andrew Tridgell | 1 | -0/+22 |
1998-08-30 | added a function zero_free(void *, int size) that zeros an area of | Andrew Tridgell | 1 | -0/+11 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 2 | -23/+57 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 1 | -1/+1 |
1998-08-22 | added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally | Andrew Tridgell | 1 | -5/+3 |
1998-08-21 | Just tweaking. | Christopher R. Hertel | 1 | -2/+20 |
1998-08-21 | added new smb.conf option "panic action". see my samba-technical | Andrew Tridgell | 2 | -12/+10 |