summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* fix printf warning in net connectionsAndrew Bartlett2012-08-161-2/+2
* s3:utils: remove standalone cclean toolGregor Beck2012-08-161-305/+0
* s3:net add command "connections cleanup"Gregor Beck2012-08-163-0/+284
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-095-8/+32
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-097-17/+58
* s3:utils/net_rpc*: make use of cli_get_session_key()Stefan Metzmacher2012-08-013-7/+39
* s3-utils: Add cast to fix error found by -Werror=formatAndrew Bartlett2012-07-301-2/+2
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-271-1/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-242-0/+2
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-1/+2
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-1/+1
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-1/+1
* s3:smbstatus add --fast optionChristian Ambach2012-07-181-4/+11
* s3:smbstatus don't check if process exists twiceChristian Ambach2012-07-181-4/+0
* s3:smbstatus rename a function to make its purpose more clearChristian Ambach2012-07-181-4/+4
* s3:smbstatus fix a compiler warningChristian Ambach2012-07-181-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-185-34/+40
* source3/utils/net_conf.c: fix stackframe leakRusty Russell2012-07-181-0/+2
* smbpasswd: always free frame.Rusty Russell2012-07-181-4/+4
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+2
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-13/+0
* s3:cclean avoid segfault in case of ctdb missbehaviourGregor Beck2012-06-291-3/+8
* s3:cclean: fix memory allocationGregor Beck2012-06-291-2/+2
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3: add a tool "cclean" to cleanup orphaned entries from connections.tdbGregor Beck2012-06-271-0/+300
* s3:net registry import: implement dry-run with "--test"Michael Adam2012-06-261-0/+6
* s3:net registry import: add an assertMichael Adam2012-06-261-0/+2
* s3:net registry import: reduce indentationMichael Adam2012-06-261-7/+8
* s3:net registry import: fix the return code when transaction commit failsMichael Adam2012-06-261-1/+1
* s3:net registry import: improve regdb_open/close layeringMichael Adam2012-06-261-3/+4
* s3:net registry import: untangle nested function callsMichael Adam2012-06-261-3/+8
* s3:net registry import: reduce indentation and untangle assignment from checkMichael Adam2012-06-261-4/+9
* s3:net registry import: move precheck-and-import code to its own functionMichael Adam2012-06-261-9/+20
* s3:net registry: fix violation of coding conventionsGregor Beck2012-06-261-32/+35
* s3:net registry import: add option --precheckGregor Beck2012-06-263-5/+197
* s3:net registry import: check return values + codecleanupGregor Beck2012-06-261-16/+30
* s3:net registry: fix output of dwords with sign bit setGregor Beck2012-06-261-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-212-2/+2
* s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()Michael Adam2012-06-211-1/+2
* Fix warning: variable ‘status’ set but not used.Jeremy Allison2012-06-191-2/+1
* dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-151-3/+3
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-153-5/+6
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-2/+4
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-1/+1
* s3: Simplify tdb_data_is_cstr a bitVolker Lendecke2012-06-141-1/+1
* s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2012-06-062-3/+3
* s3:utils: use smbd/smbd.h instead of just smbd/proto.hStefan Metzmacher2012-06-061-1/+1