summaryrefslogtreecommitdiff
path: root/source3/libnet
AgeCommit message (Expand)AuthorFilesLines
2016-03-08libnet: make Kerberos domain join site-awareUri Simchoni1-0/+52
2016-02-26s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_addStefan Metzmacher1-65/+0
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett1-0/+1
2015-07-09net: fix the order of DC lookup methods when joining a domainUri Simchoni1-1/+8
2015-05-15Convert uint64 to uint64_tRichard Sharpe2-4/+4
2015-05-13Convert uint32/16/8 to _t in source3/libnet.Richard Sharpe2-9/+9
2015-03-20s3:libnet: remove unused variablesStefan Metzmacher1-16/+0
2015-03-12s3:libnet: use cli_credentials based functions in libnet_join_ok()Stefan Metzmacher1-40/+25
2015-01-08allow net ads join accept new osServicePack parameterNoel Power1-2/+13
2014-12-11auth: Allow domain join to itself when we are a PDCAndrew Bartlett1-1/+3
2014-12-11netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett1-4/+0
2014-11-17samba: pass down size_t instead of int to add_string_to_array().Günther Deschner1-2/+2
2014-10-08s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett1-2/+2
2014-09-26s3-libnet: set list of allowed krb5 encryption types in AD >= 2008.Günther Deschner1-0/+65
2014-09-26s3-libnet: Make sure we do not overwrite precreated SPNs.Günther Deschner1-3/+36
2014-09-26s3-libnet: Add libnet_join_get_machine_spns().Andreas Schneider1-0/+20
2014-07-07idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero1-1/+20
2014-07-02s3-libnet: Improve error message.Andreas Schneider1-1/+3
2014-03-07s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...Günther Deschner1-2/+1
2014-02-07param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam2-2/+2
2014-02-07param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam2-2/+2
2014-01-07s3:libnet: pass in struct netlogon_creds_cli_context from the caller.Stefan Metzmacher2-1/+2
2014-01-07s3:libnet: use rpccli_{create,setup}_netlogon_creds() in libnet_join_joindoma...Stefan Metzmacher1-15/+51
2014-01-07s3:libnet_join: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2-32/+83
2014-01-07s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...Stefan Metzmacher1-1/+0
2014-01-07s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2-4/+18
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-0/+16
2013-11-15s3-libnet: Use a const char for realm.Andreas Schneider1-1/+1
2013-11-12s3-libnetjoin: Fix Bug #10262: use upper-case realm when composing default upn.Günther Deschner1-1/+16
2013-08-10s3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-05s3:libnet: let the caller truncate the pw in libnet_join_joindomain_rpc_unsec...Stefan Metzmacher1-14/+1
2013-08-05s3-libnetjoin: add machine_name length check.Günther Deschner1-0/+9
2013-08-05s3: libnet_join: use admin_domain in libnetjoin.Günther Deschner1-1/+26
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-4/+4
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner1-1/+1
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-2/+28
2013-03-05s3:libnet increase timeout for machine password changeChristian Ambach1-0/+9
2013-02-27Make sure that domain joins work correctly when the DC disallows NTLM auth.Richard Sharpe2-4/+13
2013-02-19s3:libnet: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-04s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher1-2/+6
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-4/+14
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+7
2012-08-01s3:libnet_join: make use of cli_get_session_key() in libnet_join_joindomain_r...Stefan Metzmacher1-2/+12
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell3-24/+24
2012-05-30build: Provide .pc file for libnetapiAndrew Bartlett1-0/+11
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-3/+3
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes1-1/+2
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-1/+0
2012-03-04s3: don't replace the error message if already definedMatthieu Patou1-3/+5