Age | Commit message (Expand) | Author | Files | Lines |
2003-07-01 | Fixed the latest complaint from jcmd :-). We were storing -1 for the | Jeremy Allison | 1 | -6/+10 |
2003-06-30 | Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we were | Jeremy Allison | 1 | -20/+10 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 2 | -7/+11 |
2003-06-25 | large change: | Gerald Carter | 1 | -1/+1 |
2003-06-23 | Fixed the merge_default_aces() code to work correctly with inheritance. | Jeremy Allison | 1 | -11/+38 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 4 | -10/+10 |
2003-06-21 | Always initialize. | Andrew Bartlett | 1 | -0/+2 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 1 | -3/+0 |
2003-06-20 | Fixed sorting algorithm to prevent problems with W2K clients. | Jeremy Allison | 1 | -2/+2 |
2003-06-20 | Mapping of Windows ACL inheritance and protected bits onto extended attributes | Jeremy Allison | 1 | -16/+461 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 1 | -1/+1 |
2003-06-13 | Fix an spelling mistake. | Richard Sharpe | 1 | -1/+1 |
2003-06-07 | Don't assume that the SAM knows the unix home directory - look it up by | Andrew Bartlett | 1 | -6/+14 |
2003-06-06 | * add in David Lee's utmp patch (defaults to on if available) | Gerald Carter | 2 | -11/+18 |
2003-06-06 | SMBlockingX timeouts are in units of 2 milliseconds, not 1 | Andrew Tridgell | 1 | -1/+1 |
2003-06-06 | 2 more places where win2003 forces UCS2 | Andrew Tridgell | 1 | -2/+2 |
2003-06-06 | - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name | Andrew Tridgell | 1 | -3/+3 |
2003-06-06 | make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE | Andrew Tridgell | 1 | -1/+2 |
2003-06-06 | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode | Andrew Tridgell | 1 | -5/+5 |
2003-06-06 | fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level | Andrew Tridgell | 1 | -2/+1 |
2003-06-06 | fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level | Andrew Tridgell | 1 | -5/+5 |
2003-06-06 | removed the 'valgrind fix' that (although it may well remove a | Andrew Tridgell | 1 | -8/+0 |
2003-06-06 | Added EA operations to VFS layer. | Jeremy Allison | 2 | -1/+81 |
2003-06-04 | fixed the termination of several trans2 strings | Andrew Tridgell | 1 | -3/+3 |
2003-06-04 | shouldn't null terminate trans2 qfileinfo all_info/name | Andrew Tridgell | 1 | -1/+1 |
2003-06-01 | added the COMPRESSION_INFO trans2 QFILEINFO level and fixed the | Andrew Tridgell | 1 | -3/+9 |
2003-06-01 | fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The | Andrew Tridgell | 1 | -35/+2 |
2003-05-31 | Got us happy running under valgrind again :-). | Jeremy Allison | 3 | -0/+10 |
2003-05-31 | Fixes to stop valgrind complaining about uninitialised memory when it's | Jeremy Allison | 2 | -0/+16 |
2003-05-30 | Ensure 'blank' entries show up in both default and normal entries to | Jeremy Allison | 1 | -13/+7 |
2003-05-29 | Change get_nt_acl() to include security_info wanted. Only return this. | Jeremy Allison | 4 | -235/+256 |
2003-05-28 | Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to | Jeremy Allison | 1 | -107/+14 |
2003-05-28 | It seems only NT4 does the VC == 0 session drop code. | Jeremy Allison | 1 | -1/+5 |
2003-05-27 | Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources | Jeremy Allison | 1 | -1/+18 |
2003-05-27 | volker's add_signature() fix; must pass the beginning on the outbuf to get th... | Gerald Carter | 1 | -5/+5 |
2003-05-27 | Fix printf warnings in debug statments. | Tim Potter | 1 | -2/+2 |
2003-05-27 | Fix shadow parameter warning in free_empty_sys_acl() | Tim Potter | 1 | -5/+5 |
2003-05-27 | More fixes for builddir != srcdir. | Tim Potter | 1 | -0/+6 |
2003-05-22 | Stat opens can have fsp->fd == -1 and will have a share entry. Ensure | Jeremy Allison | 1 | -2/+10 |
2003-05-22 | More fixes for debug log to catch logic error. | Jeremy Allison | 1 | -7/+5 |
2003-05-22 | Add more info to debug info... | Jeremy Allison | 1 | -1/+5 |
2003-05-21 | fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u... | Gerald Carter | 1 | -1/+4 |
2003-05-21 | merge LANMAN1/LANMAN2.1 fixes from head | Andrew Tridgell | 1 | -0/+2 |
2003-05-20 | really make sure to include the version in the lanman string; tested spnego u... | Gerald Carter | 1 | -8/+9 |
2003-05-17 | Cope with cumulative permissions sets. This code is #ifdef'ed out at the | Jeremy Allison | 1 | -1/+49 |
2003-05-16 | David Lee <t.d.lee@durham.ac.uk> provides some corrections to the comments | Andrew Bartlett | 1 | -39/+5 |
2003-05-16 | add metze's patch for smb_register functions | Simo Sorce | 1 | -4/+1 |
2003-05-15 | Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on | Jeremy Allison | 2 | -5/+7 |
2003-05-14 | fix quota build on non-64bit systems | Gerald Carter | 2 | -5/+5 |
2003-05-14 | Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No... | Alexander Bokovoy | 5 | -17/+29 |