summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke5-35/+19
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke3-13/+11
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke2-16/+8
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke1-37/+35
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke2-8/+12
2008-05-05Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke1-3/+3
2008-05-05Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke1-1/+1
2008-05-05Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke1-1/+1
2008-05-05Fix allocation of conn->vuid_cache entriesVolker Lendecke1-3/+3
2008-05-05Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke1-1/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke9-85/+66
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison5-142/+7
2008-05-02Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison3-7/+7
2008-05-02Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2-25/+27
2008-05-01Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison1-21/+46
2008-04-28Fix bug found by Igor Mammedov <niallain@gmail.com> where we areJeremy Allison1-14/+42
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-2/+3
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-1/+1
2008-04-21Move the posix pending close functionality down into the VFS layer.Michael Adam1-1/+9
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke1-1/+2
2008-04-19Fix bug 5398Volker Lendecke1-3/+3
2008-04-18smbd: create the messaging conntext earlierStefan Metzmacher1-11/+16
2008-04-18smbd: call reinit_after_fork() in the needed placesStefan Metzmacher1-16/+6
2008-04-18smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher1-2/+4
2008-04-14Remove two pointless else branchesVolker Lendecke1-7/+5
2008-04-14Fix some "ignoring asprintf result" warningsVolker Lendecke2-20/+21
2008-04-14Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy1-1/+1
2008-04-13registry: rename init_registry() to registry_init_full() for consistency.Michael Adam1-1/+1
2008-04-13registry: change init_registry() to return WERROR instead of bool.Michael Adam1-1/+1
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher1-1/+5
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+3
2008-04-11Fix bug 5366Volker Lendecke1-1/+6
2008-04-08Fix the build of reply_setattrE().Günther Deschner1-2/+2
2008-04-08Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2-0/+33
2008-04-07Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison3-101/+142
2008-04-07Remove unused variable.James Peach1-1/+0
2008-04-07Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2-23/+33
2008-04-07smbd: make it possible to change the write time delay for testingStefan Metzmacher1-1/+7
2008-04-07smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher3-14/+36
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher3-14/+19
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher8-130/+235
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher5-12/+24
2008-04-02Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison1-30/+0
2008-04-01smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher1-4/+0
2008-04-01smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher1-24/+3
2008-03-31Ok, final move of this code :-). I think I've found the correctJeremy Allison1-9/+9
2008-03-31Move the message_dispatch() call after the check for errno onJeremy Allison1-11/+11
2008-03-31Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison1-0/+9
2008-03-28Fix missing '&&'.Jeremy Allison1-1/+1
2008-03-28Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison1-2/+2