| Commit message (Expand) | Author | Age | Files | Lines |
* | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 2009-06-24 | 1 | -6/+12 |
* | s3:smbd: make make_connection_snum() non static | Stefan Metzmacher | 2009-06-03 | 1 | -2/+1 |
* | s3:smbd: move tcon specific globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 1 | -18/+19 |
* | s3:smbd: move more session specific globals to struct smbd_server_connection | Stefan Metzmacher | 2009-06-03 | 1 | -17/+25 |
* | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 2009-05-26 | 1 | -2/+2 |
* | Increase debug level of "create_connection_server_info failed" message | Volker Lendecke | 2009-05-04 | 1 | -1/+1 |
* | s3:smbd/service: switch load_registry_service/shares to use loadparm routines | Michael Adam | 2009-04-29 | 1 | -70/+3 |
* | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 2009-03-23 | 1 | -1/+1 |
* | Fix bug #6155 - "force group" is no longer working as expected. | Jeremy Allison | 2009-03-03 | 1 | -0/+8 |
* | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 2009-01-08 | 1 | -2/+1 |
* | smbd: prevent access to root filesystem when connecting with empty service name | Michael Adam | 2009-01-05 | 1 | -0/+4 |
* | Remove unused make_connection_with_chdir() | Volker Lendecke | 2008-11-24 | 1 | -32/+0 |
* | Remove smb_np_struct | Volker Lendecke | 2008-10-13 | 1 | -4/+3 |
* | Fix a debug message | Volker Lendecke | 2008-06-26 | 1 | -1/+1 |
* | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 2008-06-19 | 1 | -6/+6 |
* | Re-enable the evil "aio write behind" parameter. | Jeremy Allison | 2008-05-26 | 1 | -0/+2 |
* | Remove some references to get_current_username() and current_user_info | Volker Lendecke | 2008-05-25 | 1 | -10/+10 |
* | Remove the reference to current_user_info from share_access.c | Volker Lendecke | 2008-05-25 | 1 | -0/+1 |
* | Remove "user" from connection_struct | Volker Lendecke | 2008-05-10 | 1 | -10/+15 |
* | Remove the unix token info from connection_struct | Volker Lendecke | 2008-05-10 | 1 | -7/+10 |
* | Replace nt_user_token with server_info in connection_struct | Volker Lendecke | 2008-05-10 | 1 | -24/+4 |
* | find_forced_group can directly change the token in server_info | Volker Lendecke | 2008-05-10 | 1 | -72/+16 |
* | Add an error return in find_forced_group() | Volker Lendecke | 2008-05-10 | 1 | -0/+5 |
* | 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 |
* | 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 |
* | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 2008-05-05 | 1 | -4/+5 |
* | Remove "guest" from "struct user_struct" | Volker Lendecke | 2008-05-05 | 1 | -3/+3 |
* | Remove the unix token info from "struct user_struct" | Volker Lendecke | 2008-05-05 | 1 | -2/+2 |
* | Remove "nt_user_token" from "struct user_struct" | Volker Lendecke | 2008-05-05 | 1 | -3/+3 |
* | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 2008-05-05 | 1 | -6/+6 |
* | Add a debug message. | Michael Adam | 2008-03-12 | 1 | -0/+1 |
* | registry shares: prevent creating regular share called "global". | Michael Adam | 2008-03-11 | 1 | -0/+4 |
* | Add SMB_VFS_FS_CAPABILITIES | Volker Lendecke | 2008-01-21 | 1 | -9/+1 |
* | Add handling of [homes] and [printers] via registry shares. | Michael Adam | 2008-01-16 | 1 | -39/+45 |
* | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 2008-01-09 | 1 | -7/+1 |
* | Add the capability to set "smb encrypt = required" | Jeremy Allison | 2007-12-27 | 1 | -0/+2 |
* | Cache the underlying filesystem capabilities at connection time. | James Peach | 2007-12-22 | 1 | -0/+15 |
* | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 2007-12-19 | 1 | -3/+8 |
* | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2007-12-15 | 1 | -2/+2 |
* | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 2007-11-10 | 1 | -4/+0 |
* | Fix the build when realpath doesn't take null | Jeremy Allison | 2007-11-10 | 1 | -1/+1 |
* | Remove pstring from service.c. | Jeremy Allison | 2007-11-10 | 1 | -71/+109 |
* | Make load_registry_service return the share number | Volker Lendecke | 2007-11-05 | 1 | -1/+0 |