summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+4
2019-09-26s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power1-5/+5
2019-09-26s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power1-1/+1
2019-09-26s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power1-3/+3
2019-07-26s3:lib: Use the passed mem_ctx instead of talloc_tos()Andreas Schneider1-4/+4
2019-07-26libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider1-16/+28
2019-07-26s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx()Andreas Schneider1-3/+6
2019-07-26s3:rpc_client: Return NTSTATUS for init_samr_CryptPassword()Andreas Schneider1-3/+6
2019-05-29s3/lib/netapi: Fix 'Possible null pointer dereference' warningNoel Power1-1/+1
2019-01-28s3:netapi: Use C99 initializer for poptOption in netapi exampleAndreas Schneider1-6/+35
2019-01-28s3:lib: Use C99 initializer for poptOption in netapi nltestAndreas Schneider1-30/+247
2019-01-28s3:lib: Use C99 initializer for poptOption in netapi common testAndreas Schneider1-5/+35
2018-12-11netapi: Use dom_sid_str_bufVolker Lendecke1-9/+3
2018-11-22s3:tests: Initialize pointers with NULL in netdisplay testAndreas Schneider2-5/+5
2018-04-11libsmb: Give dsgetdcname.c its own headerVolker Lendecke3-0/+3
2017-09-16s3: Avoid netlogon_creds_cli.h in includes.hVolker Lendecke1-0/+1
2017-07-26s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.Jeremy Allison1-0/+2
2017-06-27s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher1-1/+1
2017-02-22Correct "occured" typos.Chris Lamb1-2/+2
2016-12-19s3:lib/netapi: Use lp_client_ipc_max_protocol() in libnetapi_open_ipc_connect...Stefan Metzmacher1-1/+1
2016-10-21s3:lib/netapi: make use of set_cmdline_auth_info_signing_state_raw()Stefan Metzmacher1-1/+1
2016-09-28werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/lib/net...Günther Deschner9-34/+34
2016-09-28werror: replace WERR_DEFAULT_JOIN_REQUIRED with WERR_NERR_DEFAULTJOINREQUIRED...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_SETUP_DOMAIN_CONTROLLER with WERR_NERR_SETUPDOMAINCONTRO...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_USER_NOT_FOUND with WERR_NERR_USERNOTFOUND in source3/li...Günther Deschner1-4/+4
2016-09-28werror: replace WERR_GROUPNOTFOUND with WERR_NERR_GROUPNOTFOUND in source3/li...Günther Deschner1-4/+4
2016-09-28werror: replace WERR_DEST_NOT_FOUND with WERR_NERR_DESTNOTFOUND in source3/li...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_NO_SUCH_SERVICE with WERR_SERVICE_DOES_NOT_EXIST in sour...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner11-43/+43
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/lib/net...Günther Deschner4-7/+7
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/lib/netapi/Günther Deschner7-30/+30
2016-08-24s3-netapi: Fix format-nonliteral warningAmitay Isaacs1-1/+3
2016-06-15s3-libnetapi: Correctly check for lp_realm.Andreas Schneider1-4/+7
2016-04-12CVE-2016-2115: s3:lib/netapi: use SMB_SIGNING_IPC_DEFAULTRalph Boehme1-1/+1
2016-02-25s3/lib/netapi/tests/netuser.c: fix wrong closing parenAurelien Aptel1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-03-26libnetapi: Fix 241166 Fixing logically dead codeAnoop C S1-3/+0
2015-03-24lib: Remove load_case_tables_library()Volker Lendecke1-3/+0
2015-03-23libnetapi: Fix CID 1272947 Fix logically dead codeAnoop C S1-1/+1
2015-03-03Fix the O3 developer buildVolker Lendecke2-2/+2
2014-12-11netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett1-0/+4
2014-11-25s3:lib/netapi/examples: fix pointer from integer error in nltest.cStefan Metzmacher1-1/+1
2014-11-25s3:lib/netapi/tests: fix invalid switch enum level warningStefan Metzmacher1-1/+1
2014-11-03Change expired password flag indicatorGabriel Buades1-1/+1
2014-10-24s3-netapi: add DS_8 and WS flags to libnetapi and nltest.Günther Deschner2-1/+6
2014-10-17s3:lib/netapi: avoid calling cli_set_username()Stefan Metzmacher1-3/+1
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-1/+0
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-1/+0
2014-04-02s3:lib/netapi/examples: remove unused variablesStefan Metzmacher4-30/+0