summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2015-07-10smbcontrol: Set internal log level to 0Christof Schmitt1-0/+1
2015-07-10smbstatus: Set internal log level to 0Christof Schmitt1-0/+1
2015-07-09net: fix the order of DC lookup methods when joining a domainUri Simchoni1-0/+8
2015-07-07utils: add net notifyVolker Lendecke3-0/+207
2015-07-07notify: Re-add notify_walk()Volker Lendecke1-21/+23
2015-06-30net:conf:import: print error message when importing fails.Michael Adam1-0/+5
2015-06-23s3:ntlm_auth: don't start gensec backend twiceStefan Metzmacher1-11/+5
2015-06-17sharesec: Use non-numerical output for sharesecChristof Schmitt1-2/+2
2015-06-15net: Fix messaging_init for clusteringVolker Lendecke1-6/+17
2015-05-21testparm: Add warning if the netbios name is too longAndreas Schneider1-0/+5
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-1/+1
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2-5/+5
2015-05-13Convert a couple of uint32s to _t that I missed in source3/utils.Richard Sharpe1-1/+1
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe26-210/+210
2015-05-01Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe1-2/+2
2015-05-01Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe1-3/+3
2015-04-28lib: Remove server_id_str()Volker Lendecke4-25/+24
2015-04-28lib: Remove procid_str_staticVolker Lendecke2-8/+17
2015-04-25sharesec: Use common parse_ace functionChristof Schmitt1-174/+1
2015-04-25sharesec: Print ACEs in similar format as expected in inputChristof Schmitt1-12/+6
2015-04-25smbcacls: Move sec_desc_print to common fileChristof Schmitt1-81/+0
2015-04-25smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt1-354/+0
2015-04-25smbcacls: Move StringToSid to common fileChristof Schmitt1-62/+0
2015-04-25smbcacls: Move SidToString to common fileChristof Schmitt1-85/+1
2015-04-25smbcacls: Use defines for security flagsChristof Schmitt1-9/+10
2015-04-25smbcacls: Make 'numeric' a local variableChristof Schmitt1-20/+25
2015-04-23Make sure we initialize conn to NULL, because a routine we call may give an e...Richard Sharpe1-1/+1
2015-04-22s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam2-2/+2
2015-04-22s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam2-2/+2
2015-04-22s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam2-2/+2
2015-04-22s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam2-3/+2
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke20-20/+20
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke1-3/+3
2015-03-17Remove tdb_[first|next]key_compatVolker Lendecke1-8/+8
2015-03-12s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher1-1/+1
2015-03-10smbcontrol: Simplify do_winbind_offlineVolker Lendecke1-5/+1
2015-03-10Use global context for winbindd_request_responseMatthew Newton1-8/+8
2015-03-06s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke1-11/+15
2015-03-06s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher1-2/+2
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+2
2015-02-25Fix the developer O3 buildVolker Lendecke3-3/+4
2015-02-24nmblookup: Warn user if netbios name is too long.Andreas Schneider1-0/+9
2015-02-19regedit: Rename variable to fix compile warningChristof Schmitt1-4/+4
2015-01-19utils: Fix 'net time' segfault.Andreas Schneider1-7/+14
2015-01-13net: Fix sam addgroupmemVolker Lendecke1-3/+5
2015-01-08allow net ads join accept new osServicePack parameterNoel Power1-0/+12
2014-12-18addns: Remove support for dns_host_file.Andreas Schneider2-12/+18
2014-12-18nmblookup: Return if the lookup was successful or not.Andreas Schneider1-7/+18
2014-12-16smbstatus: Tell the user that smbstatus can only be run as root.Andreas Schneider1-0/+7
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1