Age | Commit message (Expand) | Author | Files | Lines |
2000-06-23 | Fix a malloc of zero problem. | Jeremy Allison | 1 | -38/+49 |
2000-06-23 | lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@... | Jeremy Allison | 1 | -1/+5 |
2000-06-23 | Added return for become_authenticated_pipe_user() function. | Tim Potter | 1 | -0/+2 |
2000-06-23 | Delete OriginalDir stuff. | Tim Potter | 3 | -16/+20 |
2000-06-23 | Moved some static functions to sec_ctx.c | Tim Potter | 1 | -222/+30 |
2000-06-23 | Call init_sec_ctx() instead of init_uid(). | Tim Potter | 1 | -9/+1 |
2000-06-23 | I've been working on refactoring some of the mess that is the become_user() | Tim Potter | 1 | -0/+295 |
2000-06-20 | Fixes for IRIX kernel oplocks and systems that don't have nss.h | Jeremy Allison | 1 | -1/+1 |
2000-06-19 | Paranoia changes to ensure that anything touched by a signal handler | Jeremy Allison | 2 | -17/+18 |
2000-06-16 | Pass the vuid from the connection_struct to the printing back end functions. | Tim Potter | 1 | -6/+6 |
2000-06-15 | open files with O_NONBLOCK when available. This is necessary to | Andrew Tridgell | 1 | -1/+6 |
2000-06-15 | added support for kernel level share modes. These are a (small) hack, | Andrew Tridgell | 1 | -1/+24 |
2000-06-14 | allow the notify implementation to choose the select timeout change | Andrew Tridgell | 4 | -16/+18 |
2000-06-14 | ZERO_STRUCT() of info3 structure before using it. | Tim Potter | 1 | -0/+2 |
2000-06-13 | Removed a patch that Andrew had added because 'insure' was incorrectly | Christopher R. Hertel | 1 | -9/+0 |
2000-06-13 | use DN_ATTRIB kernel change notify attribute | Andrew Tridgell | 1 | -3/+7 |
2000-06-13 | always use the DN_CREATE mask (NT expects file creation always to | Andrew Tridgell | 1 | -8/+3 |
2000-06-12 | enable the Linux change notify code and change some notify debug code | Andrew Tridgell | 3 | -15/+64 |
2000-06-12 | totally rewrote the async signal, notification and oplock notification | Andrew Tridgell | 8 | -465/+647 |
2000-06-12 | fixed comments at top of module | Andrew Tridgell | 1 | -2/+3 |
2000-06-12 | split all the change notify code out into a separate module | Andrew Tridgell | 2 | -392/+427 |
2000-06-11 | a better test for oplocks being enabled in this kernel | Andrew Tridgell | 1 | -1/+18 |
2000-06-11 | fixed Linux capabilities handling | Andrew Tridgell | 1 | -21/+39 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 5 | -60/+125 |
2000-06-10 | a first pass at Linux kernel oplocks support | Andrew Tridgell | 3 | -15/+207 |
2000-06-10 | continued the split of the kernel level oplocks code into a more | Andrew Tridgell | 3 | -392/+412 |
2000-06-09 | (Correct) fix for desired_access being zero in map_share_mode(). | Jeremy Allison | 1 | -12/+12 |
2000-06-09 | Luke, I am moving the code back into passdb/passdb.c, this the correct | Jeremy Allison | 2 | -55/+15 |
2000-06-09 | clean up oplock capability code ready for Linux code | Andrew Tridgell | 3 | -161/+155 |
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 | 1 | -23/+37 |
2000-06-09 | reverted jeremy's changes that removed NET_USER_INFO_3. will you please | Luke Leighton | 2 | -29/+56 |
2000-06-08 | Change from "David S. Chappell" <David.Chappell@mail.cc.trincoll.edu> | Jeremy Allison | 1 | -4/+4 |
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 | 2 | -56/+29 |
2000-06-08 | added a NET_USER_INFO_3 struct to user_struct. | Luke Leighton | 2 | -2/+38 |
2000-06-08 | - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIX | Andrew Tridgell | 1 | -14/+14 |
2000-06-08 | Cause printer SD's to be displayed correctly (full control). | Jeremy Allison | 1 | -1/+1 |
2000-06-07 | Fixing get/set of security descriptors. | Jeremy Allison | 3 | -1/+8 |
2000-06-03 | moved secrets fns into secrets.c | Andrew Tridgell | 2 | -2/+2 |
2000-06-03 | rpc_client/cli_lsarpc.c: Removed unused variable. | Jeremy Allison | 1 | -9/+9 |
2000-06-01 | param/loadparm.c: Looks like someone ran indent on this ! | Jeremy Allison | 1 | -4/+4 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -0/+3 |
2000-05-31 | Changed interface to set_nt_acl slightly. | Jeremy Allison | 1 | -1/+1 |
2000-05-31 | Working UNIX -> NT ACL mapper. | Jeremy Allison | 1 | -2/+4 |
2000-05-31 | Fixed interface between new ACLS and nttrans code. | Jeremy Allison | 2 | -183/+586 |
2000-05-28 | debug output to /tmp. | Luke Leighton | 1 | -1/+1 |
2000-05-27 | prs_give_memory in wrong place, also poss. was losing mem. | Luke Leighton | 2 | -7/+34 |
2000-05-27 | fixed nttrans.c | Luke Leighton | 1 | -406/+38 |