summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a memleak introduced after refactoring "struct user_struct"Volker Lendecke2008-05-061-1/+1
* Remove some unused codeVolker Lendecke2008-05-061-23/+0
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-056-38/+53
* Fix typoVolker Lendecke2008-05-051-1/+1
* Remove "session_key" from "struct user_struct"Volker Lendecke2008-05-052-24/+14
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-054-9/+8
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-055-35/+19
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-053-13/+11
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-052-16/+8
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-051-37/+35
* Remove "homedir" from "struct user_struct"Volker Lendecke2008-05-052-8/+12
* Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke2008-05-051-3/+3
* Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke2008-05-051-1/+1
* Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke2008-05-051-1/+1
* Fix allocation of conn->vuid_cache entriesVolker Lendecke2008-05-051-3/+3
* Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke2008-05-051-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-059-85/+66
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-025-142/+7
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-023-7/+7
* Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2008-05-022-25/+27
* Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison2008-05-011-21/+46
* Fix bug found by Igor Mammedov <niallain@gmail.com> where we areJeremy Allison2008-04-281-14/+42
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-1/+9
* Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke2008-04-201-1/+2
* Fix bug 5398Volker Lendecke2008-04-191-3/+3
* smbd: create the messaging conntext earlierStefan Metzmacher2008-04-181-11/+16
* smbd: call reinit_after_fork() in the needed placesStefan Metzmacher2008-04-181-16/+6
* smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher2008-04-181-2/+4
* Remove two pointless else branchesVolker Lendecke2008-04-141-7/+5
* Fix some "ignoring asprintf result" warningsVolker Lendecke2008-04-142-20/+21
* Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy2008-04-141-1/+1
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-131-1/+1
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-131-1/+1
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-121-1/+5
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+3
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* Fix the build of reply_setattrE().Günther Deschner2008-04-081-2/+2
* Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2008-04-082-0/+33
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-073-101/+142
* Remove unused variable.James Peach2008-04-071-1/+0
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-072-23/+33
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-071-1/+7
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-073-14/+36
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-073-14/+19
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-078-130/+235
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-075-12/+24
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-30/+0
* smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher2008-04-011-4/+0