Age | Commit message (Expand) | Author | Files | Lines |
1998-10-06 | dce/rpc | Luke Leighton | 1 | -20/+60 |
1998-10-06 | using wrong cli_state in "security = domain" call. | Luke Leighton | 1 | -47/+51 |
1998-10-06 | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | fixed some cast warnings from "cc -64" on IRIX | Andrew Tridgell | 2 | -7/+8 |
1998-10-05 | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1 | -27/+8 |
1998-10-04 | - modified resolve_name() to take a name_type | Andrew Tridgell | 1 | -2/+2 |
1998-10-04 | added support for printing via smbwrapper | Andrew Tridgell | 1 | -7/+7 |
1998-10-03 | use O_ACCMODE | Andrew Tridgell | 1 | -1/+1 |
1998-10-01 | got rid of USE_FILES_ARRAY code (it was unused) | Andrew Tridgell | 1 | -106/+4 |
1998-09-30 | Implemented directory-relative opens for NT opens. | Jeremy Allison | 1 | -4/+78 |
1998-09-30 | (Finally) implemented "max open files" as a global smb.conf parameter. | Jeremy Allison | 1 | -22/+44 |
1998-09-30 | libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb. | Jeremy Allison | 2 | -4/+6 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 4 | -36/+41 |
1998-09-29 | get away with dummy and .dummy files | Alexandre Oliva | 1 | -1/+0 |
1998-09-28 | Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>. | Jeremy Allison | 2 | -10/+48 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 4 | -19/+14 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |
1998-09-26 | Fixed the problem with reply_getatr() being passed a "" name in reply_getatr, | Jeremy Allison | 2 | -11/+10 |
1998-09-26 | Small update to clitar.c to omit warnings about servers not | Richard Sharpe | 1 | -3/+3 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 5 | -40/+50 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -2/+13 |
1998-09-25 | I've disabled the conversion of null filenames to "." until we solve | Andrew Tridgell | 1 | -0/+3 |
1998-09-24 | Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s | Jeremy Allison | 1 | -4/+35 |
1998-09-23 | nttrans.c: | Luke Leighton | 1 | -0/+1 |
1998-09-23 | Hoist by my own petard with warnings (forgot to set strict warnings | Jeremy Allison | 1 | -6/+6 |
1998-09-23 | smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flags | Jeremy Allison | 2 | -3/+3 |
1998-09-23 | First cut at kernel oplocks. This should have no effect unless runnin | Jeremy Allison | 8 | -191/+653 |
1998-09-23 | look at the CAP_NT_SMBS bit in the client capabilities to determine if | Andrew Tridgell | 2 | -18/+25 |
1998-09-21 | major autoconf clean-up | Alexandre Oliva | 1 | -0/+1 |
1998-09-20 | 3 changes: | Andrew Tridgell | 2 | -11/+16 |
1998-09-19 | Small bit of paranioa. Ensure that if the incoming name to | Jeremy Allison | 1 | -2/+14 |
1998-09-18 | Fixed problems with premature kernel oplock checkin code. | Jeremy Allison | 3 | -8/+7 |
1998-09-18 | configure configure.in include/config.h.in include/includes.h | Jeremy Allison | 2 | -5/+76 |
1998-09-18 | got rid of SMB_STRUCT_STATVFS. I don't think we should be defining | Andrew Tridgell | 1 | -3/+7 |
1998-09-18 | gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a | Andrew Tridgell | 5 | -84/+36 |
1998-09-18 | fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T) | Andrew Tridgell | 1 | -1/+1 |
1998-09-18 | removed another use of the LL suffix. Hopefully this is the last one | Andrew Tridgell | 1 | -21/+19 |
1998-09-18 | fixed a usage of off_t that should have been SMB_OFF_T | Andrew Tridgell | 1 | -1/+1 |
1998-09-18 | include/includes.h: | Jeremy Allison | 1 | -1/+1 |
1998-09-17 | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni... | Jeremy Allison | 8 | -44/+47 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 8 | -60/+29 |
1998-09-14 | Mapped correct open modes for READ_CONTROL access. | Jeremy Allison | 1 | -2/+3 |
1998-09-14 | Fixed problems people were having with creating profile | Jeremy Allison | 1 | -2/+4 |
1998-09-11 | Ok so with this bugfix 64 bit file access actually seems to work :-). | Jeremy Allison | 3 | -9/+27 |
1998-09-11 | Ok - this is the 'expose 64 bit to the clients' checkin. | Jeremy Allison | 6 | -35/+104 |
1998-09-11 | Added ssize_t to configure code. | Jeremy Allison | 7 | -294/+295 |
1998-09-10 | smb.h: Removed fdnum from file_fd_struct. Not needed. | Jeremy Allison | 1 | -29/+109 |
1998-09-10 | Improved stat cache code by uppercasing any search name that gets added to | Jeremy Allison | 2 | -19/+17 |
1998-09-09 | Copyright notices written to debug logs are now through 1998. | Christopher R. Hertel | 1 | -1/+1 |
1998-09-08 | Added back groupname map stuff removed by Andrew's "slash 'n' burn" | Jeremy Allison | 5 | -32/+49 |