summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dcerpc.idl: add enums and bitmaps for dcerpc_bind_ack_result, dcerpc_bind_[ac...Stefan Metzmacher2014-01-161-4/+44
* dcerpc.idl: add a bitmap for dcerpc_pfc_flagsStefan Metzmacher2014-01-161-9/+16
* dcerpc.idl: use logical dcerpc_object orderingDavid Disseldorp2014-01-161-1/+1
* s4:torture/libnet: fix compiler warnings in libnet_lookup.cStefan Metzmacher2014-01-161-0/+1
* s4:torture/libnet: check the result of libnet_LookupName()Stefan Metzmacher2014-01-161-1/+5
* s4:torture/rpc: remove compiler warnings in ntsvcs.cStefan Metzmacher2014-01-161-9/+8
* s4:torture/rpc: remove compiler warnings in spoolss_notify.cStefan Metzmacher2014-01-161-1/+4
* s4:torture/rpc: s/pipe/pipes/Stefan Metzmacher2014-01-161-4/+4
* s4:torture/rpc: remove unused variables from alter_context.cStefan Metzmacher2014-01-161-5/+0
* s3:rpcclient: remove unused code from cmd_lsa_get_username()Stefan Metzmacher2014-01-161-10/+0
* s3:rpcclient: add support for DCERPC_AUTH_LEVEL_CONNECTStefan Metzmacher2014-01-162-21/+11
* s4:librpc: remove dcerpc_event_context()Stefan Metzmacher2014-01-162-15/+3
* s4:torture/rpc: avoid using dcerpc_event_context()Stefan Metzmacher2014-01-162-4/+2
* s4:torture/rpc: avoid usage of p->conn->event_ctxStefan Metzmacher2014-01-161-1/+1
* s4:torture/libnet: remove bogus usage of p->conn->event_ctxStefan Metzmacher2014-01-161-7/+0
* s4:winbind: let wb_samr_userdomgroups_send() take tevent_context/dcerpc_bindi...Stefan Metzmacher2014-01-162-9/+11
* s4:winbind: let wb_lsa_lookupnames_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-162-6/+7
* s4:winbind: let wb_lsa_lookupsids_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-163-6/+8
* s4:winbind: make clear that we use the global tevent_contextStefan Metzmacher2014-01-164-2/+8
* s4:winbind: correctly fill the libnet_context lsa and samr binding handlesStefan Metzmacher2014-01-161-0/+6
* s4:libnet: let libnet_rpc_usermod() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-162-4/+4
* s4:libnet: let libnet_rpc_usermod_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-162-12/+16
* s4:libnet: let libnet_rpc_userdel() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-162-4/+6
* s4:libnet: let libnet_rpc_userdel_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-162-11/+17
* s4:libnet: let libnet_rpc_useradd() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-162-4/+4
* s4:libnet: let libnet_rpc_useradd_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-163-11/+18
* s4:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-163-6/+8
* s4:libnet: let libnet_rpc_userinfo_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-163-21/+31
* s4:libnet: remove unused libnet_rpc_groupdel* codeStefan Metzmacher2014-01-162-206/+0
* s4:libnet: let libnet_rpc_groupadd() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-162-6/+11
* s4:libnet: let libnet_rpc_groupadd_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-162-11/+16
* s4:libnet: let libnet_rpc_groupinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-162-6/+7
* s4:libnet: let libnet_rpc_groupinfo_send() take tevent_context/dcerpc_binding...Stefan Metzmacher2014-01-162-15/+25
* s4:libnet: avoid using dcecli_connection->event_ctxStefan Metzmacher2014-01-161-1/+1
* s4:libnet: keep a dcerpc_binding_handle for samr and lsaStefan Metzmacher2014-01-161-1/+4
* s3:dbwrap: Use milliseconds for "Held tdb lock" messageChristof Schmitt2014-01-161-5/+6
* s3:dbwrap: Store warning thresholds in db_ctdb_ctxChristof Schmitt2014-01-161-4/+18
* s3:dbwrap include the hashchain in the logsChristian Ambach2014-01-161-3/+12
* s3:dbwrap report time for chainlock and CTDB migrateChristian Ambach2014-01-161-2/+15
* dbwrap_ctdb: Instrument chainunlock timingVolker Lendecke2014-01-161-2/+26
* ctdb_conn: Log long fetch_lock callsVolker Lendecke2014-01-161-4/+22
* ctdb-daemon: Remove ctdb_fork_with_logging()Amitay Isaacs2014-01-162-65/+0
* ctdb-tests: Set CTDB_EVENT_HELPER when running with local daemonsAmitay Isaacs2014-01-161-0/+1
* ctdb-daemon: Remove unused code to run eventscriptsAmitay Isaacs2014-01-161-104/+0
* ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs2014-01-161-26/+28
* ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs2014-01-161-20/+90
* ctdb-daemon: Add helper process to execute event scriptsAmitay Isaacs2014-01-163-1/+143
* ctdb-daemon: Add ctdb_vfork_with_logging()Amitay Isaacs2014-01-162-0/+87
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-166-46/+16
* ctdb-daemon: Deprecate RELOAD and STATUS eventsAmitay Isaacs2014-01-162-6/+3