Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-24 | Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS! | Volker Lendecke | 12 | -181/+129 | |
2008-11-24 | Convert delete_driver_files to use create_conn_struct | Volker Lendecke | 1 | -4/+6 | |
Jerry, please check! | |||||
2008-11-24 | Convert get_correct_cversion to use create_conn_struct | Volker Lendecke | 1 | -1/+1 | |
Jerry, please check! | |||||
2008-11-24 | Convert move_driver_to_download_area to use create_conn_struct | Volker Lendecke | 1 | -1/+2 | |
This removes a use of struct current_user and the vuid The become_user() here is unnecessary, within the spoolss handling code we have switched to the authenticated pipe user anyway. Jerry, please check! | |||||
2008-11-23 | Add auth_serversupplied_info to create_conn_struct | Volker Lendecke | 1 | -6/+4 | |
srvsvc needs it, as will printing | |||||
2008-11-20 | Second part of fix for bug #5891 - smbd crashed when viewing the eventlog ↵ | Jeremy Allison | 1 | -5/+3 | |
exported by "eventlog list". Don't leak memory on error paths. Jeremy. | |||||
2008-11-20 | s3-eventlog: remove trailing whitespace. | Günther Deschner | 1 | -44/+44 | |
Guenther | |||||
2008-11-20 | s3-eventlog: avoid passing down full prs_struct in eventlog server. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-11-20 | eventlog: don't crash in sync_eventlog_params(). | Michael Adam | 1 | -1/+1 | |
When freeing the talloc ctx at the end of the routine, it must be a talloc ctx created inside. talloc_tos() needs to be valid after the function finishes, since callers (may) have data attached to it. Michael Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-19 | This code mixes up int and uint32 when pulling out of a TDB. This is very ↵ | Jeremy Allison | 2 | -24/+26 | |
bad. Fixing... May fix bug #5891, not sure. Jeremy. | |||||
2008-11-19 | s3-ntsvcs: use pidl for _PNP_GetDeviceRegProp. | Günther Deschner | 2 | -38/+23 | |
Guenther | |||||
2008-11-17 | Fix build warning introduced by making SERVICE_CONTROL an enum | Tim Prouty | 1 | -4/+2 | |
2008-11-15 | s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate). | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-13 | s3-svctl-server: fix remote rpc service management (bug #5888). | Günther Deschner | 1 | -1/+1 | |
Don't TALLOC_FREE a non-talloced [ref] pointer. Guenther | |||||
2008-11-11 | Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ↵ | Jeremy Allison | 1 | -1/+1 | |
list" Don't mix TALLOC and SAFE_FREE(). Jeremy. | |||||
2008-11-10 | s3-samr-idl: cleanup. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-11-06 | For proxied named pipes, connect to np/<pipe_name> and send auth info | Volker Lendecke | 1 | -2/+107 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2008-11-06 | s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_key | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-11-01 | Apply some const to np_write() | Volker Lendecke | 1 | -1/+1 | |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 3 | -16/+16 | |
2008-10-31 | s3-samr: remove duplicate copies of Alias Object specific access rights. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2008-10-31 | s3-samr: remove duplicate copies of Group Object specific access rights. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2008-10-31 | s3-samr: remove duplicate copies of Domain Object specific access rights. | Günther Deschner | 1 | -18/+18 | |
Guenther | |||||
2008-10-31 | s3-samr: remove duplicate copies of SAM user specific access rights. | Günther Deschner | 1 | -13/+13 | |
Guenther | |||||
2008-10-31 | s3-samr: remove duplicate copies of SAM server specific access rights. | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2008-10-31 | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 4 | -14/+13 | |
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy. | |||||
2008-10-28 | s3-netlogon: kill an fstring in rpc_server. | Günther Deschner | 1 | -6/+3 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2008-10-25 | Add proxied named pipe support | Volker Lendecke | 1 | -28/+144 | |
This is a central piece of the "merged build" thing: Forward named pipes from samba3 to samba4. This patch is not finished yet, as we will have to forward the smb-level authentication information to samba4, but I'm pushing this patch already to demonstrate the implementation without clutter. It adds an intermediate parameter np:proxy = srvsvc samr winreg wkssvc ... and so on that states which of the pipes should be forwarded to the s4 unix domain socket DEFAULT. The parameter is intermediate because once we have a proper endpoint mapper implementation, this information will be retrieved out of a database. If anybody wants to try this, do the merged build and configure s4 with server services = samba3_smb, rpc, nbt, wrepl, ldap, cldap, kdc, drepl samba3:smbd = /data/inst/sbin/smbd and s3 with auth methods = guest netlogond np:proxy = srvsvc samr winreg wkssvc netlogon ntlsa ntsvcs lsass lsarpc netdfs \ rpcecho initshutdown epmapper svcctl eventlog drsuapi Then run rpcclient against samba4. It will fork s3, which authenticates against s4, and then forwards the rpc requests to s4. Volker | |||||
2008-10-25 | Move the is_known_pipename check into np_open | Volker Lendecke | 1 | -0/+6 | |
2008-10-25 | Remove "pipe_handle_offset" -- pipes now use "struct files_struct" | Volker Lendecke | 1 | -16/+0 | |
2008-10-24 | s3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-10-24 | s3-samr-server: remove unused historic code. | Günther Deschner | 1 | -60/+0 | |
Guenther | |||||
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -2/+2 | |
otherwise (to clarify we can also pass in structs smaller than sockaddr_storage, such as sockaddr_in). | |||||
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 2 | -2/+2 | |
previously present in Samba 3. | |||||
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-23 | s3-samr-server: unify callback convention: _samr_UserSetInfo. | Günther Deschner | 1 | -34/+19 | |
Guenther | |||||
2008-10-23 | s3-samr-server: unify callback convention: _samr_QueryDomainInfo. | Günther Deschner | 1 | -32/+18 | |
Guenther | |||||
2008-10-23 | s3-samr-server: fix return code in _samr_QueryDisplayInformation. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-23 | s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-22 | s3-samr-server: fix access check in _samr_QuerySecurity(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-21 | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 1 | -5/+59 | |
Jeremy. | |||||
2008-10-21 | s3-build: fix the build. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-21 | s3-lsa-server: fix _lsa_GetUserName. | Günther Deschner | 1 | -8/+21 | |
Guenther | |||||
2008-10-20 | Remove the requirement for ldap call made as root. Add in security | Jeremy Allison | 1 | -4/+63 | |
checks for all SAMR calls. Jeremy. | |||||
2008-10-20 | s3-samr-server: be consistent when reporting we do password complexity. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-10-20 | s3-build: no need to duplicate generated srv_ prototypes. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-17 | Unify access checks for lsa server functions. | Jeremy Allison | 1 | -4/+17 | |
Jeremy. |