summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/netapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnetapi: don't to try to free NULL struct.Günther Deschner2008-04-131-0/+4
* libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam2008-04-121-0/+3
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-101-0/+2
* Prefill in username in libnetapi ctx.Günther Deschner2008-04-081-1/+9
* In libnetapi, point out that lp_load has failed.Günther Deschner2008-03-061-0/+1
* Only set DEBUGLEVEL to 0 in libnetapi when not set already.Günther Deschner2008-02-281-1/+3
* No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
* Improve libnetapi_set_error_string().Günther Deschner2008-01-181-3/+8
* Refactor libnetapi error string functions a bit.Günther Deschner2008-01-111-4/+17
* Add NetApiBufferFree() to libnetapi.Günther Deschner2008-01-081-0/+14
* Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner2008-01-081-5/+8
* Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner2008-01-071-0/+3
* Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner2008-01-071-2/+25
* Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner2008-01-071-0/+33
* Close registry in libnetapi_free().Günther Deschner2008-01-071-0/+1
* Add NET_API_STATUS_SUCCESS define.Günther Deschner2008-01-071-9/+9
* Fix two memleaks in libnetapi.Günther Deschner2008-01-071-1/+4
* Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner2007-12-211-46/+3
* Add error string for access denied in libnetapi.Günther Deschner2007-12-211-0/+3
* Add libnetapi_errstr().Günther Deschner2007-12-211-0/+50
* Add static libnetapi_ctx.Günther Deschner2007-12-211-3/+25
* Use full string based debug_parse_levels in libnetapi.Günther Deschner2007-12-211-3/+22
* Add basic credential functions for libnetapi.Günther Deschner2007-12-211-0/+33
* Move basic libnetapi functions to NET_API_STATUS.Günther Deschner2007-12-211-7/+7
* Build fixes for libnetapi.Günther Deschner2007-12-211-0/+76