summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04lib: Use cli_credentials_add_gensec_features in a few placesVolker Lendecke1-6/+2
2024-05-14s3:include: remove unused krb5_env.hStefan Metzmacher1-1/+0
2024-05-14s3:lib/netapi: add libnetapi_get_creds()Stefan Metzmacher1-0/+23
2023-09-14s3:netapi: Fix a leak in libnetapi_net_init()Pavel Kalugin1-1/+7
2023-09-14libnetapi: Use lpcfg_set_cmdline()Pavel Kalugin1-12/+17
2023-09-11netapi: Pass net's cmdline credentials to libnetapi_net_init()Samuel Cabrero1-8/+11
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero1-9/+11
2021-07-14s3-libnetapi: add libnetapi_set_logfile()Günther Deschner1-0/+19
2021-07-14s3-libnetapi: add libnetapi_get_use_kerberos()Günther Deschner1-0/+18
2021-06-29s3:libnetapi: Check return code of cli_credentials_guess()Andreas Schneider1-1/+2
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-1/+3
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2021-03-24s3:netapi: Add libnetapi_set_creds()Andreas Schneider1-0/+21
2021-03-24s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'Andreas Schneider1-2/+0
2021-03-24s3:netapi: Remove use_kerberos from struct libnetapi_ctxAndreas Schneider1-2/+0
2021-03-24s3:netapi: Remove workgroup from 'struct libnetapi_ctx'Andreas Schneider1-6/+0
2021-03-24s3:netapi: Remove password from 'struct libnetapi_ctx'Andreas Schneider1-6/+0
2021-03-24s3:netapi: Remove username from 'struct libnetapi_ctx'Andreas Schneider1-18/+0
2021-03-24s3:netapi: Get username/password from cli_credentials in netapi.cAndreas Schneider1-2/+2
2021-03-24s3:netapi: Fill also cli_credentials with netapi settersAndreas Schneider1-0/+39
2021-03-24s3:netapi: Add a cli_credentials pointer to struct libnetapi_ctxAndreas Schneider1-0/+17
2021-03-24s3:netapi: Remove unused ctx->krb5_cc_envAndreas Schneider1-7/+0
2021-03-24s3:netapi: Implement public libnetapi_get_(username|password) functionsAndreas Schneider1-0/+46
2021-03-16lib: Remove init_names()Volker Lendecke1-2/+0
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
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/lib/net...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/lib/netapi/Günther Deschner1-8/+8
2015-03-24lib: Remove load_case_tables_library()Volker Lendecke1-3/+0
2012-07-18source3/netapi: fix only caller which doesn't set up a talloc_stackframe()Rusty Russell1-0/+4
2011-10-26s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner1-14/+0
2011-09-21s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner1-8/+17
2011-07-28s3:libnetapi: use lp_load_global()Michael Adam1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-20s3: Fix Coverity ID 2573: UNUSED_VALUEVolker Lendecke1-2/+3
2011-05-13s3-netapi Initialise global variables in libnetapiAndrew Bartlett1-1/+1
2011-05-13s3-libnetapi Don't create a talloc_stackframe() in a global variableAndrew Bartlett1-13/+31
2011-04-13s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett1-1/+0
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
2010-11-24s3-libnetapi Load case tables earlierAndrew Bartlett1-2/+3
2010-11-24s3-libnetapi Add function header commentsAndrew Bartlett1-0/+3
2010-11-24s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett1-12/+34
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-11/+2
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+1
2010-08-26s3-build: only include krb5 environment variables where required.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-01-24s3: add libnetapi_set_use_ccache()Volker Lendecke1-0/+6
2009-07-15Remove gencache_init/shutdownVolker Lendecke1-1/+0
2009-06-29Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.confDavid Markey1-1/+1