Age | Commit message (Expand) | Author | Files | Lines |
2011-08-03 | s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hash | Andrew Bartlett | 1 | -18/+20 |
2011-07-28 | s3:rpcclient: use the lp_load_global() wrapper of lp_load() | Michael Adam | 1 | -1/+1 |
2011-07-22 | s3:rpcclient: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 |
2011-07-22 | s3:rpcclient: use rpc_pipe->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 |
2011-06-09 | s3:rpcclient: remove unused new_workgroup variable | Stefan Metzmacher | 1 | -4/+0 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 3 | -10/+10 |
2011-06-09 | s3-param Remove special case for lp_workgroup() | Andrew Bartlett | 1 | -9/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 2 | -2/+2 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2 | -5/+5 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+2 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 3 | -5/+5 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2 | -0/+2 |
2011-05-05 | More simple const fixups. | Jeremy Allison | 1 | -1/+1 |
2011-05-05 | s3-rpcclient: run minimal_includes.pl. | Günther Deschner | 1 | -1/+0 |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ne... | Günther Deschner | 1 | -1/+0 |
2011-03-31 | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 8 | -7/+2 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: no point in including all security headers globally. | Günther Deschner | 1 | -0/+1 |
2011-03-16 | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 2 | -0/+2 |
2011-03-15 | s3: Fix Coverity ID 2289: Uninitialized read | Volker Lendecke | 1 | -1/+1 |
2011-02-28 | Fix some types | Jelmer Vernooij | 2 | -3/+3 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 7 | -0/+7 |
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -3/+10 |
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -5/+13 |
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -176/+390 |
2011-02-02 | s3-rpcclient: use status variable. | Günther Deschner | 1 | -182/+182 |
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -1/+1 |
2011-02-01 | s3:rpcclient/cmd_samr: remove useless ';' | Stefan Metzmacher | 1 | -1/+1 |
2011-02-01 | s3:rpcclient/cmd_netlogon: fix netr_DELTA_* display | Stefan Metzmacher | 1 | -11/+14 |
2011-02-01 | s3-rpcclient: prefer dcerpc_samr_X functions. | Günther Deschner | 1 | -500/+880 |
2011-01-28 | s3-rpcclient: use struct based dcerpc_spoolss_EnumPrinterData_r() call. | Günther Deschner | 1 | -43/+38 |
2011-01-28 | s3-rpc_client: remove some more obsolete cli_X.h header files. | Günther Deschner | 2 | -2/+2 |
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 1 | -3/+3 |
2011-01-21 | s3-rpcclient: prefer dcerpc_spoolss_X functions. | Günther Deschner | 1 | -74/+205 |
2011-01-21 | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 1 | -1/+1 |
2011-01-21 | s3-rpcclient: rename duplicate enumkey command to winreg_enumkey. | Günther Deschner | 1 | -1/+1 |
2011-01-17 | s3:rpcclient: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -30/+37 |
2011-01-13 | s3-rpcclient: prefer dcerpc_winreg_X functions. | Günther Deschner | 1 | -8/+13 |
2011-01-13 | s3-rpcclient: prefer dcerpc_srvsvc_X functions. | Günther Deschner | 1 | -28/+90 |
2011-01-13 | s3-rpcclient: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -27/+82 |
2011-01-12 | s3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver() returned without chec... | Björn Baumbach | 1 | -1/+5 |
2011-01-12 | s3-drsuapi: fix error handling after converting to dcerpc_drsuapi_X functions. | Günther Deschner | 1 | -3/+8 |
2011-01-11 | s3-drsuapi: prefer dcerpc_drsuapi_X functions. | Günther Deschner | 1 | -10/+21 |
2011-01-11 | s3-eventlog: prefer dcerpc_eventlog_X functions. | Günther Deschner | 1 | -46/+107 |
2011-01-11 | s3-wkssvc: prefer dcerpc_wkssvc_X functions. | Günther Deschner | 1 | -6/+11 |
2011-01-11 | s3:rpcclient: use ndr_dssetup_c.h instead of cli_dssetup.h | Stefan Metzmacher | 1 | -1/+1 |
2011-01-11 | s3:rpcclient: use ndr_dfs_c.h instead of cli_dfs.h | Stefan Metzmacher | 1 | -1/+1 |
2011-01-06 | s3-rpcclient: use dcerpc_dfs_X functions. | Günther Deschner | 1 | -12/+24 |