index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
service.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-04
Increase debug level of "create_connection_server_info failed" message
Volker Lendecke
1
-1
/
+1
2009-04-29
s3:smbd/service: switch load_registry_service/shares to use loadparm routines
Michael Adam
1
-70
/
+3
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-1
/
+1
2009-03-03
Fix bug #6155 - "force group" is no longer working as expected.
Jeremy Allison
1
-0
/
+8
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-2
/
+1
2009-01-05
smbd: prevent access to root filesystem when connecting with empty service name
Michael Adam
1
-0
/
+4
2008-11-24
Remove unused make_connection_with_chdir()
Volker Lendecke
1
-32
/
+0
2008-10-13
Remove smb_np_struct
Volker Lendecke
1
-4
/
+3
2008-06-26
Fix a debug message
Volker Lendecke
1
-1
/
+1
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-6
/
+6
2008-05-26
Re-enable the evil "aio write behind" parameter.
Jeremy Allison
1
-0
/
+2
2008-05-25
Remove some references to get_current_username() and current_user_info
Volker Lendecke
1
-10
/
+10
2008-05-25
Remove the reference to current_user_info from share_access.c
Volker Lendecke
1
-0
/
+1
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
1
-10
/
+15
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
1
-7
/
+10
2008-05-10
Replace nt_user_token with server_info in connection_struct
Volker Lendecke
1
-24
/
+4
2008-05-10
find_forced_group can directly change the token in server_info
Volker Lendecke
1
-72
/
+16
2008-05-10
Add an error return in find_forced_group()
Volker Lendecke
1
-0
/
+5
2008-05-10
Do not unnecessarily mess with the results in find_forced_group()
Volker Lendecke
1
-3
/
+0
2008-05-10
Replace find_forced_user by a direct call to make_serverinfo_from_username
Volker Lendecke
1
-37
/
+26
2008-05-10
Simplify make_connection_snum: Copy connection_struct info from server_info
Volker Lendecke
1
-13
/
+11
2008-05-10
Add "server_info" to connection_struct
Volker Lendecke
1
-97
/
+23
2008-05-10
Remove unused "force_group" from connection_struct
Volker Lendecke
1
-1
/
+0
2008-05-10
"status" -> "pstatus" in make_connection_snum
Volker Lendecke
1
-42
/
+38
2008-05-10
Add create_connection_server_info() -- not used yet
Volker Lendecke
1
-0
/
+76
2008-05-07
Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snum
Volker Lendecke
1
-1
/
+1
2008-05-07
Use talloc_stackframe() in find_forced_group
Volker Lendecke
1
-11
/
+5
2008-05-05
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
1
-4
/
+5
2008-05-05
Remove "guest" from "struct user_struct"
Volker Lendecke
1
-3
/
+3
2008-05-05
Remove the unix token info from "struct user_struct"
Volker Lendecke
1
-2
/
+2
2008-05-05
Remove "nt_user_token" from "struct user_struct"
Volker Lendecke
1
-3
/
+3
2008-05-05
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
1
-6
/
+6
2008-03-12
Add a debug message.
Michael Adam
1
-0
/
+1
2008-03-11
registry shares: prevent creating regular share called "global".
Michael Adam
1
-0
/
+4
2008-01-21
Add SMB_VFS_FS_CAPABILITIES
Volker Lendecke
1
-9
/
+1
2008-01-16
Add handling of [homes] and [printers] via registry shares.
Michael Adam
1
-39
/
+45
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
1
-7
/
+1
2007-12-27
Add the capability to set "smb encrypt = required"
Jeremy Allison
1
-0
/
+2
2007-12-22
Cache the underlying filesystem capabilities at connection time.
James Peach
1
-0
/
+15
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-3
/
+8
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-2
/
+2
2007-11-10
Always define PATH_MAX. Makes code simpler (removes
Jeremy Allison
1
-4
/
+0
2007-11-10
Fix the build when realpath doesn't take null
Jeremy Allison
1
-1
/
+1
2007-11-10
Remove pstring from service.c.
Jeremy Allison
1
-71
/
+109
2007-11-05
Make load_registry_service return the share number
Volker Lendecke
1
-1
/
+0
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
1
-3
/
+4
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
1
-2
/
+4
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
1
-2
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-9
/
+9
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-12
/
+6
[next]