summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* libnetapi: Fix 241166 Fixing logically dead codeAnoop C S2015-03-261-3/+0
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-241-3/+0
* libnetapi: Fix CID 1272947 Fix logically dead codeAnoop C S2015-03-231-1/+1
* Fix the O3 developer buildVolker Lendecke2015-03-032-2/+2
* netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett2014-12-111-0/+4
* s3:lib/netapi/examples: fix pointer from integer error in nltest.cStefan Metzmacher2014-11-251-1/+1
* s3:lib/netapi/tests: fix invalid switch enum level warningStefan Metzmacher2014-11-251-1/+1
* Change expired password flag indicatorGabriel Buades2014-11-031-1/+1
* s3-netapi: add DS_8 and WS flags to libnetapi and nltest.Günther Deschner2014-10-242-1/+6
* s3:lib/netapi: avoid calling cli_set_username()Stefan Metzmacher2014-10-171-3/+1
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-1/+0
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-1/+0
* 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