summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Do not unnecessarily mess with the results in find_forced_group()Volker Lendecke2008-05-101-3/+0
* Replace find_forced_user by a direct call to make_serverinfo_from_usernameVolker Lendecke2008-05-101-37/+26
* Simplify make_connection_snum: Copy connection_struct info from server_infoVolker Lendecke2008-05-101-13/+11
* Add "server_info" to connection_structVolker Lendecke2008-05-101-97/+23
* Remove unused "force_group" from connection_structVolker Lendecke2008-05-101-1/+0
* "status" -> "pstatus" in make_connection_snumVolker Lendecke2008-05-101-42/+38
* Add create_connection_server_info() -- not used yetVolker Lendecke2008-05-101-0/+76
* Add a mem_ctx argument to make_server_info_guest()Volker Lendecke2008-05-101-3/+3
* Remove a couple of uses of SMB_VFS_GET_NT_ACL(), useJeremy Allison2008-05-091-8/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-7/+1
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-071-3/+1
* Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snumVolker Lendecke2008-05-071-1/+1
* Use talloc_stackframe() in find_forced_groupVolker Lendecke2008-05-071-11/+5
* 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