summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2012-06-03s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2-0/+8
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-2/+3
2012-03-20libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij1-3/+3
2012-02-09s3-build: remove EXEEXT from MakefilesAndrew Bartlett2-106/+106
2012-02-01s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider1-1/+1
2011-11-03s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-10-26s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2-20/+0
2011-10-21s3-waf: only compile common.c in netapi examples code once.Günther Deschner1-2/+8
2011-10-21s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.Günther Deschner1-2/+30
2011-10-21s3-netapi: fix missing include in examples code.Günther Deschner1-0/+2
2011-10-21build: compile (but do not install) netapi examplesAndrew Bartlett1-0/+64
2011-10-20s3-netapi Compile (but do not install) netapi testsAndrew Bartlett1-0/+6
2011-10-08s3:lib/netapi: avoid '//' commentsStefan Metzmacher2-3/+3
2011-09-21s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2-8/+23
2011-07-28s3:libnetapi: use lp_load_global()Michael Adam1-1/+1
2011-07-22s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher1-2/+7
2011-07-03s3: Make cli_cm_open return NTSTATUSVolker Lendecke1-7/+10
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2011-06-10source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner1-0/+19
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett4-9/+9
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett3-3/+3
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-2/+0
2011-05-20s3: Fix Coverity ID 2573: UNUSED_VALUEVolker Lendecke1-2/+3
2011-05-13s3-netapi Initialise global variables in libnetapiAndrew Bartlett1-1/+1
2011-05-13s3-libnetapi Don't create a talloc_stackframe() in a global variableAndrew Bartlett2-16/+37
2011-05-13s3-libnetapi/libnetjoin: fix uninitialized variables after the libsmbconf cha...Günther Deschner1-1/+1
2011-05-10libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider1-1/+8
2011-05-10libsmbconf: Convert smbconf_init() to sbcErr.Andreas Schneider1-2/+7
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison2-2/+2
2011-04-29s3-proto: remove duplicate prototypes.Günther Deschner1-0/+2
2011-04-27s3-netapi: Fix Coverity CID #2302: FORWARD_NULLGünther Deschner1-1/+1
2011-04-24s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher1-1/+1
2011-04-17s3: Use \0 instead of NULL when 0-terminating a stringVolker Lendecke1-1/+1
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner3-0/+3
2011-04-13s3-netapi: remove two shadowed variables.Günther Deschner1-2/+0
2011-04-13s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett1-1/+0
2011-04-12s3-netapi: use dcerpc_try_samr_connects().Günther Deschner1-4/+18
2011-04-12s3-netapi: use libnetapi_get_binding_handle().Günther Deschner6-108/+54
2011-04-12s3-netapi: add libnetapi_get_binding_handle().Günther Deschner2-0/+27
2011-03-25s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...Günther Deschner2-6/+6
2011-03-24s3-netapi: use cli_get_session_key() in netapi.Günther Deschner2-6/+53
2011-03-19s3-build: use HAVE_ADS define in some more places.Günther Deschner1-1/+1
2011-03-16s3: Fix Coverity ID 2231, REVERSE_INULLVolker Lendecke1-2/+3
2011-03-02s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner1-0/+1
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2-0/+2
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1