summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-21Move basic libnetapi functions to NET_API_STATUS.Günther Deschner1-7/+7
2007-12-21Build fixes for libnetapi.Günther Deschner1-0/+76