summaryrefslogtreecommitdiff
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
...
* s4:libnet: use helper functions to access dcerpc_binding->target_hostnameStefan Metzmacher2014-02-134-13/+10
* s4:libnet: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-132-2/+5
* s4:libnet: make use of dcerpc_binding_set_flags()Stefan Metzmacher2014-02-133-7/+24
* s4:libnet: make use of dcerpc_binding_[g|s]et_*() in libnet_join.cStefan Metzmacher2014-02-131-4/+29
* s4:libnet: use 'const struct dcerpc_binding' for local readonly variablesStefan Metzmacher2014-02-131-1/+1
* s4:libnet: make use of dcerpc_binding_get_*() in libnet_rpc.cStefan Metzmacher2014-02-131-26/+28
* s4:libnet_become_dc: make use of dcerpc_binding_[g|s]et_assoc_group_id()Stefan Metzmacher2014-02-131-2/+8
* s4:libnet: avoid compiler warnings in libnet_lookup.cStefan Metzmacher2014-02-131-2/+5
* s4:libnet: use dcerpc_binding_dup() in continue_epm_map_binding_send()Stefan Metzmacher2014-02-111-5/+1
* s4:libnet: make use of dcerpc_binding_dup() in libnet_join.cStefan Metzmacher2014-02-111-4/+3
* s4:libnet: let libnet_rpc_usermod() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-3/+3
* 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-161-3/+3
* 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-161-3/+3
* s4:libnet: let libnet_rpc_useradd_send() take tevent_context/dcerpc_binding_h...Stefan Metzmacher2014-01-162-10/+16
* s4:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-3/+3
* s4:libnet: let libnet_rpc_userinfo_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-162-19/+27
* 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-161-3/+4
* 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-161-4/+3
* 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
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-097-27/+51
* python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett2013-09-191-4/+13
* Free memory on errorAlistair Leslie-Hughes2013-09-181-0/+1
* s4:libnet: avoid usage of dcerpc_schannel_creds()Stefan Metzmacher2013-08-101-4/+3
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-2/+2
* libnet-vampire: make use of dsdb_repl_resolve_working_schema()Stefan Metzmacher2013-05-231-210/+17
* libnet-vampire: add attributes and classes from the replicated schema to the ...Matthieu Patou2013-05-231-7/+119
* Fix warnings about set but unused variablesMatthieu Patou2013-05-201-2/+0
* Fix a warning about a shadowed variable by renaming the shadowing varMatthieu Patou2013-05-201-3/+3
* libnet-vampire: reports Exops as they rather than sync on some partitionsMatthieu Patou2013-01-091-6/+27
* libnet: set the invocation_id earlier in order to avoid annoying messagesMatthieu Patou2013-01-091-13/+13
* s4-libnet: Checkr return codes in samsync_ldb_handle_domain().Andreas Schneider2012-12-211-3/+15
* s4-libnet: Fix setting the group handle and return codes.Andreas Schneider2012-12-131-4/+9
* s4-libnet: Don't call talloc_get_type() for the same struct twice.Andreas Schneider2012-12-121-2/+2
* libnet: Fix a typo in dbsync error message.Michael Adam2012-11-301-1/+1
* libnet: Fix copy and paste error in dbsync error message.Andreas Schneider2012-11-301-1/+1
* s4-drs: Remove unused varMatthieu Patou2012-11-091-3/+0
* s4-libnet: Fix memory leak of lsa_RefDomainList and lsa_String onto libnet_ctxAndrew Bartlett2012-08-311-2/+2
* s4-libnet: Fix passing samba_all_enctypes as a fn rather than the encrypt arr...Andrew Bartlett2012-08-291-1/+1
* lib/krb5_wrap: Bring list of all enc types into krb5_wrapAndrew Bartlett2012-08-281-10/+1
* s4-libnet: Ensure termination of enctype array in libnet_export_keytab()Andrew Bartlett2012-08-281-1/+2
* s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett2012-08-221-1/+1
* s4-libnet: Prepare libnet_BecomeDC for samdb_reference_dn() returning an exte...Andrew Bartlett2012-08-141-0/+1
* s4-libnet: Improve debugging of libnet_BecomeDC LDAP errorsAndrew Bartlett2012-08-141-0/+12
* s4-libnet: Skip calling lsarpc functions over a wrong pipe.Andreas Schneider2012-07-061-0/+9