Age | Commit message (Expand) | Author | Files | Lines |
2010-06-18 | Second part of fix converting prs_XX struct and functions to talloc. Remove u... | Jeremy Allison | 1 | -47/+0 |
2010-06-18 | Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas... | Jeremy Allison | 2 | -16/+10 |
2010-06-03 | s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2(). | Günther Deschner | 2 | -0/+31 |
2010-06-03 | s3-build: only include generated spoolss headers (not ndr headers). | Günther Deschner | 1 | -0/+1 |
2010-05-31 | s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet() | Andrew Bartlett | 1 | -5/+10 |
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 1 | -1/+1 |
2010-05-28 | s3-rpc_client: move protos to init_netlogon.h | Günther Deschner | 3 | -0/+7 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2 | -15/+15 |
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 2 | -0/+10 |
2010-05-18 | s3-rpc_client: move protos to init_spoolss.h | Günther Deschner | 2 | -0/+15 |
2010-05-18 | s3-rpc_client: move protos to cli_spoolss.h | Günther Deschner | 2 | -0/+125 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 2 | -0/+45 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 3 | -0/+50 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 2 | -0/+34 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 3 | -5/+5 |
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 3 | -0/+4 |
2010-05-09 | s3-spoolss: Make spoolss_Time_to_time_t public. | Simo Sorce | 1 | -0/+15 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+16 |
2010-03-29 | s3:rpc_client: remove more unused code | Stefan Metzmacher | 3 | -59/+0 |
2010-03-29 | s3:rpc_client: remove unused code, we handle transport failures in the transp... | Stefan Metzmacher | 1 | -14/+0 |
2010-03-29 | s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() ... | Stefan Metzmacher | 1 | -3/+12 |
2010-03-29 | s3:rpc_client: add set_timeout hook to rpc_cli_transport | Stefan Metzmacher | 4 | -20/+63 |
2010-03-29 | s3:rpc_client: add rpccli_is_connected() | Stefan Metzmacher | 4 | -18/+171 |
2010-03-29 | s3:rpc_client: don't mix layers and keep a reference to cli_state in the caller | Stefan Metzmacher | 1 | -8/+17 |
2010-03-29 | s3:rpc_transport_np: add comment about bad usage in a destructor | Stefan Metzmacher | 1 | -1/+2 |
2010-03-29 | s3:rpc_transport_np: use cli_state_is_connected() helper | Stefan Metzmacher | 1 | -1/+1 |
2010-03-24 | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 1 | -1/+5 |
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -3/+13 |
2010-02-24 | s3:rpc_transport_np: handle trans rdata like the output of a normal read | Stefan Metzmacher | 1 | -0/+17 |
2010-02-23 | s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structure | Stefan Metzmacher | 1 | -2/+6 |
2010-02-19 | Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad... | Jeremy Allison | 1 | -0/+6 |
2010-02-19 | First part of fix for bug #7159 - client rpc_transport doesn't cope with bad ... | Jeremy Allison | 2 | -0/+16 |
2010-02-17 | Fix bug #7146 - Samba miss-parses authenticated RPC packets. | Jeremy Allison | 1 | -15/+47 |
2010-01-10 | s3: Remove some unused variables | Volker Lendecke | 1 | -7/+0 |
2010-01-06 | s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip... | Bo Yang | 5 | -4/+112 |
2009-12-22 | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 1 | -0/+1 |
2009-12-22 | s3:ntlmssp: remove the typedef NTLMSSP_STATE | Andrew Bartlett | 1 | -1/+1 |
2009-12-10 | s3-spoolss: fix enumprinter key client and server. | Günther Deschner | 1 | -2/+5 |
2009-12-02 | samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey. | Günther Deschner | 1 | -20/+4 |
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 1 | -0/+1 |
2009-11-26 | s3-rpc: running minimal_includes.pl on rpc_client and rpc_server. | Günther Deschner | 1 | -2/+0 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 4 | -1/+4 |
2009-11-24 | s3-spoolss: fixes for _spoolss_EnumPrinterKey client and server. | Günther Deschner | 1 | -2/+2 |
2009-11-23 | s3-spoolss: fix spoolss_EnumPrinterKey client and server code. | Günther Deschner | 1 | -3/+21 |
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 1 | -2/+2 |
2009-11-13 | fix bogus "out of memory" winbind msg | Volker Lendecke | 1 | -1/+2 |
2009-11-12 | Remove erroneous 'presult = NULL' changes. Now presult only gets set | Jeremy Allison | 1 | -9/+2 |
2009-11-12 | Revert "Ensure every return path initializes presult as NULL." | Jeremy Allison | 1 | -40/+0 |
2009-11-12 | Ensure all callers to the rpc_client/cli_pipe functions correctly | Jeremy Allison | 1 | -2/+2 |
2009-11-12 | Ensure every return path initializes presult as NULL. | Jeremy Allison | 1 | -0/+40 |