Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | s3: Fix Coverity ID 2041, "UNUSED_VALUE" | Günther Deschner | 1 | -4/+10 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 30 13:49:35 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3: Fix Coverity ID 2332: MISSING_BREAK | Volker Lendecke | 1 | -0/+1 | |
2011-03-30 | s3-rpc_server: move access check functions out of samr server. | Günther Deschner | 5 | -114/+163 | |
Guenther | |||||
2011-03-30 | s3: only include lib/privileges.h where needed. | Günther Deschner | 2 | -0/+2 | |
This finally removes the global lsa.h inclusion. Guenther | |||||
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 20 | -0/+20 | |
Guenther | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 4 | -4/+0 | |
Guenther | |||||
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 4 | -0/+4 | |
Guenther | |||||
2011-03-30 | s3-auth: rpc_server needs auth.h | Günther Deschner | 21 | -0/+21 | |
Guenther | |||||
2011-03-30 | s3: rpc_server needs parts of smbd. | Günther Deschner | 6 | -1/+6 | |
Guenther | |||||
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 5 | -0/+5 | |
Guenther | |||||
2011-03-30 | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 4 | -0/+4 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/terminal.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-29 | s3-rpc_server: Fixed rpc_pipe_open_internal documentation. | Andreas Schneider | 1 | -5/+11 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-29 | s3-rpc_server: Only allow embedded, daemon and external server type. | Andreas Schneider | 1 | -2/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-29 | s3-spoolssd: Start the spoolss service correctly. | Andreas Schneider | 1 | -6/+16 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-29 | s3-epmap: Make rpc_ep_setup_register an internal function. | Andreas Schneider | 2 | -5/+29 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-27 | s3: Fix Coverity ID 2195: NO_EFFECT | Volker Lendecke | 1 | -1/+1 | |
level is unsigned | |||||
2011-03-27 | s3: Fix Coverity ID 2327: FORWARD_NULL | Volker Lendecke | 1 | -0/+2 | |
Make check_ft_info robust against an invalid type. Günther, please check! | |||||
2011-03-24 | s3-rpc_server: remove two uneeded include registry/reg_parse_prs.h | Günther Deschner | 2 | -2/+0 | |
Guenther | |||||
2011-03-24 | s3-epmapper: fix vars init and return errors | Simo Sorce | 1 | -11/+18 | |
Properly initialize variables at each cycle. Convert to the right error when returning EPMAPPER ones. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Mar 24 20:43:49 CET 2011 on sn-devel-104 | |||||
2011-03-24 | s3-epmapper: Fix allocation of data on the wrong context | Simo Sorce | 1 | -1/+1 | |
p->mem_ctx is the short-lived per request context, while this data is long lived, allocate on p instead. | |||||
2011-03-24 | s3-epmapper: Make sure we work on a description duplicate. | Andreas Schneider | 1 | -1/+5 | |
2011-03-24 | s3-epmapper: Refactor the cleanup of endpoints. | Andreas Schneider | 1 | -11/+11 | |
2011-03-24 | s3-epmapper: Use strcmp instead of strequal and check IPv6. | Andreas Schneider | 1 | -1/+2 | |
2011-03-24 | s3-epmapper: Increase debug levels. | Andreas Schneider | 1 | -8/+8 | |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -2/+1 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-23 | s3-epmapper: Log error if we can't register the endpoint. | Andreas Schneider | 1 | -2/+3 | |
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Mar 23 18:06:54 CET 2011 on sn-devel-104 | |||||
2011-03-23 | s3-epmapper: Setup epm in smbd to forward np requests. | Andreas Schneider | 1 | -0/+4 | |
2011-03-23 | s3-epmapper: Remove unregister on shutdown. | Andreas Schneider | 1 | -313/+13 | |
This is done automatically now. | |||||
2011-03-23 | s3-epmd: Cleanup endpoints on service pipe disconnect. | Andreas Schneider | 1 | -1/+1 | |
2011-03-23 | s3-epmapper: Added function to delete endpoint entries. | Andreas Schneider | 2 | -0/+54 | |
2011-03-23 | s3-rpc_server: Added disconnect callback function. | Andreas Schneider | 4 | -15/+43 | |
2011-03-23 | s3-rpc_server: Rename req to subreq. | Andreas Schneider | 1 | -14/+14 | |
2011-03-23 | s3-rpc_server: Implement an endpoint monitor loop. | Andreas Schneider | 1 | -1/+113 | |
2011-03-23 | s3-rpc_server: Added a memory context to the ep regsiter state. | Andreas Schneider | 1 | -5/+17 | |
2011-03-23 | s3-librpc: Leave the epm registration connection open. | Andreas Schneider | 1 | -10/+22 | |
2011-03-23 | s3-epmd: Cleanup endpoint mapper correctly. | Andreas Schneider | 1 | -1/+15 | |
2011-03-23 | s3-epmapper: Shutdown the embedded epmapper cleanly. | Andreas Schneider | 1 | -1/+9 | |
2011-03-23 | s3-epmapper: Added a cleanup function. | Andreas Schneider | 2 | -0/+45 | |
2011-03-23 | s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc. | Andreas Schneider | 1 | -3/+0 | |
2011-03-23 | s3-rpc_server: Rename system_user to ncalrpc_as_system. | Andreas Schneider | 2 | -3/+3 | |
2011-03-23 | s3: Fix Coverity ID 2201, NULL_RETURNS | Volker Lendecke | 1 | -0/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 23 13:06:20 CET 2011 on sn-devel-104 | |||||
2011-03-18 | s3: Add "print notify backchannel" parameter to prevent us doing the reverse ↵ | Volker Lendecke | 1 | -0/+6 | |
print notify connection. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 18 21:34:30 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s3: Fix Coverity ID 2233, REVERSE_INULL | Volker Lendecke | 1 | -1/+1 | |
We have dereferenced h already in dcerpc_lsa_open_policy2 in line 425 | |||||
2011-03-16 | s3: Fix Coverity ID 2234: REVERSE_INULL | Volker Lendecke | 1 | -2/+2 | |
We have dereferenced "b" already in dcerpc_samr_Connect2 in line 521 |