Age | Commit message (Expand) | Author | Files | Lines |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -5/+5 |
2002-01-10 | First part of UNIX extensions (#ifdefed out) more to follow. | Jeremy Allison | 1 | -1/+169 |
2001-12-20 | fixed long filenames on win98 | Andrew Tridgell | 1 | -1/+3 |
2001-11-28 | Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from | Jeremy Allison | 1 | -0/+9 |
2001-11-23 | Fixed delete on close bug. Added core dump code to winbindd. | Jeremy Allison | 1 | -72/+89 |
2001-11-17 | Tidyups when I was doing the big merge... | Jeremy Allison | 1 | -0/+1 |
2001-11-12 | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 1 | -954/+953 |
2001-11-10 | Use defined constants not integers. | Jeremy Allison | 1 | -3/+3 |
2001-11-08 | Only 1mb allocate slop. | Jeremy Allison | 1 | -56/+55 |
2001-11-08 | Merge overdue changes from 2.2. Fix <4gb write problem. | Jeremy Allison | 1 | -40/+29 |
2001-11-08 | Added more define bits. Fixed error in vol attributes. | Jeremy Allison | 1 | -1/+0 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 1 | -3/+3 |
2001-10-12 | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -16/+8 |
2001-09-05 | Removed unneeded set of delete on close in fsp->share_mode. | Jeremy Allison | 1 | -7/+0 |
2001-09-05 | when you update the share mode in the db you must also update | Andrew Tridgell | 1 | -0/+7 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -54/+50 |
2001-08-24 | fixed level2 find first for unisys clients | Andrew Tridgell | 1 | -0/+1 |
2001-08-23 | Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help ! | Jeremy Allison | 1 | -15/+6 |
2001-08-10 | More constant conversions. | Tim Potter | 1 | -2/+2 |
2001-08-09 | Fixed wrong placement of allocate code :-(. | Jeremy Allison | 1 | -5/+5 |
2001-08-07 | Added fixes to return correct error codes on space allocation fail. | Jeremy Allison | 1 | -1/+1 |
2001-08-01 | Added "strict allocate" per share parameter. This causes actual on-disk alloc... | Jeremy Allison | 1 | -10/+44 |
2001-07-28 | Fix for potential crash bug with bad fid. | Jeremy Allison | 1 | -1/+13 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first/next | Andrew Tridgell | 1 | -39/+3 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -3/+3 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -30/+22 |
2001-07-04 | Ensure we correctly round down to 2 second boundary if dos filetime | Jeremy Allison | 1 | -7/+24 |
2001-06-19 | Set support for info levels... | Jeremy Allison | 1 | -20/+14 |
2001-06-18 | Best-effort so far implementation of new W2K info levels. | Jeremy Allison | 1 | -0/+148 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -3/+6 |
2001-06-08 | Correctly make max pathlength 255. | Jeremy Allison | 1 | -1/+1 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -134/+84 |
2001-03-28 | Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read. | Jeremy Allison | 1 | -1/+1 |
2001-03-23 | Made the fixes Andrew suggested to asci string code to use srvstr_push. | Jeremy Allison | 1 | -2/+2 |
2001-03-23 | Two OS/2 printer fixes from Jim McDonough @ IBM. | Jeremy Allison | 1 | -5/+62 |
2001-03-16 | don't need to force unicode strings in flg2 anymore | Andrew Tridgell | 1 | -4/+3 |
2001-03-16 | finished the conversion to unicode of the last of the trans2 fns | Andrew Tridgell | 1 | -18/+6 |
2001-03-14 | converted a bunch more trans2 calls for unicode. This got quite tricky :( | Andrew Tridgell | 1 | -179/+145 |
2001-03-13 | simpler and more correct srvstr_push() | Andrew Tridgell | 1 | -9/+9 |
2001-03-13 | converted findnext to unicode | Andrew Tridgell | 1 | -1/+1 |
2001-03-13 | this patch does a number of things: | Andrew Tridgell | 1 | -59/+94 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 1 | -3/+17 |
2001-02-08 | reverted *.* patch until someone explains to me what the test case is | Andrew Tridgell | 1 | -5/+0 |
2001-02-08 | merge from SAMBA_2_2 | Gerald Carter | 1 | -2/+8 |
2001-01-23 | Fix from Kenichi Okuyama for memory leak on Realloc fail. | Jeremy Allison | 1 | -21/+51 |
2000-12-11 | Fix for short names not being returned correctly with non-mangled shares. | Jeremy Allison | 1 | -1/+2 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -8/+23 |