python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / utils / net_ads.c
7 days ago Volker Lendeckelib: Give lib/util/util_file.c its own header file
2024-04-05 Stefan Metzmachers3:libads: avoid changing ADS->server.workgroup
2023-11-21 Volker Lendeckeutils: Fix Coverity ID 240113
2023-08-08 Joseph Suttons3:utils: Fix code spelling
2023-07-19 Andreas Schneiders3:utils: Fix code spelling
2023-06-04 Noel Powers3/utils: avoid erronous NO MEMORY detection
2023-05-29 Joseph Suttonnet_ads: Handle new NBT_SERVER_* flags
2023-04-06 Stefan Metzmachernet_ads: fill ads->auth.realm from c->creds
2023-03-03 Björn Baumbachnet: add hint which options can be used with net ads...
2022-12-16 Günther Deschners3-librpc: add ads.idl and convert ads_struct to talloc.
2022-12-13 Stefan MetzmacherCVE-2022-37966 s3:net_ads: let 'net ads enctypes list...
2022-12-13 Stefan MetzmacherCVE-2022-37966 s3:net_ads: no longer reference des...
2022-12-13 Stefan MetzmacherCVE-2022-37966 s3:net_ads: remove unused ifdef HAVE_ENC...
2022-12-13 Stefan MetzmacherCVE-2022-38023 s3:net: add and use net_warn_member_opti...
2022-10-27 Stefan Metzmachers3:util: add 'net ads keytab delete'
2022-06-27 Jeremy Allisons3: net_ads: Cleanup, remove unused talloc_ctx in net_a...
2022-06-27 Samuel Cabreros3:libads: Allocate ads->config.realm under ADS_STRUCT...
2022-06-27 Samuel Cabreros3:libads: Allocate ads->auth.user_name under ADS_STRUC...
2022-06-27 Samuel Cabreros3:libads: Allocate ads->auth.password under ADS_STRUCT...
2022-06-27 Samuel Cabreros3:libads: Allocate ads->auth.realm under ADS_STRUCT...
2022-06-27 Samuel Cabreros3:libads: Allocate ADS_STRUCT under a talloc context
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_check_int(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Pass a talloc context to ads_startup_int()
2022-06-27 Samuel Cabreros3:net: Pass a talloc context to ads_startup()
2022-06-27 Samuel Cabreros3:net: Exit returning -1 when usage is displayed
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_enctypes_delete(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_enctypes_set(), allocate a...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_enctypes_list(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_setspn_delete(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_setspn_add(), allocate a tallo...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_setspn_list(), allocate a...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_keytab_create(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_keytab_add(), allocate a tallo...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_keytab_flush(), allocate a...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_sid(), allocate a talloc context
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_dn(), allocate a talloc context
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_search(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_changetrustpw(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_password(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_printer_remove(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_printer_publish(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_printer_info(), allocate a...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_printer_search(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_dns_unregister(), allocate...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_dns_register(), allocate a...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_join(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_join_ok(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_leave(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_status(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_group(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor ads_group_delete(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor ads_group_add(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_user(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor ads_user_delete(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor ads_user_info(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor ads_user_add(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Pass a memory context to ads_startup_nobind()
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_workgroup(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_info(), allocate a talloc...
2022-06-27 Samuel Cabreros3:net: Refactor net_ads_lookup(), allocate a talloc...
2022-02-23 Samuel Cabreros3:libads: Return canonical principal and realm from...
2022-01-21 Pavel Filipenskýs3:utils: set ads->auth.flags using krb5_state
2021-12-06 David Muldersamba-tool: Create DNS entries on member join
2021-05-28 Andreas Schneiders3:utils: Use connection and credentials parser in...
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-03-30 Andreas Schneiders3:utils: The 'net ads keytab' commands should use...
2021-03-26 Andrew Bartlettbuild: Consolidate --with-dnsupdate with --with-ads...
2020-12-23 Björn Jackenet: remove obsolete net ads dns gethostbyname command
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-09-15 Jeremy Allisonlib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-08-19 Andreas Schneiders3:libsmb: Remove signing_state from cli_full_connectio...
2020-08-19 Andreas Schneiders3:libsmb: Introduce CLI_FULL_CONNECTION_IPC
2020-08-07 Jeremy Allisons3: net: Add new 'net ads dns async <name>' command.
2020-06-15 Volker Lendeckenet: Align integer types
2020-05-29 Isaac BoukrisAdd net-ads-join dnshostname=fqdn option
2020-05-28 Stefan Metzmachers3:net: make use of net_context_creds() in net_ads_prin...
2020-02-10 Stefan Metzmacherauth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR...
2019-10-17 Amit Kumardocs: modifies 'net ads dns gethostbyname -h' Changes...
2019-10-09 Andreas Schneiders3:libnet: Require sealed LDAP SASL connections for...
2019-09-24 Stefan Metzmachers3:libads: let kerberos_kinit_password_ext() return...
2019-09-01 Mathieu ParentSpelling fixes s/exising/existing/
2019-08-21 Marco Wangs3: net: net_ads: fix a typo in comment
2019-07-03 Amit Kumardocs: Correct 'net ads dns unregister --help' description
2018-09-24 Martin Schwenkes3: Fix the build when compiling without JSON support
2018-09-22 Philipp Gesangs3: net: normalize output of lookup subcommand
2018-09-22 Philipp Gesangs3: net: implement json output for ads lookup
2018-09-22 Philipp Gesangs3: net: implement json output for ads info
2018-07-30 Justin Stephensons3:libads: Add net ads leave keep-account option
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2018-03-02 Noel Powers3:libads: 'net ads keytab create' shouldn't write...
2018-03-02 Noel Powers3:utils: Modify default behaviour of 'net ads keytab...
2018-03-02 Noel Powers3:libads: add param to prevent writing spn(s) to ads
2018-03-02 Noel Powers3:utils: add new 'net ads setspn delete' subcommand
2018-03-02 Noel Powers3:utils: add new 'net ads setspn add' subcommand
2018-03-02 Noel Powers3:utils: add new 'net ads setspn list' subcommand
2017-02-22 Chris LambCorrect "perfom" typos.
2016-09-27 Günther Deschnerwerror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SE...
2016-09-27 Günther Deschnerwerror: replace WERR_DCNOTFOUND with WERR_NERR_DCNOTFOU...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
next