summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Call TALLOC_FREE() before we return otherwise we will never free sam_accountMichele Baldessari1-1/+1
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy1-5/+5
2012-09-06s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett1-2/+0
2012-08-16fix printf warning in net connectionsAndrew Bartlett1-2/+2
2012-08-16s3:utils: remove standalone cclean toolGregor Beck1-305/+0
2012-08-16s3:net add command "connections cleanup"Gregor Beck3-0/+284
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison5-8/+32
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison7-17/+58
2012-08-01s3:utils/net_rpc*: make use of cli_get_session_key()Stefan Metzmacher3-7/+39
2012-07-30s3-utils: Add cast to fix error found by -Werror=formatAndrew Bartlett1-2/+2
2012-07-27lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett1-1/+1
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett2-0/+2
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett1-1/+1
2012-07-18s3:smbstatus add --fast optionChristian Ambach1-4/+11
2012-07-18s3:smbstatus don't check if process exists twiceChristian Ambach1-4/+0
2012-07-18s3:smbstatus rename a function to make its purpose more clearChristian Ambach1-4/+4
2012-07-18s3:smbstatus fix a compiler warningChristian Ambach1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell5-34/+40
2012-07-18source3/utils/net_conf.c: fix stackframe leakRusty Russell1-0/+2
2012-07-18smbpasswd: always free frame.Rusty Russell1-4/+4
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt1-26/+2
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-13/+0
2012-06-29s3:cclean avoid segfault in case of ctdb missbehaviourGregor Beck1-3/+8
2012-06-29s3:cclean: fix memory allocationGregor Beck1-2/+2
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-27s3: add a tool "cclean" to cleanup orphaned entries from connections.tdbGregor Beck1-0/+300
2012-06-26s3:net registry import: implement dry-run with "--test"Michael Adam1-0/+6
2012-06-26s3:net registry import: add an assertMichael Adam1-0/+2
2012-06-26s3:net registry import: reduce indentationMichael Adam1-7/+8
2012-06-26s3:net registry import: fix the return code when transaction commit failsMichael Adam1-1/+1
2012-06-26s3:net registry import: improve regdb_open/close layeringMichael Adam1-3/+4
2012-06-26s3:net registry import: untangle nested function callsMichael Adam1-3/+8
2012-06-26s3:net registry import: reduce indentation and untangle assignment from checkMichael Adam1-4/+9
2012-06-26s3:net registry import: move precheck-and-import code to its own functionMichael Adam1-9/+20
2012-06-26s3:net registry: fix violation of coding conventionsGregor Beck1-32/+35
2012-06-26s3:net registry import: add option --precheckGregor Beck3-5/+197
2012-06-26s3:net registry import: check return values + codecleanupGregor Beck1-16/+30
2012-06-26s3:net registry: fix output of dwords with sign bit setGregor Beck1-1/+1
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam2-2/+2
2012-06-21s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()Michael Adam1-1/+2
2012-06-19Fix warning: variable ‘status’ set but not used.Jeremy Allison1-2/+1
2012-06-15dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke1-3/+3
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke3-5/+6
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke1-2/+4
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-1/+1