summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Fix the O3 developer buildVolker Lendecke2-2/+2
2014-12-11netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett1-0/+4
2014-11-25s3:lib/netapi/examples: fix pointer from integer error in nltest.cStefan Metzmacher1-1/+1
2014-11-25s3:lib/netapi/tests: fix invalid switch enum level warningStefan Metzmacher1-1/+1
2014-11-03Change expired password flag indicatorGabriel Buades1-1/+1
2014-10-24s3-netapi: add DS_8 and WS flags to libnetapi and nltest.Günther Deschner2-1/+6
2014-10-17s3:lib/netapi: avoid calling cli_set_username()Stefan Metzmacher1-3/+1
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-1/+0
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-1/+0
2014-04-02s3:lib/netapi/examples: remove unused variablesStefan Metzmacher4-30/+0
2014-04-02s3:lib/netapi/examples: fix const warnings in netlogon_control2.cStefan Metzmacher1-2/+2
2014-04-02s3:lib/netapi/examples: fix invalid pointer value warnings in getjoininformat...Stefan Metzmacher1-5/+6
2014-04-02s3:lib/netapi: fix some incompatible pointer type warnings in NetGetJoinableO...Stefan Metzmacher1-3/+5
2014-02-07param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "serverstring" to "server_string"Garming Sam1-2/+2
2013-12-09CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2-0/+32
2013-12-09CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison3-1/+145
2013-11-19netapi: Add support for info level 502 in NetShareAdd.Hans Leidekker3-1/+58
2013-11-11netapi: Fix CID 1127344 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-10-17s3:lib/netapi: do not use rpc_pipe_np_smb_conn()Gregor Beck1-1/+1
2013-10-16Add NetWkstaGetInfo.Hans Leidekker8-1/+294
2013-09-25build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam1-2/+1
2013-09-20s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner1-1/+1
2013-08-15s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher1-1/+1
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2013-08-05s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.Günther Deschner1-8/+8
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner6-37/+37
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner8-21/+22
2013-05-28Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett2-421/+0
2012-12-21s3-netapi: Add missing break in NetUserSetInfo_r().Andreas Schneider1-0/+1
2012-12-12s3-netapi: Initialize group_handle of NetGroupSetUsers_r().Andreas Schneider1-0/+1
2012-12-12s4-netapi: Initialize group_handle of NetGroupGetUsers_r().Andreas Schneider1-0/+1
2012-12-12s3-netapi: Initialize group_handle of NetUserSetGroups_r.Andreas Schneider1-0/+1
2012-12-12s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r().Andreas Schneider1-5/+5
2012-07-18source3/netapi: fix only caller which doesn't set up a talloc_stackframe()Rusty Russell1-0/+4
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
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