summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2011-10-11s3:net: fix the exit code of net serverid wipeMichael Adam1-1/+1
2011-10-11s3:net: fix the exit code of net serverid listMichael Adam1-1/+1
2011-10-11s3:dbwrap_torture: convert to using wrapper functions onlyMichael Adam1-7/+9
2011-10-11s3:dbwrap_tool: convert to using wrapper functions onlyMichael Adam1-9/+9
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-1/+4
2011-10-11s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...Michael Adam1-3/+3
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-0/+1
2011-10-10s3-net: when all DNS servers fail to operate, the overal DNS registration resultGünther Deschner1-0/+2
2011-10-08s3:utils: avoid '//' commentsStefan Metzmacher2-2/+2
2011-09-28s3 net: Fix a discard const warningKai Blin1-1/+1
2011-09-24net: Don't register link local addresses with DNSKai Blin1-0/+5
2011-09-20s3:dbwrap_tool: add popt support and standard samba optionsMichael Adam1-14/+44
2011-09-18s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke1-3/+3
2011-09-16s3: Make sharesec optionally use sddlVolker Lendecke1-1/+76
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2-2/+2
2011-09-15Finish commit 8745c70d by Michael Adam.Jeremy Allison1-4/+4
2011-09-13s3:net_time: make use of cli_state_server_time_zone() and cli_state_server_ti...Stefan Metzmacher1-2/+2
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2-2/+2
2011-08-22s3-net: Added documentation for net_rpc_conf functionsVicentiu Ciorbaru1-1/+44
2011-08-22s3-net: Implemented net rpc conf import commandVicentiu Ciorbaru1-3/+347
2011-08-22s3-net: Added net rpc conf import command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf addshare commandVicentiu Ciorbaru1-2/+255
2011-08-22s3-net: Added net rpc conf addshare command to net rpc confVicentiu Ciorbaru1-0/+15
2011-08-22s3-net: Implemented net rpc conf setincludes commandVicentiu Ciorbaru1-2/+141
2011-08-22s3-net: Added net rpc conf setincludes command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf setparm commandVicentiu Ciorbaru1-2/+201
2011-08-22s3-net: Added net rpc conf setparm command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: Implemented net rpc conf delparm commandVicentiu Ciorbaru1-2/+77
2011-08-22s3-net: Added net rpc conf delparm command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: Refactored part of rpc_conf_delincludes_internalVicentiu Ciorbaru1-82/+8
2011-08-22s3-net: Created function net_rpc_conf_del_valueVicentiu Ciorbaru1-0/+71
2011-08-22s3-net: Implemented net rpc conf delincludes commandVicentiu Ciorbaru1-2/+151
2011-08-22s3-net: Added net rpc conf delincludes command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: Implemented net rpc conf getincludes commandVicentiu Ciorbaru1-2/+99
2011-08-22s3-net: Added net rpc conf getincludes command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf getparm commandVicentiu Ciorbaru1-2/+115
2011-08-22s3-net: Added net rpc conf getparm command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: Implemented net rpc conf delshare commandVicentiu Ciorbaru1-3/+96
2011-08-22s3-net: Added net rpc conf delshare command to net rpc confVicentiu Ciorbaru1-0/+15
2011-08-22s3-net: Implemented net rpc conf drop commandVicentiu Ciorbaru1-2/+117
2011-08-22s3-net: Added net rpc conf drop command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf showshare commandVicentiu Ciorbaru1-2/+102
2011-08-22s3-net: Added net rpc conf showshare command to net rpc confVicentiu Ciorbaru1-0/+16
2011-08-22s3-net: Implemented net rpc conf listshares command.Vicentiu Ciorbaru1-1/+94
2011-08-22s3-net: Added net rpc conf listshares command to net rpc confVicentiu Ciorbaru1-0/+14
2011-08-22s3-net: rpc_conf_list now uses the wrapper rpc_conf_open_confVicentiu Ciorbaru1-24/+6
2011-08-22s3-net: Added rpc_conf_open_conf functionVicentiu Ciorbaru1-0/+82
2011-08-22s3-net: Added the net rpc conf list command.Vicentiu Ciorbaru1-1/+382
2011-08-22s3-net: Added the command rpc conf to the net binary.Vicentiu Ciorbaru3-0/+57
2011-08-22s3-net: Fixed whitespace errorsVicentiu Ciorbaru1-7/+7