summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-11netapi: add NetApiBufferAllocate.Günther Deschner1-0/+27
2008-07-18netapi: add libnetapi_samr_free().Günther Deschner1-0/+2
2008-07-18netapi: add libnetapi_private_ctx and init function.Günther Deschner1-0/+28
2008-06-17netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner1-2/+6
2008-04-17libnetapi: Disable talloc_enable_leak_report.Günther Deschner1-1/+1
2008-04-16libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner1-2/+3
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner1-0/+9
2008-04-13libnetapi: don't to try to free NULL struct.Günther Deschner1-0/+4
2008-04-12libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam1-0/+3
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner1-0/+2
2008-04-08Prefill in username in libnetapi ctx.Günther Deschner1-1/+9
2008-03-06In libnetapi, point out that lp_load has failed.Günther Deschner1-0/+1
2008-02-28Only set DEBUGLEVEL to 0 in libnetapi when not set already.Günther Deschner1-1/+3
2008-01-25No need to close registry on libnetapi_free() anymore.Günther Deschner1-1/+0
2008-01-18Improve libnetapi_set_error_string().Günther Deschner1-3/+8
2008-01-11Refactor libnetapi error string functions a bit.Günther Deschner1-4/+17
2008-01-08Add NetApiBufferFree() to libnetapi.Günther Deschner1-0/+14
2008-01-08Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner1-5/+8
2008-01-07Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner1-0/+3
2008-01-07Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner1-2/+25
2008-01-07Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner1-0/+33
2008-01-07Close registry in libnetapi_free().Günther Deschner1-0/+1
2008-01-07Add NET_API_STATUS_SUCCESS define.Günther Deschner1-9/+9
2008-01-07Fix two memleaks in libnetapi.Günther Deschner1-1/+4
2007-12-21Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner1-46/+3
2007-12-21Add error string for access denied in libnetapi.Günther Deschner1-0/+3
2007-12-21Add libnetapi_errstr().Günther Deschner1-0/+50
2007-12-21Add static libnetapi_ctx.Günther Deschner1-3/+25
2007-12-21Use full string based debug_parse_levels in libnetapi.Günther Deschner1-3/+22
2007-12-21Add basic credential functions for libnetapi.Günther Deschner1-0/+33