summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/netapi.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-241-0/+6
|
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-1/+0
| | | | | gencache_get/set/del/iterate call gencache_init() internally anyway. And we've been very lazy calling gencache_shutdown, so this seems not really required.
* 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
| | | | | Guenther (This used to be commit 99cc8f023b4ad9210b677e11371f404048752031)
* netapi: add libnetapi_samr_free().Günther Deschner2008-07-181-0/+2
| | | | | Guenther (This used to be commit 3228088a0954ac25584d06a681f4e0615dee425c)
* netapi: add libnetapi_private_ctx and init function.Günther Deschner2008-07-181-0/+28
| | | | | Guenther (This used to be commit 45fff2d37ae21c76d100f66d9154f6add446f380)
* netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner2008-06-171-2/+6
| | | | | | | Based on patch from Erik van Pienbroek. Guenther (This used to be commit 71f4cf773022525ba617f09c495dbff97f8eb2d5)
* libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
| | | | | Guenther (This used to be commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039)
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-161-2/+3
| | | | | Guenther (This used to be commit 143e2b573043dd04a6404fc91d781e8a727bd092)
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-131-0/+9
| | | | | | | Don't unconditionally set the kerberos flag for authentication. Guenther (This used to be commit 15bef5ae413adf278cccc0e547c4b8ccd180eca2)
* libnetapi: don't to try to free NULL struct.Günther Deschner2008-04-131-0/+4
| | | | | Guenther (This used to be commit eb33d30d80ab2fe770e248f5b2a70a83a43dd156)
* libnetapi: fix interactive logging by preventing setup_logging from closing ↵Michael Adam2008-04-121-0/+3
| | | | | | | stderr. Michael (This used to be commit 563b837b76e3a6086051fc56e0522b841939d37f)
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-101-0/+2
| | | | | Guenther (This used to be commit d9f19fc61586d606393368799dee9757c169d602)
* Prefill in username in libnetapi ctx.Günther Deschner2008-04-081-1/+9
| | | | | Guenther (This used to be commit 394bdb89ef350db0ab6aca093054e1048a8ffe1f)
* In libnetapi, point out that lp_load has failed.Günther Deschner2008-03-061-0/+1
| | | | | Guenther (This used to be commit be673bfc61559f661040c6fb1ba7d2e4552967f2)
* Only set DEBUGLEVEL to 0 in libnetapi when not set already.Günther Deschner2008-02-281-1/+3
| | | | | Guenther (This used to be commit 3ace1601ac5b5d87d6bfd8aa0afe0c75858b6990)
* No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
| | | | | Guenther (This used to be commit 6bf75652ef07f5a534cef5034b7aad4fdcbcd265)
* Improve libnetapi_set_error_string().Günther Deschner2008-01-181-3/+8
| | | | | Guenther (This used to be commit 96f645553ae5c75aabfe588e1a67f3d4bfacb5cb)
* Refactor libnetapi error string functions a bit.Günther Deschner2008-01-111-4/+17
| | | | | Guenther (This used to be commit 3b450a8bcc97b6d03c4b7b9373a3a382c0fcea30)
* Add NetApiBufferFree() to libnetapi.Günther Deschner2008-01-081-0/+14
| | | | | Guenther (This used to be commit c49196954d38f0c2851abbfe25086cd6fe660a2e)
* Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner2008-01-081-5/+8
| | | | | Guenther (This used to be commit ba2b8a310e1d6f78116350e24c17ae4db08b9bed)
* Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner2008-01-071-0/+3
| | | | | Guenther (This used to be commit 01e9151546a83e0c772a144efa85437ca0c8a307)
* Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner2008-01-071-2/+25
| | | | | Guenther (This used to be commit f8806bad8134d544229c426f58bee143ba752cf8)
* Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner2008-01-071-0/+33
| | | | | Guenther (This used to be commit 863fb30038e384585502f0154a742481594b99d0)
* Close registry in libnetapi_free().Günther Deschner2008-01-071-0/+1
| | | | | Guenther (This used to be commit e7258a4408e40686ff090d0f8e120ce78acbd097)
* Add NET_API_STATUS_SUCCESS define.Günther Deschner2008-01-071-9/+9
| | | | | Guenther (This used to be commit a72ad63163a8c642ea762087a739e6d63c37647a)
* Fix two memleaks in libnetapi.Günther Deschner2008-01-071-1/+4
| | | | | Guenther (This used to be commit d73bde99e8518607bb78b5625ce5fb1991d8e402)
* Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner2007-12-211-46/+3
| | | | | Guenther (This used to be commit e46aa35d432e930835206b9ce7583f46933015d8)
* Add error string for access denied in libnetapi.Günther Deschner2007-12-211-0/+3
| | | | | Guenther (This used to be commit 4df868e3c366958c64ed8445489c8d1e8a28e50b)
* Add libnetapi_errstr().Günther Deschner2007-12-211-0/+50
| | | | | Guenther (This used to be commit 465e61a3599a277366ada6ecda3a1e6ddb1f2490)
* Add static libnetapi_ctx.Günther Deschner2007-12-211-3/+25
| | | | | Guenther (This used to be commit 97449ea341539a709953a57869570cf13be0f44e)
* Use full string based debug_parse_levels in libnetapi.Günther Deschner2007-12-211-3/+22
| | | | | Guenther (This used to be commit 78d8f0e41aa3db0060596a7b345c2f04261986e0)
* Add basic credential functions for libnetapi.Günther Deschner2007-12-211-0/+33
| | | | | Guenther (This used to be commit 7c38f706b5dc17f15708ac932c84d863a0cc713e)
* Move basic libnetapi functions to NET_API_STATUS.Günther Deschner2007-12-211-7/+7
| | | | | Guenther (This used to be commit 086c55005976b3173e915e465108214876aa5bd6)
* Build fixes for libnetapi.Günther Deschner2007-12-211-0/+76
Guenther (This used to be commit 07d33557b95106ac57fdef8c767ab86192930a6d)