s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'
[metze/samba-autobuild/.git] / source3 / lib / netapi / netapi.c
2021-03-24 Andreas Schneiders3:netapi: Remove use_ccache from 'struct libnetapi_ctx'
2021-03-24 Andreas Schneiders3:netapi: Remove use_kerberos from struct libnetapi_ctx
2021-03-24 Andreas Schneiders3:netapi: Remove workgroup from 'struct libnetapi_ctx'
2021-03-24 Andreas Schneiders3:netapi: Remove password from 'struct libnetapi_ctx'
2021-03-24 Andreas Schneiders3:netapi: Remove username from 'struct libnetapi_ctx'
2021-03-24 Andreas Schneiders3:netapi: Get username/password from cli_credentials...
2021-03-24 Andreas Schneiders3:netapi: Fill also cli_credentials with netapi setters
2021-03-24 Andreas Schneiders3:netapi: Add a cli_credentials pointer to struct...
2021-03-24 Andreas Schneiders3:netapi: Remove unused ctx->krb5_cc_env
2021-03-24 Andreas Schneiders3:netapi: Implement public libnetapi_get_(username...
2021-03-16 Volker Lendeckelib: Remove init_names()
2017-09-16 Volker Lendeckes3: Avoid netlogon_creds_cli.h in includes.h
2017-07-26 Jeremy Allisons3: clients: Use netlogon_creds_cli_close_global_db...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAIL...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2015-03-23 Volker Lendeckelib: Remove load_case_tables_library()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-18 Rusty Russellsource3/netapi: fix only caller which doesn't set up...
2011-10-26 Günther Deschners3-netapi: remove pointless use_memory_krb5_ccache.
2011-09-21 Günther Deschners3-netapi: allow to use default krb5 credential cache...
2011-07-28 Michael Adams3:libnetapi: use lp_load_global()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-20 Volker Lendeckes3: Fix Coverity ID 2573: UNUSED_VALUE
2011-05-13 Andrew Bartletts3-netapi Initialise global variables in libnetapi
2011-05-13 Andrew Bartletts3-libnetapi Don't create a talloc_stackframe() in...
2011-04-13 Andrew Bartletts3-lib Move isvalid83_w to mangle_hash.c
2011-02-18 Andrew Bartlettlib/util/charset Add back setlocale(), but only when...
2010-11-24 Andrew Bartletts3-libnetapi Load case tables earlier
2010-11-24 Andrew Bartletts3-libnetapi Add function header comments
2010-11-24 Andrew Bartletts3-netapi Add libnetapi_net_init(), don't double-init...
2010-11-02 Andrew Bartletts3-debug Remove 'AllowDebugChange' and use lp_set_cmdli...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-08-25 Günther Deschners3-build: only include krb5 environment variables where...
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-01-24 Volker Lendeckes3: add libnetapi_set_use_ccache()
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-06-29 David MarkeyFix bug 6514: net gives unhelpful "lp_load failed"...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-11 Günther Deschnernetapi: add NetApiBufferAllocate.
2008-07-18 Günther Deschnernetapi: add libnetapi_samr_free().
2008-07-18 Günther Deschnernetapi: add libnetapi_private_ctx and init function.
2008-06-17 Günther Deschnernetapi: Fix Bug #5545 (libnetapi_init without $USER)
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-17 Gerald W. CarterMerge commit 'samba/v3-2-test' into wbc-test
2008-04-17 Günther Deschnerlibnetapi: Disable talloc_enable_leak_report.
2008-04-15 Günther Deschnerlibnetapi: do not overwrite status in libnetapi_get_err...
2008-04-13 Günther Deschnerlibnetapi: add libnetapi_set_use_kerberos
2008-04-13 Günther Deschnerlibnetapi: don't to try to free NULL struct.
2008-04-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-04-12 Michael Adamlibnetapi: fix interactive logging by preventing setup_...
2008-04-10 Günther DeschnerUse libnetapi_open_ipc_connection in libnetapi.
2008-04-08 Günther DeschnerPrefill in username in libnetapi ctx.
2008-03-06 Günther DeschnerIn libnetapi, point out that lp_load has failed.
2008-03-06 Günther DeschnerIn libnetapi, point out that lp_load has failed.
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Günther DeschnerOnly set DEBUGLEVEL to 0 in libnetapi when not set...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Günther DeschnerNo need to close registry on libnetapi_free() anymore.
2008-01-18 Günther DeschnerImprove libnetapi_set_error_string().
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Günther DeschnerRefactor libnetapi error string functions a bit.
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Günther DeschnerAdd NetApiBufferFree() to libnetapi.
2008-01-08 Günther DeschnerFix crash bug when strequal is used too late in libneta...
2008-01-07 Günther DeschnerEnable talloc reporting in libnetapi if DEVELOPER compiled.
2008-01-07 Günther DeschnerAdd libnetapi_set_error_string and libnetapi_get_error_...
2008-01-07 Günther DeschnerLet libnetapi use it's own krb5 cred cache in memory...
2008-01-07 Günther DeschnerClose registry in libnetapi_free().
2008-01-07 Günther DeschnerAdd NET_API_STATUS_SUCCESS define.
2008-01-07 Günther DeschnerFix two memleaks in libnetapi.
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerMake libnetapi_errstr use our NTSTATUS and WERROR error...
2007-12-21 Günther DeschnerAdd error string for access denied in libnetapi.
2007-12-21 Günther DeschnerAdd libnetapi_errstr().
2007-12-21 Günther DeschnerAdd static libnetapi_ctx.
2007-12-21 Günther DeschnerUse full string based debug_parse_levels in libnetapi.
2007-12-21 Günther DeschnerAdd basic credential functions for libnetapi.
2007-12-21 Günther DeschnerMove basic libnetapi functions to NET_API_STATUS.
2007-12-21 Günther DeschnerBuild fixes for libnetapi.