Age | Commit message (Expand) | Author | Files | Lines |
1998-10-07 | dce/rpc | Luke Leighton | 1 | -0/+4 |
1998-10-06 | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 1 | -1/+1 |
1998-09-26 | Fixed the problem with reply_getatr() being passed a "" name in reply_getatr, | Jeremy Allison | 1 | -8/+10 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -1/+1 |
1998-09-23 | look at the CAP_NT_SMBS bit in the client capabilities to determine if | Andrew Tridgell | 1 | -3/+5 |
1998-09-20 | 3 changes: | Andrew Tridgell | 1 | -2/+4 |
1998-09-18 | Fixed problems with premature kernel oplock checkin code. | Jeremy Allison | 1 | -1/+1 |
1998-09-18 | fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_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 | 1 | -1/+1 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1 | -24/+6 |
1998-09-11 | Ok so with this bugfix 64 bit file access actually seems to work :-). | Jeremy Allison | 1 | -3/+3 |
1998-09-11 | Ok - this is the 'expose 64 bit to the clients' checkin. | Jeremy Allison | 1 | -10/+10 |
1998-09-11 | Added ssize_t to configure code. | Jeremy Allison | 1 | -148/+215 |
1998-09-08 | Added back groupname map stuff removed by Andrew's "slash 'n' burn" | Jeremy Allison | 1 | -3/+3 |
1998-09-04 | Modified dev_t and ino_t code to be 64 bit clean (including changes | Jeremy Allison | 1 | -2/+8 |
1998-09-03 | Ok - this is the 64 bit widening check in. It changes the configure | Jeremy Allison | 1 | -26/+28 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -30/+30 |
1998-08-31 | configure.in, configure: include/config.h.in: Added stropts and poll. | Jeremy Allison | 1 | -2/+2 |
1998-08-27 | This is the stat cache code - seems to work fine (needs heavy | Jeremy Allison | 1 | -19/+25 |
1998-08-20 | Turning on blocking locking code. NB. Blocking lock requests that are not | Jeremy Allison | 1 | -7/+29 |
1998-08-19 | Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes. | Jeremy Allison | 1 | -8/+20 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -31/+22 |
1998-08-16 | got rid of the Files[] array completely (previously I'd just made it | Andrew Tridgell | 1 | -2/+2 |
1998-08-16 | changed find_free_file() to file_new(). | Andrew Tridgell | 1 | -7/+7 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -323/+249 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -4/+3 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -953/+832 |
1998-08-11 | include/smb.h: Removed dir_ptr. Not needed. | Jeremy Allison | 1 | -21/+34 |
1998-08-04 | loadparm.c: Added "debug timestamp" synonym for Chris. | Jeremy Allison | 1 | -0/+2 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -105/+113 |
1998-07-30 | Makefile.in: Moved UBIQX stuff into UTILOBJ. | Jeremy Allison | 1 | -62/+78 |
1998-07-29 | locking.c: Print messages when we downgrade a lock. | Jeremy Allison | 1 | -0/+3 |
1998-07-28 | loadparm.c: Added strict sync parameter. | Jeremy Allison | 1 | -8/+8 |
1998-07-23 | locking.c: Added lock type to is_locked() and do_lock() | Jeremy Allison | 1 | -13/+14 |
1998-07-22 | Fixed bug found by Richard Sharpe. After increasing files_struct size by | Jeremy Allison | 1 | -2/+2 |
1998-07-17 | Code added to fix the renaming of a directory under NT SMB calls. | Jeremy Allison | 1 | -14/+41 |
1998-07-14 | loadparm.c: | Jeremy Allison | 1 | -14/+12 |
1998-07-11 | nntrans.c: Fully implemented transact rename. | Jeremy Allison | 1 | -3/+24 |
1998-07-11 | nttrans.c: More NT SMB stuff. | Jeremy Allison | 1 | -65/+77 |
1998-06-15 | Makefile: | Jeremy Allison | 1 | -8/+20 |
1998-06-12 | ipc.c: map_username is now a BOOL function. | Jeremy Allison | 1 | -3/+3 |
1998-06-10 | De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam | Jeremy Allison | 1 | -3/+38 |
1998-05-21 | printing.c: Fixed overflow by one problem in LPRng. | Jeremy Allison | 1 | -15/+17 |
1998-05-18 | chgpasswd.c: Changed back to getsmb... from getsam... | Jeremy Allison | 1 | -7/+7 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -56/+56 |
1998-05-11 | reply.c: Added code to not overwrite sesssetup_user when in share level security | Jeremy Allison | 1 | -1/+8 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -5/+5 |
1998-05-07 | created "passdb.c" which is an interface point to (at present) either | Luke Leighton | 1 | -7/+7 |
1998-05-06 | Fixes for the %U and %G problems people have reported. | Jeremy Allison | 1 | -1/+1 |