Age | Commit message (Expand) | Author | Files | Lines |
2004-02-28 | Can't set allocation size on directories, return correct error code on | Jeremy Allison | 1 | -0/+12 |
2004-02-25 | Figured out a new flags bit with gentest and ethereal.... | Jeremy Allison | 1 | -2/+10 |
2004-02-24 | More gentest error fixups. | Jeremy Allison | 1 | -2/+0 |
2004-02-24 | Added NTrename SMB (0xA5) - how did we miss this.... ? | Jeremy Allison | 1 | -0/+50 |
2004-02-20 | Make us bug-for-bug compatible with W2K3 - to get delete on close semantics | Jeremy Allison | 1 | -6/+19 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -2/+3 |
2003-12-01 | Ensure the server can cope with multiple secondary trans | Jeremy Allison | 1 | -0/+8 |
2003-11-04 | Fix missing bracket in quota quote - my fault. | Tim Potter | 1 | -1/+1 |
2003-11-03 | Fix more 64-bit printf warnings. | Tim Potter | 1 | -4/+4 |
2003-10-16 | Tidyup wrap checking. | Jeremy Allison | 1 | -4/+12 |
2003-10-08 | Fixup error code returns from Samba4 tester. Ensure invalid paths are | Jeremy Allison | 1 | -7/+41 |
2003-09-17 | Fix coredump from Samba4 torture suite. | Jeremy Allison | 1 | -0/+3 |
2003-08-16 | Implemented the level 1010 NT rename level. Many fixes for Samba4 test | Jeremy Allison | 1 | -12/+6 |
2003-08-07 | Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted | Jeremy Allison | 1 | -22/+149 |
2003-08-02 | Ensure we don't leak any sign records on cancel of pending requests. | Jeremy Allison | 1 | -0/+1 |
2003-08-02 | Add the same signing code to the server. Ensure we use identical session | Jeremy Allison | 1 | -0/+6 |
2003-07-24 | Ensure everywhere we defer an incoming SMB request (blocking lock queue, | Jeremy Allison | 1 | -2/+0 |
2003-07-24 | SMB signing is now working with change notify. Need to fix the disconnect | Jeremy Allison | 1 | -0/+2 |
2003-07-11 | use names from enumerated type to get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 1 | -5/+5 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -1/+1 |
2003-05-29 | Change get_nt_acl() to include security_info wanted. Only return this. | Jeremy Allison | 1 | -91/+103 |
2003-05-14 | fix quota build on non-64bit systems | Gerald Carter | 1 | -3/+3 |
2003-05-14 | Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No... | Alexander Bokovoy | 1 | -6/+6 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -2/+2 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -5/+3 |
2003-05-12 | Better isolate quota stuff | Alexander Bokovoy | 1 | -0/+8 |
2003-05-12 | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 1 | -27/+526 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -2/+2 |
2003-04-14 | Merge of rpcecho pipe for testing large dcerpc requests and responses. | Tim Potter | 1 | -0/+1 |
2003-03-08 | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 1 | -22/+80 |
2003-02-12 | Ensure we are not forgetting our janitorial duties... | Jeremy Allison | 1 | -0/+10 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 1 | -9/+9 |
2002-12-03 | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 1 | -2/+2 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -19/+89 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -464/+496 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -281/+287 |
2002-04-15 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2002-04-09 | Shirish pointed out more areas we should be doing roundups for allocation size. | Jeremy Allison | 1 | -17/+16 |
2002-04-02 | Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works. | Jeremy Allison | 1 | -28/+6 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -5/+4 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -50/+3 |
2002-03-07 | get the right return code for batch vs exclusive oplocks | Andrew Tridgell | 1 | -5/+12 |
2002-03-07 | Fixed delete on close semantics - preparing for share mode rewrite. | Jeremy Allison | 1 | -13/+12 |
2002-03-06 | Reformat preparing for changes to come... | Jeremy Allison | 1 | -155/+155 |
2002-02-27 | Added "nt status support" parameter. Fix offline synchronisation. | Jeremy Allison | 1 | -5/+4 |