summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-231-11/+0
* Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison2008-10-151-26/+157
* Remove an unused variableVolker Lendecke2008-10-061-1/+0
* net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.Gerald (Jerry) Carter2008-10-061-13/+12
* Simple fix for warning:Steven Danneman2008-09-161-1/+1
* Compile error on AIX 6.1Yannick Bergeron2008-08-051-8/+8
* testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-161-58/+67
* testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-161-1/+1
* testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-161-3/+3
* testparm: add a switch --skip-global-checks.Michael Adam2008-07-161-1/+5
* testparm: list registry shares with testparm.Michael Adam2008-07-161-1/+1
* Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison2008-07-101-1/+2
* Fix bug #5568 net rpc trustdom add broken !Jeremy Allison2008-06-291-3/+23
* Fix usage message for net rpc trustdom add.Jeremy Allison2008-06-291-2/+2
* Fixing net help info.John H Terpstra2008-06-201-3/+4
* net_vampire: fix samsync_process_database(). Final fix for Bug #5542.Günther Deschner2008-06-171-1/+1
* net: Fix several typos in comments.Karolin Seeger2008-06-161-372/+372
* net: Fix bug #5542 (samsync contains empty passwords).Günther Deschner2008-06-133-2/+28
* A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2008-05-312-0/+7
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-301-2/+4
* net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner2008-05-221-12/+2
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-221-1/+1
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-221-2/+2
* net: Display net rpc trustdom usage from net rpc trustdomKai Blin2008-05-211-1/+1
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-153-2/+33
* net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude2008-05-131-0/+1
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-05-071-4/+3
* Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison2008-05-051-1/+1
* Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke2008-04-241-4/+16
* The attached patch removes some global variables, and make them local to main().Charles2008-04-231-8/+9
* Fix return code.Charles2008-04-231-1/+1
* smbget: Make global variables static.Charles2008-04-231-6/+6
* Fix formatting.Jelmer Vernooij2008-04-231-3/+2
* Add --update option to smbget.Charles2008-04-231-3/+27
* Fix gcc uninitialized variable used warning.Jeremy Allison2008-04-231-6/+5
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-59/+37
* Fix the build of eventlogadm.Günther Deschner2008-04-221-1/+1
* net registry: remove superfluous regdb_close().Michael Adam2008-04-221-2/+0
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-221-1/+1
* Revert "Fix the build of eventlogadm."Karolin Seeger2008-04-221-1/+1
* net: Add libnetapi context to net's impressive list of globals.Günther Deschner2008-04-223-11/+8
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-221-10/+10
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-221-2/+2
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-221-24/+21
* net: Be more tolerant while joining.Günther Deschner2008-04-221-4/+9
* net: Remove unused rpc_user_add/del_internals code.Günther Deschner2008-04-221-257/+0
* net: Use NetUserAdd for "net rpc user add".Günther Deschner2008-04-221-2/+28
* net: use NetUserDel for "net rpc user delete".Günther Deschner2008-04-221-3/+31
* net/libnetapi: Include netapi headers early and free on exit.Günther Deschner2008-04-223-3/+9
* libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2008-04-221-6/+12