Age | Commit message (Expand) | Author | Files | Lines |
2011-07-27 | s3-rpc_client: Fix memory context in winreg_enum_printer_dataex(). | Andreas Schneider | 1 | -3/+2 |
2011-07-27 | s3-rpc_client: Close policy handles before creating defaults. | Andreas Schneider | 1 | -0/+15 |
2011-07-27 | s3-rpc_client: Close the hive handle before we open it again. | Andreas Schneider | 1 | -9/+13 |
2011-07-27 | s3-rpc_client: Close hive if opening of the key fails. | Andreas Schneider | 1 | -1/+11 |
2011-07-22 | s3:cli_pipe_schannel: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -6/+6 |
2011-07-22 | s3:cli_pipe: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -4/+4 |
2011-07-22 | s3:cli_pipe: use result->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -3/+3 |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 2 | -6/+6 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 2 | -6/+6 |
2011-07-13 | s3-rpc_server: Removed no longer used functions. | Vicentiu Ciorbaru | 1 | -281/+0 |
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_delete_subkeys_recursive(). | Vicentiu Ciorbaru | 1 | -10/+31 |
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_enumvals() function. | Vicentiu Ciorbaru | 1 | -22/+142 |
2011-07-13 | s3-rpc_client: Added dcerpc_winreg_delete_subkeys_recursive() function. | Vicentiu Ciorbaru | 2 | -0/+131 |
2011-07-13 | s3-rpc_client: Added dcerpc_winreg_enumvals() function. | Vicentiu Ciorbaru | 2 | -0/+214 |
2011-07-08 | winreg: Ensure server return status is set on success | David Disseldorp | 1 | -83/+30 |
2011-07-08 | winreg: Use the ntstatus return code for client side errors | David Disseldorp | 1 | -37/+21 |
2011-07-07 | s3-printing: add rpc_client/cli_winreg_spoolss.c | Günther Deschner | 2 | -0/+4662 |
2011-07-07 | s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.h | Günther Deschner | 2 | -0/+182 |
2011-07-07 | s3-printing: move driver_info_ctr_to_info8 to init_spoolss.h | Günther Deschner | 2 | -0/+91 |
2011-07-04 | s3-rpc_server: Migrate rpc function to tsocket_address. | Andreas Schneider | 1 | -4/+12 |
2011-06-21 | s3-rpc_client: Fix some valgrind warnings. | Andreas Schneider | 1 | -10/+12 |
2011-06-10 | source3/rpc_client/util_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/rpc_client/init_spoolss.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 |
2011-06-10 | source3/rpc_client/init_samr.h: fix licence/copyright | Günther Deschner | 1 | -0/+23 |
2011-06-10 | source3/rpc_client/init_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/rpc_client/init_lsa.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-10 | source3/rpc_client/cli_spoolss.h: fix licence/copyright | Günther Deschner | 1 | -0/+29 |
2011-06-10 | source3/rpc_client/cli_netlogon.h: fix licence/copyright | Günther Deschner | 1 | -0/+26 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 4 | -10/+10 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 2 | -12/+12 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2 | -10/+10 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_msec | Rusty Russell | 1 | -3/+3 |
2011-05-06 | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 2 | -0/+2 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2011-05-05 | s3-rpc_client: run minimal_includes.pl. | Günther Deschner | 3 | -3/+0 |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ne... | Günther Deschner | 2 | -2/+0 |
2011-04-29 | s3-proto: remove duplicate prototypes. | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 3 | -0/+3 |
2011-04-29 | s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-24 | s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status() | Stefan Metzmacher | 1 | -5/+1 |
2011-04-22 | s3: Fix Coverity ID 986, BUFFER_SIZE_WARNING | Volker Lendecke | 1 | -1/+1 |
2011-04-21 | s3-proto: move more rpc client prototypes to cli_pipe.h. | Günther Deschner | 1 | -0/+9 |
2011-04-19 | Fix bug 8088 - rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs a... | Jeremy Allison | 1 | -12/+9 |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 6 | -0/+61 |
2011-04-13 | s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port(). | Günther Deschner | 1 | -1/+1 |
2011-04-12 | s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.h | Günther Deschner | 4 | -0/+110 |
2011-03-30 | s3: include ../librpc/gen_ndr/lsa.h where needed. | Günther Deschner | 2 | -0/+6 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 2 | -0/+2 |
2011-03-30 | s3-auth: rpc_server needs auth.h | Günther Deschner | 1 | -0/+2 |