index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
/
netapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-18
source3/netapi: fix only caller which doesn't set up a talloc_stackframe()
Rusty Russell
1
-0
/
+4
2011-10-26
s3-netapi: remove pointless use_memory_krb5_ccache.
Günther Deschner
1
-14
/
+0
2011-09-21
s3-netapi: allow to use default krb5 credential cache for libnetapi users.
Günther Deschner
1
-8
/
+17
2011-07-28
s3:libnetapi: use lp_load_global()
Michael Adam
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-05-20
s3: Fix Coverity ID 2573: UNUSED_VALUE
Volker Lendecke
1
-2
/
+3
2011-05-13
s3-netapi Initialise global variables in libnetapi
Andrew Bartlett
1
-1
/
+1
2011-05-13
s3-libnetapi Don't create a talloc_stackframe() in a global variable
Andrew Bartlett
1
-13
/
+31
2011-04-13
s3-lib Move isvalid83_w to mangle_hash.c
Andrew Bartlett
1
-1
/
+0
2011-02-18
lib/util/charset Add back setlocale(), but only when called from binaries
Andrew Bartlett
1
-1
/
+1
2010-11-24
s3-libnetapi Load case tables earlier
Andrew Bartlett
1
-2
/
+3
2010-11-24
s3-libnetapi Add function header comments
Andrew Bartlett
1
-0
/
+3
2010-11-24
s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystems
Andrew Bartlett
1
-12
/
+34
2010-11-02
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
1
-11
/
+2
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-4
/
+1
2010-08-26
s3-build: only include krb5 environment variables where required.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-01-24
s3: add libnetapi_set_use_ccache()
Volker Lendecke
1
-0
/
+6
2009-07-15
Remove gencache_init/shutdown
Volker Lendecke
1
-1
/
+0
2009-06-29
Fix bug 6514: net gives unhelpful "lp_load failed" when it's missing smb.conf
David Markey
1
-1
/
+1
2008-08-11
netapi: add NetApiBufferAllocate.
Günther Deschner
1
-0
/
+27
2008-07-18
netapi: add libnetapi_samr_free().
Günther Deschner
1
-0
/
+2
2008-07-18
netapi: add libnetapi_private_ctx and init function.
Günther Deschner
1
-0
/
+28
2008-06-17
netapi: Fix Bug #5545 (libnetapi_init without $USER)
Günther Deschner
1
-2
/
+6
2008-04-17
libnetapi: Disable talloc_enable_leak_report.
Günther Deschner
1
-1
/
+1
2008-04-16
libnetapi: do not overwrite status in libnetapi_get_error_string().
Günther Deschner
1
-2
/
+3
2008-04-13
libnetapi: add libnetapi_set_use_kerberos
Günther Deschner
1
-0
/
+9
2008-04-13
libnetapi: don't to try to free NULL struct.
Günther Deschner
1
-0
/
+4
2008-04-12
libnetapi: fix interactive logging by preventing setup_logging from closing s...
Michael Adam
1
-0
/
+3
2008-04-10
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
1
-0
/
+2
2008-04-08
Prefill in username in libnetapi ctx.
Günther Deschner
1
-1
/
+9
2008-03-06
In libnetapi, point out that lp_load has failed.
Günther Deschner
1
-0
/
+1
2008-02-28
Only set DEBUGLEVEL to 0 in libnetapi when not set already.
Günther Deschner
1
-1
/
+3
2008-01-25
No need to close registry on libnetapi_free() anymore.
Günther Deschner
1
-1
/
+0
2008-01-18
Improve libnetapi_set_error_string().
Günther Deschner
1
-3
/
+8
2008-01-11
Refactor libnetapi error string functions a bit.
Günther Deschner
1
-4
/
+17
2008-01-08
Add NetApiBufferFree() to libnetapi.
Günther Deschner
1
-0
/
+14
2008-01-08
Fix crash bug when strequal is used too late in libnetapi_free.
Günther Deschner
1
-5
/
+8
2008-01-07
Enable talloc reporting in libnetapi if DEVELOPER compiled.
Günther Deschner
1
-0
/
+3
2008-01-07
Add libnetapi_set_error_string and libnetapi_get_error_string.
Günther Deschner
1
-2
/
+25
2008-01-07
Let libnetapi use it's own krb5 cred cache in memory if necessary.
Günther Deschner
1
-0
/
+33
2008-01-07
Close registry in libnetapi_free().
Günther Deschner
1
-0
/
+1
2008-01-07
Add NET_API_STATUS_SUCCESS define.
Günther Deschner
1
-9
/
+9
2008-01-07
Fix two memleaks in libnetapi.
Günther Deschner
1
-1
/
+4
2007-12-21
Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.
Günther Deschner
1
-46
/
+3
2007-12-21
Add error string for access denied in libnetapi.
Günther Deschner
1
-0
/
+3
2007-12-21
Add libnetapi_errstr().
Günther Deschner
1
-0
/
+50
2007-12-21
Add static libnetapi_ctx.
Günther Deschner
1
-3
/
+25
2007-12-21
Use full string based debug_parse_levels in libnetapi.
Günther Deschner
1
-3
/
+22
2007-12-21
Add basic credential functions for libnetapi.
Günther Deschner
1
-0
/
+33
[next]