index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not unnecessarily mess with the results in find_forced_group()
Volker Lendecke
2008-05-10
1
-3
/
+0
*
Replace find_forced_user by a direct call to make_serverinfo_from_username
Volker Lendecke
2008-05-10
1
-37
/
+26
*
Simplify make_connection_snum: Copy connection_struct info from server_info
Volker Lendecke
2008-05-10
1
-13
/
+11
*
Add "server_info" to connection_struct
Volker Lendecke
2008-05-10
1
-97
/
+23
*
Remove unused "force_group" from connection_struct
Volker Lendecke
2008-05-10
1
-1
/
+0
*
"status" -> "pstatus" in make_connection_snum
Volker Lendecke
2008-05-10
1
-42
/
+38
*
Add create_connection_server_info() -- not used yet
Volker Lendecke
2008-05-10
1
-0
/
+76
*
Add a mem_ctx argument to make_server_info_guest()
Volker Lendecke
2008-05-10
1
-3
/
+3
*
Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use
Jeremy Allison
2008-05-09
1
-8
/
+2
*
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
2008-05-08
1
-7
/
+1
*
Rename server_info->was_mapped to server_info->nss_token
Volker Lendecke
2008-05-07
1
-3
/
+1
*
Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snum
Volker Lendecke
2008-05-07
1
-1
/
+1
*
Use talloc_stackframe() in find_forced_group
Volker Lendecke
2008-05-07
1
-11
/
+5
*
Fix a memleak introduced after refactoring "struct user_struct"
Volker Lendecke
2008-05-06
1
-1
/
+1
*
Remove some unused code
Volker Lendecke
2008-05-06
1
-23
/
+0
*
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
2008-05-05
6
-38
/
+53
*
Fix typo
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Remove "session_key" from "struct user_struct"
Volker Lendecke
2008-05-05
2
-24
/
+14
*
Remove "guest" from "struct user_struct"
Volker Lendecke
2008-05-05
4
-9
/
+8
*
Remove the unix token info from "struct user_struct"
Volker Lendecke
2008-05-05
5
-35
/
+19
*
Remove "nt_user_token" from "struct user_struct"
Volker Lendecke
2008-05-05
3
-13
/
+11
*
Remove "logon_script" from "struct user_struct"
Volker Lendecke
2008-05-05
2
-16
/
+8
*
Remove unix_homedir from struct user_struct
Volker Lendecke
2008-05-05
1
-37
/
+35
*
Remove "homedir" from "struct user_struct"
Volker Lendecke
2008-05-05
2
-8
/
+12
*
Revert "Fix allocation of conn->vuid_cache entries"
Volker Lendecke
2008-05-05
1
-3
/
+3
*
Revert "Second half of 50c891d3: Correctly clear the vuid cache"
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Second half of 50c891d3: Correctly clear the vuid cache
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Fix allocation of conn->vuid_cache entries
Volker Lendecke
2008-05-05
1
-3
/
+3
*
Fix dfs_Enum: In form_junctions, correctly check for malloc failure
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
2008-05-05
9
-85
/
+66
*
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
2008-05-02
5
-142
/
+7
*
Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.
Jeremy Allison
2008-05-02
3
-7
/
+7
*
Move directory_has_default_acl() to file_access.c, belongs
Jeremy Allison
2008-05-02
2
-25
/
+27
*
Start to ensure we use the NT ACL interface, keep the POSIX
Jeremy Allison
2008-05-01
1
-21
/
+46
*
Fix bug found by Igor Mammedov <niallain@gmail.com> where we are
Jeremy Allison
2008-04-28
1
-14
/
+42
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-2
/
+3
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
1
-1
/
+1
*
Move the posix pending close functionality down into the VFS layer.
Michael Adam
2008-04-21
1
-1
/
+9
*
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
2008-04-20
1
-1
/
+2
*
Fix bug 5398
Volker Lendecke
2008-04-19
1
-3
/
+3
*
smbd: create the messaging conntext earlier
Stefan Metzmacher
2008-04-18
1
-11
/
+16
*
smbd: call reinit_after_fork() in the needed places
Stefan Metzmacher
2008-04-18
1
-16
/
+6
*
smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb tree
Stefan Metzmacher
2008-04-18
1
-2
/
+4
*
Remove two pointless else branches
Volker Lendecke
2008-04-14
1
-7
/
+5
*
Fix some "ignoring asprintf result" warnings
Volker Lendecke
2008-04-14
2
-20
/
+21
*
Use more error-prone form of testing dm_destroy_session() return code after d...
Alexander Bokovoy
2008-04-14
1
-1
/
+1
*
registry: rename init_registry() to registry_init_full() for consistency.
Michael Adam
2008-04-13
1
-1
/
+1
*
registry: change init_registry() to return WERROR instead of bool.
Michael Adam
2008-04-13
1
-1
/
+1
*
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
2008-04-12
1
-1
/
+5
*
Cleanup size_t return values in convert_string_allocate
Tim Prouty
2008-04-11
1
-4
/
+3
[prev]
[next]