summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/netapi/examples: remove unused variablesStefan Metzmacher2014-04-024-30/+0
* s3:lib/netapi/examples: fix const warnings in netlogon_control2.cStefan Metzmacher2014-04-021-2/+2
* s3:lib/netapi/examples: fix invalid pointer value warnings in getjoininformat...Stefan Metzmacher2014-04-021-5/+6
* s3:lib/netapi: fix some incompatible pointer type warnings in NetGetJoinableO...Stefan Metzmacher2014-04-021-3/+5
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "serverstring" to "server_string"Garming Sam2014-02-071-2/+2
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-092-0/+32
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-093-1/+145
* netapi: Add support for info level 502 in NetShareAdd.Hans Leidekker2013-11-193-1/+58
* netapi: Fix CID 1127344 Uninitialized scalar variableVolker Lendecke2013-11-111-0/+1
* s3:lib/netapi: do not use rpc_pipe_np_smb_conn()Gregor Beck2013-10-171-1/+1
* Add NetWkstaGetInfo.Hans Leidekker2013-10-168-1/+294
* build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam2013-09-251-2/+1
* s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner2013-09-201-1/+1
* s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher2013-08-151-1/+1
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.Günther Deschner2013-08-051-8/+8
* s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner2013-08-056-37/+37
* s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner2013-08-058-21/+22
* Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett2013-05-282-421/+0
* s3-netapi: Add missing break in NetUserSetInfo_r().Andreas Schneider2012-12-211-0/+1
* s3-netapi: Initialize group_handle of NetGroupSetUsers_r().Andreas Schneider2012-12-121-0/+1
* s4-netapi: Initialize group_handle of NetGroupGetUsers_r().Andreas Schneider2012-12-121-0/+1
* s3-netapi: Initialize group_handle of NetUserSetGroups_r.Andreas Schneider2012-12-121-0/+1
* s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r().Andreas Schneider2012-12-121-5/+5
* source3/netapi: fix only caller which doesn't set up a talloc_stackframe()Rusty Russell2012-07-181-0/+4
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2012-06-032-0/+8
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-2/+3
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-201-3/+3
* s3-build: remove EXEEXT from MakefilesAndrew Bartlett2012-02-092-106/+106
* s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider2012-02-011-1/+1
* s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3-netapi: remove pointless use_memory_krb5_ccache.Günther Deschner2011-10-262-20/+0
* s3-waf: only compile common.c in netapi examples code once.Günther Deschner2011-10-211-2/+8
* s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.Günther Deschner2011-10-211-2/+30
* s3-netapi: fix missing include in examples code.Günther Deschner2011-10-211-0/+2
* build: compile (but do not install) netapi examplesAndrew Bartlett2011-10-211-0/+64
* s3-netapi Compile (but do not install) netapi testsAndrew Bartlett2011-10-201-0/+6
* s3:lib/netapi: avoid '//' commentsStefan Metzmacher2011-10-082-3/+3
* s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2011-09-212-8/+23
* s3:libnetapi: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+7
* s3: Make cli_cm_open return NTSTATUSVolker Lendecke2011-07-031-7/+10
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner2011-06-101-0/+19
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-094-9/+9
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-093-3/+3
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2