Age | Commit message (Expand) | Author | Files | Lines |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -19/+19 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -2/+2 |
1998-05-08 | smb.h: Supporting defines for NT trans calls. | Jeremy Allison | 1 | -4/+8 |
1998-03-31 | includes.h: Added semaphore fix for HPUX10.x | Jeremy Allison | 1 | -0/+14 |
1998-03-16 | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1 | -6/+6 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -0/+5 |
1998-02-26 | Fix for NT redirector bug where deltree fails if the resume key | Jeremy Allison | 1 | -9/+69 |
1998-02-20 | nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar... | Jeremy Allison | 1 | -2/+2 |
1998-02-13 | Ding-dong the witch is dead, the witch is dead...... | Jeremy Allison | 1 | -18/+8 |
1998-02-11 | Makefile: Added AIX 3.2.5. | Jeremy Allison | 1 | -5/+25 |
1998-02-07 | A small raft of changes, I will sync up with 1.9.18 also. | Jeremy Allison | 1 | -6/+7 |
1998-01-28 | Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no data | Jeremy Allison | 1 | -2/+4 |
1998-01-25 | always align both the parameter and data bytes on a 4 byte boundary in | Andrew Tridgell | 1 | -8/+20 |
1998-01-24 | Added get_create_time() function to time.c. | Jeremy Allison | 1 | -6/+9 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1998-01-12 | *** empty log message *** | Andrew Tridgell | 1 | -0/+2 |
1997-12-20 | trans2.c: Forced trans2_findfirst to behave as NT does in error returns. | Jeremy Allison | 1 | -23/+9 |
1997-11-18 | ipc.c: Changed reply_trans to use receive_next_smb() to cope | Jeremy Allison | 1 | -3/+13 |
1997-10-20 | loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. Added | Jeremy Allison | 1 | -1/+1 |
1997-10-15 | ipc.c: Adding Andrews become_root code to the main branch. | Jeremy Allison | 1 | -2/+2 |
1997-10-10 | nmblookup.c: Added -A ability to do status on ip address. | Jeremy Allison | 1 | -1/+21 |
1997-10-09 | local.h: Fix spelling mistake :-). | Jeremy Allison | 1 | -2/+7 |
1997-10-03 | locking.c: Fixed incorrect parameter count in debug statements. May explain | Jeremy Allison | 1 | -0/+17 |
1997-10-03 | proto.h: Updated. | Jeremy Allison | 1 | -1/+1 |
1997-09-26 | Syncing up current oplock work in progress. #ifdef'ed out | Jeremy Allison | 1 | -3/+3 |
1997-09-26 | Adding Andrews buffer overflow fixes into the main branch. | Jeremy Allison | 1 | -11/+17 |
1997-09-11 | charcnv.c client.c clitar.c kanji.c kanji.h loadparm.c | Jeremy Allison | 1 | -0/+8 |
1997-09-05 | client.c: Made sure myhostname was initialised before substitutions. | Jeremy Allison | 1 | -4/+0 |
1997-08-28 | Oops. Reversed mangled map change made in error. Testing | Jeremy Allison | 1 | -2/+3 |
1997-08-28 | mangle.c: Fixed bug that caused string to run off the end of the mangled map. | Jeremy Allison | 1 | -6/+3 |
1997-08-26 | smb.h: Added error code used for OS2 WPS. | Samba Release Account | 1 | -11/+5 |
1997-08-20 | Changes to allow Samba to return the same error code as Windows NT. | Samba Release Account | 1 | -9/+61 |
1997-08-20 | Fix suggested by "Christian Groessler" <chris@fast-ag.de> | Samba Release Account | 1 | -1/+5 |
1997-07-24 | Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com | Samba Release Account | 1 | -1/+1 |
1997-07-14 | local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK | Samba Release Account | 1 | -17/+17 |
1997-07-12 | trans2 query file/path info - unix change times being reported as dos create | Samba Release Account | 1 | -43/+86 |
1997-07-06 | added, tested and debugged new "hide files" option. | Samba Release Account | 1 | -1/+1 |
1997-05-30 | charcnv.c: Fixed silly bugs detected on IRIX. | Samba Release Account | 1 | -1/+0 |
1997-05-20 | dir.c: Fixed double slash issue. | Samba Release Account | 1 | -1/+3 |
1997-05-08 | 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com) | Samba Release Account | 1 | -1/+1 |
1997-02-28 | Split maxxmit parameter into two : max_send (auto configured by the | Samba Release Account | 1 | -4/+4 |
1997-02-23 | Makefile: Added cleandir target. | Samba Release Account | 1 | -3/+6 |
1997-02-11 | Replaced YOST code with more functionally equivalent code that | Samba Release Account | 1 | -1/+1 |
1997-02-03 | Fixed bug with NT and large directories. | Samba Release Account | 1 | -2/+2 |
1997-01-13 | Added an extra parameter for unix_convert. If present this is the | Samba Release Account | 1 | -5/+5 |
1997-01-09 | Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ... | Samba Release Account | 1 | -14/+10 |
1996-12-03 | Added Volkers fix for bundary condition. Needed as word | Samba Release Account | 1 | -3/+6 |
1996-10-05 | I have fixed quite a few important bugs in this commit. | Andrew Tridgell | 1 | -0/+5 |
1996-08-21 | - fix a bug handling readraw packets that caused the timeout to be 30 | Andrew Tridgell | 1 | -1/+1 |
1996-06-10 | a cleanup of the receive_smb() usage, adding timeouts in some places | Andrew Tridgell | 1 | -4/+2 |