Age | Commit message (Expand) | Author | Files | Lines |
2008-05-05 | Remove unix_homedir from struct user_struct | Volker Lendecke | 1 | -37/+35 |
2008-05-05 | Remove "homedir" from "struct user_struct" | Volker Lendecke | 2 | -8/+12 |
2008-05-05 | Revert "Fix allocation of conn->vuid_cache entries" | Volker Lendecke | 1 | -3/+3 |
2008-05-05 | Revert "Second half of 50c891d3: Correctly clear the vuid cache" | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Second half of 50c891d3: Correctly clear the vuid cache | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Fix allocation of conn->vuid_cache entries | Volker Lendecke | 1 | -3/+3 |
2008-05-05 | Fix dfs_Enum: In form_junctions, correctly check for malloc failure | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 9 | -85/+66 |
2008-05-02 | Remove the "stat_open()" function, flag, and all associated code. It was only | Jeremy Allison | 5 | -142/+7 |
2008-05-02 | Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear. | Jeremy Allison | 3 | -7/+7 |
2008-05-02 | Move directory_has_default_acl() to file_access.c, belongs | Jeremy Allison | 2 | -25/+27 |
2008-05-01 | Start to ensure we use the NT ACL interface, keep the POSIX | Jeremy Allison | 1 | -21/+46 |
2008-04-28 | Fix bug found by Igor Mammedov <niallain@gmail.com> where we are | Jeremy Allison | 1 | -14/+42 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -2/+3 |
2008-04-21 | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 1 | -1/+1 |
2008-04-21 | Move the posix pending close functionality down into the VFS layer. | Michael Adam | 1 | -1/+9 |
2008-04-20 | Refactoring: Make struct rpc_pipe_client its own talloc parent | Volker Lendecke | 1 | -1/+2 |
2008-04-19 | Fix bug 5398 | Volker Lendecke | 1 | -3/+3 |
2008-04-18 | smbd: create the messaging conntext earlier | Stefan Metzmacher | 1 | -11/+16 |
2008-04-18 | smbd: call reinit_after_fork() in the needed places | Stefan Metzmacher | 1 | -16/+6 |
2008-04-18 | smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb tree | Stefan Metzmacher | 1 | -2/+4 |
2008-04-14 | Remove two pointless else branches | Volker Lendecke | 1 | -7/+5 |
2008-04-14 | Fix some "ignoring asprintf result" warnings | Volker Lendecke | 2 | -20/+21 |
2008-04-14 | Use more error-prone form of testing dm_destroy_session() return code after d... | Alexander Bokovoy | 1 | -1/+1 |
2008-04-13 | registry: rename init_registry() to registry_init_full() for consistency. | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change init_registry() to return WERROR instead of bool. | Michael Adam | 1 | -1/+1 |
2008-04-12 | dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd | Stefan Metzmacher | 1 | -1/+5 |
2008-04-11 | Cleanup size_t return values in convert_string_allocate | Tim Prouty | 1 | -4/+3 |
2008-04-11 | Fix bug 5366 | Volker Lendecke | 1 | -1/+6 |
2008-04-08 | Fix the build of reply_setattrE(). | Günther Deschner | 1 | -2/+2 |
2008-04-08 | Destroy DMAPI session when main smbd daemon exits. | Alexander Bokovoy | 2 | -0/+33 |
2008-04-07 | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 3 | -101/+142 |
2008-04-07 | Remove unused variable. | James Peach | 1 | -1/+0 |
2008-04-07 | Fix Kerberos interop with Mac OS X 10.5 clients. | Bill Ricker | 2 | -23/+33 |
2008-04-07 | smbd: make it possible to change the write time delay for testing | Stefan Metzmacher | 1 | -1/+7 |
2008-04-07 | smbd: make it possible to disable get_file_infos() on searches | Stefan Metzmacher | 3 | -14/+36 |
2008-04-07 | locking: combine get_delete_on_close_flag() and get_write_time() into get_fil... | Stefan Metzmacher | 3 | -14/+19 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 8 | -130/+235 |
2008-04-07 | locking: store the write time in the locking.tdb | Stefan Metzmacher | 5 | -12/+24 |
2008-04-02 | Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>. | Jeremy Allison | 1 | -30/+0 |
2008-04-01 | smbd: always close the base_fsp even if the real close returned an error | Stefan Metzmacher | 1 | -4/+0 |
2008-04-01 | smbd: ignore nttrans renames as w2k3 does | Stefan Metzmacher | 1 | -24/+3 |
2008-03-31 | Ok, final move of this code :-). I think I've found the correct | Jeremy Allison | 1 | -9/+9 |
2008-03-31 | Move the message_dispatch() call after the check for errno on | Jeremy Allison | 1 | -11/+11 |
2008-03-31 | Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file | Jeremy Allison | 1 | -0/+9 |
2008-03-28 | Fix missing '&&'. | Jeremy Allison | 1 | -1/+1 |
2008-03-28 | Only allow sendfile on non-stream fsp's. Should fix make test for streams | Jeremy Allison | 1 | -2/+2 |
2008-03-28 | Add a talloc context parameter to current_timestring() to fix memleaks. | Michael Adam | 1 | -1/+1 |
2008-03-28 | printclose has only 1 vwv | Volker Lendecke | 1 | -1/+1 |
2008-03-27 | Fix up the comments on security=share to explain we're | Jeremy Allison | 1 | -1/+5 |