summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2016-09-28werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/lib/net...Günther Deschner9-34/+34
2016-09-28werror: replace WERR_DEFAULT_JOIN_REQUIRED with WERR_NERR_DEFAULTJOINREQUIRED...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_SETUP_DOMAIN_CONTROLLER with WERR_NERR_SETUPDOMAINCONTRO...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_USER_NOT_FOUND with WERR_NERR_USERNOTFOUND in source3/li...Günther Deschner1-4/+4
2016-09-28werror: replace WERR_GROUPNOTFOUND with WERR_NERR_GROUPNOTFOUND in source3/li...Günther Deschner1-4/+4
2016-09-28werror: replace WERR_DEST_NOT_FOUND with WERR_NERR_DESTNOTFOUND in source3/li...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_NO_SUCH_SERVICE with WERR_SERVICE_DOES_NOT_EXIST in sour...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner11-43/+43
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/lib/net...Günther Deschner4-7/+7
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/lib/netapi/Günther Deschner7-30/+30
2016-08-24s3-netapi: Fix format-nonliteral warningAmitay Isaacs1-1/+3
2016-06-15s3-libnetapi: Correctly check for lp_realm.Andreas Schneider1-4/+7
2016-04-12CVE-2016-2115: s3:lib/netapi: use SMB_SIGNING_IPC_DEFAULTRalph Boehme1-1/+1
2016-02-25s3/lib/netapi/tests/netuser.c: fix wrong closing parenAurelien Aptel1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-03-26libnetapi: Fix 241166 Fixing logically dead codeAnoop C S1-3/+0
2015-03-24lib: Remove load_case_tables_library()Volker Lendecke1-3/+0
2015-03-23libnetapi: Fix CID 1272947 Fix logically dead codeAnoop C S1-1/+1
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