summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* testparm: Add warning if the netbios name is too longAndreas Schneider2015-05-211-0/+5
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-1/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-142-5/+5
* Convert a couple of uint32s to _t that I missed in source3/utils.Richard Sharpe2015-05-131-1/+1
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-0726-210/+210
* Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe2015-05-011-2/+2
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-011-3/+3
* lib: Remove server_id_str()Volker Lendecke2015-04-284-25/+24
* lib: Remove procid_str_staticVolker Lendecke2015-04-282-8/+17
* sharesec: Use common parse_ace functionChristof Schmitt2015-04-251-174/+1
* sharesec: Print ACEs in similar format as expected in inputChristof Schmitt2015-04-251-12/+6
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-04-251-81/+0
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-04-251-354/+0
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-04-251-62/+0
* smbcacls: Move SidToString to common fileChristof Schmitt2015-04-251-85/+1
* smbcacls: Use defines for security flagsChristof Schmitt2015-04-251-9/+10
* smbcacls: Make 'numeric' a local variableChristof Schmitt2015-04-251-20/+25
* Make sure we initialize conn to NULL, because a routine we call may give an e...Richard Sharpe2015-04-231-1/+1
* s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam2015-04-222-2/+2
* s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam2015-04-222-2/+2
* s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam2015-04-222-2/+2
* s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam2015-04-222-3/+2
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-2420-20/+20
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-171-3/+3
* Remove tdb_[first|next]key_compatVolker Lendecke2015-03-171-8/+8
* s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-121-1/+1
* smbcontrol: Simplify do_winbind_offlineVolker Lendecke2015-03-101-5/+1
* Use global context for winbindd_request_responseMatthew Newton2015-03-101-8/+8
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-061-11/+15
* s3:smbprofile: specify SMBPROFILE_STATS_SECTION_START() with name vs. display...Stefan Metzmacher2015-03-061-2/+2
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+2
* Fix the developer O3 buildVolker Lendecke2015-02-253-3/+4
* nmblookup: Warn user if netbios name is too long.Andreas Schneider2015-02-241-0/+9
* regedit: Rename variable to fix compile warningChristof Schmitt2015-02-191-4/+4
* utils: Fix 'net time' segfault.Andreas Schneider2015-01-191-7/+14
* net: Fix sam addgroupmemVolker Lendecke2015-01-131-3/+5
* allow net ads join accept new osServicePack parameterNoel Power2015-01-081-0/+12
* addns: Remove support for dns_host_file.Andreas Schneider2014-12-182-12/+18
* nmblookup: Return if the lookup was successful or not.Andreas Schneider2014-12-181-7/+18
* smbstatus: Tell the user that smbstatus can only be run as root.Andreas Schneider2014-12-161-0/+7
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.Stefan Metzmacher2014-12-041-0/+9
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-1/+5
* s3:utils/profiles fix a use after freeChristian Ambach2014-12-031-3/+3
* s3:utils: rename variables in regedit_*.c to fix shadow warningsStefan Metzmacher2014-11-254-19/+19
* s3:utils: add debug functions instead of magic format strings in net_idmap_ch...Stefan Metzmacher2014-11-251-8/+39
* s3-smbstatus: Fix exit code of profile output.Andreas Schneider2014-11-241-2/+5
* s3:smbprofile: rewrite the internal macrosStefan Metzmacher2014-11-191-711/+218
* s3:smbprofile: Make "status_profile.h" a proper headerVolker Lendecke2014-11-194-6/+31
* s3:smbd: improve writecache profilingStefan Metzmacher2014-11-191-28/+30