Age | Commit message (Expand) | Author | Files | Lines |
2000-06-09 | clean up oplock capability code ready for Linux code | Andrew Tridgell | 6 | -559/+559 |
2000-06-09 | the Linux F_GETLEASE value has changed | Andrew Tridgell | 1 | -1/+1 |
2000-06-09 | some templates needed for the new aparser stuff | Andrew Tridgell | 2 | -0/+27 |
2000-06-09 | split some of the irix kernel oplocks code into a function | Andrew Tridgell | 1 | -68/+74 |
2000-06-09 | free NET_USER_INFO_3 gids when vuser invalidated. | Luke Leighton | 1 | -0/+4 |
2000-06-09 | dynamic allocation of NET_USER_INFO_3 gids. | Luke Leighton | 4 | -30/+63 |
2000-06-09 | started adding support for relative, plus options for autoalignment | Andrew Tridgell | 17 | -42/+421 |
2000-06-09 | reverted jeremy's changes that removed NET_USER_INFO_3. will you please | Luke Leighton | 5 | -415/+444 |
2000-06-08 | Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu> | Jeremy Allison | 3 | -9/+11 |
2000-06-08 | Fix for map_share_mode to allow desired access of zero map to stat open. | Jeremy Allison | 1 | -0/+11 |
2000-06-08 | include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ... | Jeremy Allison | 5 | -442/+445 |
2000-06-08 | Again, just syncronizing. The a function name was changed in the sll | Christopher R. Hertel | 4 | -27/+51 |
2000-06-08 | Bringing these up to date with what I've got on my site. The fixes include | Christopher R. Hertel | 6 | -77/+165 |
2000-06-08 | added a NET_USER_INFO_3 struct to user_struct. | Luke Leighton | 5 | -406/+452 |
2000-06-08 | added se_access_check. | Luke Leighton | 3 | -1/+282 |
2000-06-08 | make_sec_acl was passed pointer to static array ace[2], oops. | Luke Leighton | 1 | -1/+1 |
2000-06-08 | - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX | Andrew Tridgell | 6 | -161/+226 |
2000-06-08 | Moved tdb functions that access parse structs into parse_prs.c | Jeremy Allison | 3 | -32/+30 |
2000-06-08 | Cause printer SD's to be displayed correctly (full control). | Jeremy Allison | 4 | -11/+15 |
2000-06-07 | Fixing get/set of security descriptors. | Jeremy Allison | 8 | -19/+45 |
2000-06-06 | Memory leak fixes. | Jeremy Allison | 4 | -2/+19 |
2000-06-06 | fixed sizeof() typo | Andrew Tridgell | 1 | -4/+4 |
2000-06-06 | fixed!! | Andrew Tridgell | 1 | -10/+27 |
2000-06-06 | Create elements in default, not in read. | Jeremy Allison | 2 | -3/+10 |
2000-06-05 | Some tidyup fixes (memory leaks etc.). Still no progress with the | Jeremy Allison | 5 | -20/+37 |
2000-06-05 | simple increment bug in uniarray_2_dosarray | Andrew Tridgell | 1 | -0/+1 |
2000-06-05 | don't ue nasty /proc/locks hack by default | Andrew Tridgell | 1 | -2/+2 |
2000-06-05 | added locktest2 | Andrew Tridgell | 2 | -0/+636 |
2000-06-05 | Forgot attr entry for private dir. | Tim Potter | 1 | -0/+1 |
2000-06-05 | Updated samba appliance example. | Tim Potter | 5 | -67/+289 |
2000-06-05 | fixed a off by one bug in ntforms read from the database | Andrew Tridgell | 1 | -1/+1 |
2000-06-05 | Copied across NT_Security documentation from 2.0 | Tim Potter | 3 | -0/+850 |
2000-06-05 | Someone wrote a man page for smbspool - how nice! | Tim Potter | 3 | -0/+261 |
2000-06-05 | added -O (use oplocks) option to locktest | Andrew Tridgell | 1 | -1/+8 |
2000-06-04 | we no longer need the code to cope with setprinter having corrupted | Andrew Tridgell | 1 | -6/+0 |
2000-06-04 | no space was being reserved for the security descriptor in the parse | Andrew Tridgell | 1 | -3/+8 |
2000-06-04 | sec_desc_size() needs to handle a null secdesc | Andrew Tridgell | 1 | -2/+5 |
2000-06-04 | some printer parameters are getting corrupted, possibly by the client | Andrew Tridgell | 1 | -2/+12 |
2000-06-04 | added some debug code to track down pack/unpack problems | Andrew Tridgell | 1 | -0/+12 |
2000-06-04 | fixed the pack/unpack of the devicemode | Andrew Tridgell | 2 | -52/+86 |
2000-06-04 | added a MANGLE_DRIVER_PATH define to chooose whether we stuff with the | Andrew Tridgell | 1 | -10/+9 |
2000-06-04 | someone forgot a ! | Andrew Tridgell | 1 | -1/+1 |
2000-06-03 | new protos | Andrew Tridgell | 1 | -2/+3 |
2000-06-03 | fixed some ptr declarations | Andrew Tridgell | 1 | -2/+2 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 1 | -1/+1 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 4 | -6/+6 |
2000-06-03 | added %J and %T to run_print_command() | Andrew Tridgell | 1 | -17/+25 |
2000-06-03 | moved secrets handling into secrets.c | Andrew Tridgell | 3 | -79/+48 |
2000-06-03 | rpc_client/cli_lsarpc.c: Removed unused variable. | Jeremy Allison | 3 | -10/+15 |
2000-06-02 | More memory leak and PANIC action fixes. | Jeremy Allison | 4 | -32/+86 |