Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-16 | s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOB | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-16 | s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB | Simo Sorce | 2 | -2/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-16 | s3-dcerpc: Remove unused functions and headers | Simo Sorce | 2 | -35/+5 | |
parse_rpc.c is dead, long live parse_rpc.c ! Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-14 | s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS | Andrew Bartlett | 1 | -2/+3 | |
This fixes a bug where register_existing_vuid() could be called with a NULL server_info if the alloction failed. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-07-13 | s3-dcerpc: Remove unused functions and headers | Simo Sorce | 2 | -73/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by address | Simo Sorce | 1 | -1/+1 | |
There is no need to copy the whole structure twice by passing it in by value. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: Remove unused members | Simo Sorce | 1 | -3/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: Remove unused functions | Simo Sorce | 1 | -3/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests | Simo Sorce | 2 | -4/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c file | Simo Sorce | 1 | -0/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dceprc: Store opnum in its own variable | Simo Sorce | 1 | -0/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_struct | Simo Sorce | 1 | -8/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | sr-dcerpc: add dcerpc_push_ncacn_packet_header() | Simo Sorce | 1 | -0/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: Remove unused headers | Simo Sorce | 1 | -18/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: Use dcerpc_set_frag_length() | Simo Sorce | 1 | -1/+0 | |
Automatically calculate the fragment length where possible. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: link against ../librpc/rpc/dcerpc_util.c | Günther Deschner | 1 | -0/+6 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: Remove unused prototype | Simo Sorce | 1 | -1/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-11 | s3: [ug]id_to_unix_... can not fail | Volker Lendecke | 1 | -2/+2 | |
Remove some silly failure checks | |||||
2010-07-09 | s3: Cleanup of the initial SMB2 counters patch. | Ira Cooper | 1 | -10/+0 | |
This reorganizes smbd_smb2_request_dispatch to have a central exit point, and use the normal profiling macros. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2010-07-08 | s3-dcerpc: make dcerpc_pull_dcerpc_auth() public | Simo Sorce | 1 | -0/+3 | |
2010-07-08 | s3-dcerpc: make dceprc_push_dcerpc_auth public | Simo Sorce | 1 | -0/+7 | |
2010-07-08 | s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR. | Günther Deschner | 1 | -1/+0 | |
Otherwise a lot of information that is usually generated in the ndr_push remains in an uninitialized state. Guenther | |||||
2010-07-08 | s3:dcerpc Remove unused structure and functions | Simo Sorce | 2 | -9/+0 | |
2010-07-08 | s3:dcerpc Add prs_parse_dcerpc_bind | Simo Sorce | 1 | -0/+3 | |
2010-07-08 | s3:rpc user idl define dcerpc_ctx_list instead of custom RPC_CONTEXT | Simo Sorce | 2 | -9/+2 | |
2010-07-08 | s3-dcerpc: add dcerpc_pull_ncacn_packet_header(). | Günther Deschner | 1 | -0/+3 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: remove unused init_rpc_hdr_rb and init_rpc_context. | Günther Deschner | 1 | -6/+0 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_ncacn_packet() for create_bind_or_alt_ctx_internal(). | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: remove unused smb_io_rpc_hdr_fault. | Günther Deschner | 1 | -1/+0 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_pull_ncacn_packet(). | Günther Deschner | 1 | -0/+3 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_ncacn_packet(). | Günther Deschner | 1 | -0/+8 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3: Add SMB2 performance counters. | Ira Cooper | 1 | -2/+85 | |
A performance counter was added for every base type of SMB2 op. | |||||
2010-07-07 | s3-rpc_misc: remove unused UNISTR. | Günther Deschner | 1 | -11/+0 | |
Guenther | |||||
2010-07-07 | s3-rpc_parse: remove finally unused prs_unistr(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-07-05 | s4:include/smbldap.h - introduce a placeholder for "LDAPMessage" if we don't ↵ | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
link against a LDAP library | |||||
2010-07-05 | s3: Make talloc_attrs() static | Volker Lendecke | 1 | -1/+0 | |
2010-07-05 | s3: Remove procid_self() from fill_deferred_open_entry() | Volker Lendecke | 1 | -3/+5 | |
2010-07-05 | s3: Remove procid_self() from session_claim() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Add messaging_server_id | Volker Lendecke | 1 | -0/+2 | |
2010-07-05 | s3: Pass procid_self() explicitly to messaging_ctdbd_connection() | Volker Lendecke | 1 | -1/+1 | |
2010-07-05 | s3: Keep the connections.tdb data format fixed | Volker Lendecke | 1 | -0/+6 | |
At Simo's request, we can not change internal databases anymore. Sorry for not respecting this policy. | |||||
2010-07-04 | s3: Remove unused msg_flags from connections.tdb | Volker Lendecke | 2 | -3/+1 | |
This breaks rolling code upgrade! | |||||
2010-07-04 | s3: Replace register_message_flags() with serverid_register_msg_flags() | Volker Lendecke | 2 | -1/+6 | |
message_send_all is now done by walking the serverid.tdb, not the connections.tdb anymore. Günther, Simo, please check! | |||||
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 1 | -2/+3 | |
2010-07-04 | s3: Re-initialize the server_id in messaging_reinit | Volker Lendecke | 1 | -1/+2 | |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 1 | -12/+2 | |
This removes some deep references to procid_self() | |||||
2010-07-02 | s3-registry: avoid using registry_value union. | Günther Deschner | 1 | -21/+1 | |
Just pull and push data as is. Guenther | |||||
2010-07-01 | s3-nss_info: only include nss_info.h where needed. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-07-01 | s3-libads: move ldap posix schema defines to their own header file. | Günther Deschner | 2 | -65/+0 | |
Guenther | |||||
2010-07-01 | s3-libads: move spnego defines to their appropriate header file. | Günther Deschner | 1 | -6/+0 | |
Guenther |