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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
libndr: Rename policy_handle_equal to ndr_policy_handle_equal.
Jelmer Vernooij
1
-3
/
+3
2012-02-09
s3-build: remove EXEEXT from Makefiles
Andrew Bartlett
2
-106
/
+106
2012-02-01
s3-lib: Fix util_cmdline which doesn't use popt.
Andreas Schneider
1
-1
/
+1
2011-11-03
s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
1
-1
/
+1
2011-10-26
s3-netapi: remove pointless use_memory_krb5_ccache.
Günther Deschner
2
-20
/
+0
2011-10-21
s3-waf: only compile common.c in netapi examples code once.
Günther Deschner
1
-2
/
+8
2011-10-21
s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.
Günther Deschner
1
-2
/
+30
2011-10-21
s3-netapi: fix missing include in examples code.
Günther Deschner
1
-0
/
+2
2011-10-21
build: compile (but do not install) netapi examples
Andrew Bartlett
1
-0
/
+64
2011-10-20
s3-netapi Compile (but do not install) netapi tests
Andrew Bartlett
1
-0
/
+6
2011-10-08
s3:lib/netapi: avoid '//' comments
Stefan Metzmacher
2
-3
/
+3
2011-09-21
s3-netapi: allow to use default krb5 credential cache for libnetapi users.
Günther Deschner
2
-8
/
+23
2011-07-28
s3:libnetapi: use lp_load_global()
Michael Adam
1
-1
/
+1
2011-07-22
s3:lib/netapi: make use of cli_state_remote_name()
Stefan Metzmacher
1
-2
/
+7
2011-07-03
s3: Make cli_cm_open return NTSTATUS
Volker Lendecke
1
-7
/
+10
2011-06-23
s3-param Remove 'announce version' parameter
Andrew Bartlett
1
-2
/
+2
2011-06-10
source3/lib/netapi/libnetapi.h: fix licence/copyright
Günther Deschner
1
-0
/
+19
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
4
-9
/
+9
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
3
-3
/
+3
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-30
s3: fix some -Wunused-but-set-variable build warnings.
Günther Deschner
1
-2
/
+0
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
2
-16
/
+37
2011-05-13
s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf cha...
Günther Deschner
1
-1
/
+1
2011-05-10
libsmbconf: Convert smbconf_set_parameter() to sbcErr.
Andreas Schneider
1
-1
/
+8
2011-05-10
libsmbconf: Convert smbconf_init() to sbcErr.
Andreas Schneider
1
-2
/
+7
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
2
-2
/
+2
2011-04-29
s3-proto: remove duplicate prototypes.
Günther Deschner
1
-0
/
+2
2011-04-27
s3-netapi: Fix Coverity CID #2302: FORWARD_NULL
Günther Deschner
1
-1
/
+1
2011-04-24
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
Stefan Metzmacher
1
-1
/
+1
2011-04-17
s3: Use \0 instead of NULL when 0-terminating a string
Volker Lendecke
1
-1
/
+1
2011-04-13
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
3
-0
/
+3
2011-04-13
s3-netapi: remove two shadowed variables.
Günther Deschner
1
-2
/
+0
2011-04-13
s3-lib Move isvalid83_w to mangle_hash.c
Andrew Bartlett
1
-1
/
+0
2011-04-12
s3-netapi: use dcerpc_try_samr_connects().
Günther Deschner
1
-4
/
+18
2011-04-12
s3-netapi: use libnetapi_get_binding_handle().
Günther Deschner
6
-108
/
+54
2011-04-12
s3-netapi: add libnetapi_get_binding_handle().
Günther Deschner
2
-0
/
+27
2011-03-25
s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...
Günther Deschner
2
-6
/
+6
2011-03-24
s3-netapi: use cli_get_session_key() in netapi.
Günther Deschner
2
-6
/
+53
2011-03-19
s3-build: use HAVE_ADS define in some more places.
Günther Deschner
1
-1
/
+1
2011-03-16
s3: Fix Coverity ID 2231, REVERSE_INULL
Volker Lendecke
1
-2
/
+3
2011-03-02
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Günther Deschner
1
-0
/
+1
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2
-0
/
+2
2011-02-18
lib/util/charset Add back setlocale(), but only when called from binaries
Andrew Bartlett
1
-1
/
+1
2011-02-08
libndr: share some uuid helpers.
Günther Deschner
1
-3
/
+3
2011-02-02
s3-libnetapi: prefer dcerpc_lsa_X functions.
Günther Deschner
1
-4
/
+7
[next]