summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.c
Commit message (Expand)AuthorAgeFilesLines
* s3-libnetapi: add libnetapi_set_logfile()Günther Deschner2021-07-141-0/+19
* s3-libnetapi: add libnetapi_get_use_kerberos()Günther Deschner2021-07-141-0/+18
* s3:libnetapi: Check return code of cli_credentials_guess()Andreas Schneider2021-06-291-1/+2
* auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider2021-04-281-1/+3
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+2
* s3:netapi: Add libnetapi_set_creds()Andreas Schneider2021-03-241-0/+21
* s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'Andreas Schneider2021-03-241-2/+0
* s3:netapi: Remove use_kerberos from struct libnetapi_ctxAndreas Schneider2021-03-241-2/+0
* s3:netapi: Remove workgroup from 'struct libnetapi_ctx'Andreas Schneider2021-03-241-6/+0
* s3:netapi: Remove password from 'struct libnetapi_ctx'Andreas Schneider2021-03-241-6/+0
* s3:netapi: Remove username from 'struct libnetapi_ctx'Andreas Schneider2021-03-241-18/+0
* s3:netapi: Get username/password from cli_credentials in netapi.cAndreas Schneider2021-03-241-2/+2
* s3:netapi: Fill also cli_credentials with netapi settersAndreas Schneider2021-03-241-0/+39
* s3:netapi: Add a cli_credentials pointer to struct libnetapi_ctxAndreas Schneider2021-03-241-0/+17
* s3:netapi: Remove unused ctx->krb5_cc_envAndreas Schneider2021-03-241-7/+0
* s3:netapi: Implement public libnetapi_get_(username|password) functionsAndreas Schneider2021-03-241-0/+46
* lib: Remove init_names()Volker Lendecke2021-03-161-2/+0
* s3: Avoid netlogon_creds_cli.h in includes.hVolker Lendecke2017-09-161-0/+1
* s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.Jeremy Allison2017-07-261-0/+2
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/lib/net...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/lib/netapi/Günther Deschner2016-09-281-8/+8
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-241-3/+0
* source3/netapi: fix only caller which doesn't set up a talloc_stackframe()Rusty Russell2012-07-181-0/+4
* s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2011-10-261-14/+0
* s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2011-09-211-8/+17
* s3:libnetapi: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3: Fix Coverity ID 2573: UNUSED_VALUEVolker Lendecke2011-05-201-2/+3
* s3-netapi Initialise global variables in libnetapiAndrew Bartlett2011-05-131-1/+1
* s3-libnetapi Don't create a talloc_stackframe() in a global variableAndrew Bartlett2011-05-131-13/+31
* s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett2011-04-131-1/+0
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-1/+1
* s3-libnetapi Load case tables earlierAndrew Bartlett2010-11-241-2/+3
* s3-libnetapi Add function header commentsAndrew Bartlett2010-11-241-0/+3
* s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett2010-11-241-12/+34
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-11/+2
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-4/+1
* s3-build: only include krb5 environment variables where required.Günther Deschner2010-08-261-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-241-0/+6
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-1/+0
* Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.confDavid Markey2009-06-291-1/+1
* netapi: add NetApiBufferAllocate.Günther Deschner2008-08-111-0/+27
* netapi: add libnetapi_samr_free().Günther Deschner2008-07-181-0/+2
* netapi: add libnetapi_private_ctx and init function.Günther Deschner2008-07-181-0/+28
* netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner2008-06-171-2/+6
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-161-2/+3
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-131-0/+9