summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-14s3: Simplify tdb_data_is_cstr a bitVolker Lendecke1-1/+1
2012-06-06s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2-3/+3
2012-06-06s3:utils: use smbd/smbd.h instead of just smbd/proto.hStefan Metzmacher1-1/+1
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher3-0/+3
2012-05-30s3:utils: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-1/+1
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes2-3/+5
2012-05-28s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes1-1/+2
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes4-14/+15
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes3-4/+7
2012-05-26s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett1-1/+1
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce2-2/+2
2012-05-23s3-ads-dns: Break dependency on lp_parmSimo Sorce2-4/+12
2012-05-15s3: Fix Coverity ID 242710 Untrusted pointer readVolker Lendecke1-1/+1
2012-05-15s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher1-4/+2
2012-05-10s3: Fix Coverity ID 242725 Uninitialized scalar variableVolker Lendecke1-0/+1
2012-05-10s3: Fix Coverity ID 242726 Uninitialized scalar variableVolker Lendecke1-1/+1
2012-05-10s3: Fix Coverity ID 242754 Dereference null return valueVolker Lendecke1-1/+1
2012-05-08s3-net: Fix typo in comment.Karolin Seeger1-1/+1
2012-04-30net: Let get*sid return error from passdb initChristof Schmitt1-6/+4
2012-04-25s3:registry: remove usage of reg_objects from net_rpc_printer.cGregor Beck1-131/+71
2012-04-25s3:eventlogadm make a transaction for addsourceGregor Beck1-1/+14
2012-04-25s3:eventlogadm reimplement addsource using reg_apiGregor Beck1-95/+91
2012-04-24s3: Attempt to fix the build without kerberosVolker Lendecke1-0/+3