summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_join.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-26s4:libnet: make use of dcerpc_binding_handle_get_binding()Stefan Metzmacher1-1/+2
2024-06-05s4-libnet: Split up samba-net into samba-net and samba-net-joinAndrew Bartlett1-0/+1
2022-12-13CVE-2022-37966 s4:libnet: initialize libnet_SetPassword() arguments explicitl...Stefan Metzmacher1-2/+2
2019-01-08libnet4: Use dom_sid_str_bufVolker Lendecke1-4/+7
2018-02-24Minor cleanup to libnet_join_memberSwen Schillig1-27/+19
2018-01-25Fix wrong condition for error string assignmentSwen Schillig1-2/+2
2018-01-25libnet: Use talloc_zero instead of ZERO_STRUCTPVolker Lendecke1-3/+3
2017-05-25libnet join: Fix error handling on provision_store_self_join failureGary Lockyer1-1/+8
2015-07-07s4:libnet: make use of dcerpc_secondary_auth_connection_send/recv()Stefan Metzmacher1-11/+0
2014-02-13s4:libnet: add const to libnet_JoinDomain->out.samr_bindingStefan Metzmacher1-1/+0
2014-02-13s4:libnet: use helper functions to access dcerpc_binding->target_hostnameStefan Metzmacher1-1/+1
2014-02-13s4:libnet: make use of dcerpc_binding_[g|s]et_*() in libnet_join.cStefan Metzmacher1-4/+29
2014-02-13s4:libnet: use 'const struct dcerpc_binding' for local readonly variablesStefan Metzmacher1-1/+1
2014-02-11s4:libnet: make use of dcerpc_binding_dup() in libnet_join.cStefan Metzmacher1-4/+3
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-2/+10
2011-11-29s4:libnet: make it possible to join with a given machine passwordStefan Metzmacher1-4/+14
2011-11-29s4:libnet: use talloc_zero(struct libnet_JoinDomain) in libnet_Join_member()Stefan Metzmacher1-2/+1
2011-05-18s4-libnet: Remove libnet_Join and create libnet_Join_memberAndrew Bartlett1-31/+5
2011-03-04s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer1-1/+1
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2010-12-03s4:libnet_JoinADSDomain - move away from "samdb_msg_add_string"Matthias Dieter Wallnöfer1-7/+7
2010-11-27s4:param/secrets.h - fix "enum netr_SchannelType" include correctlyMatthias Dieter Wallnöfer1-1/+0
2010-10-31s4:libnet_join.c - only write the really essential SPNsMatthias Dieter Wallnöfer1-8/+7
2010-10-24s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer1-3/+2
2010-10-18s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer1-1/+0
2010-10-17Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer1-0/+1
2010-10-17s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer1-1/+0
2010-10-01s4-rpc: added target_principal binding handle optionAndrew Tridgell1-1/+1
2010-09-24s4-libnet_join Use header constant for 'all encryption types' in msDS-Support...Andrew Bartlett1-4/+3
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-4/+4
2010-06-29s4:libnet_join Fix typo in msDS-SupportedEncryptionTypesAndrew Bartlett1-1/+1
2010-06-24s4:libnet_join.c - always use LDB constantsMatthias Dieter Wallnöfer1-5/+5
2010-06-23s4:libnet When joining a domain, update msDS-SupportedEncryptionTypesAndrew Bartlett1-0/+32
2010-05-18s4:provision Remove unused 'account_name' parameterAndrew Bartlett1-1/+0
2010-04-15s4:libnet/libnet_join: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher1-49/+20
2010-03-29s4:libnet/libnet_join.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher1-0/+30
2010-03-12s4:libnet/libnet_join.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-13/+13
2010-03-10s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer1-1/+1
2010-03-10s4/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki1-1/+1
2010-02-26s4:libnet: use generate_random_password()Stefan Metzmacher1-1/+1
2010-02-22More spelling fixes across source4/Brad Hards1-1/+1
2010-02-16s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell1-1/+1
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell1-1/+1
2009-09-20s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett1-266/+20
2009-09-07s4: fixed the secrets.ldb construction in libnetAndrew Tridgell1-8/+8
2009-07-31s4:libnet: use talloc_strdup() instead of talloc_reference()Stefan Metzmacher1-1/+1
2009-07-01use the new talloc_reparent in two placesAndrew Tridgell1-1/+1
2009-06-18s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett1-1/+1
2008-12-23Fix compiler warnings in libnet.Jelmer Vernooij1-0/+2
2008-11-10s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner1-3/+5