summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-0122-96/+96
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-019-273/+273
* s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Cre...Jeremy Allison2015-04-301-2/+6
* vfp_gpfs: ensure END_PROFILE is always calledRalph Boehme2015-04-301-6/+9
* s3-rpc_server: fix rpc_create_tcpip_sockets() processing of interfaces.Günther Deschner2015-04-301-1/+1
* vfs: kernel_flock and named streamsRalph Boehme2015-04-292-0/+19
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-2915-134/+134
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-2913-88/+88
* lib: Remove server_id_str()Volker Lendecke2015-04-2812-53/+76
* lib: Fix a typoVolker Lendecke2015-04-281-1/+1
* lib: Remove procid_str_staticVolker Lendecke2015-04-2810-34/+58
* vfs_gpfs: Fix ENODATA for getacl on .snapshot dirsRalph Wuerthner2015-04-281-0/+8
* sharesec: Use common parse_ace functionChristof Schmitt2015-04-251-174/+1
* sharesec: Print ACEs in similar format as expected in inputChristof Schmitt2015-04-252-13/+9
* util_sd: Make server conncection optionalChristof Schmitt2015-04-251-1/+5
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-04-253-81/+84
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-04-253-354/+358
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-04-253-62/+62
* smbcacls: Move SidToString to common fileChristof Schmitt2015-04-254-86/+145
* 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
* smbd: Cancel pending notifies if the directory goes awayVolker Lendecke2015-04-224-1/+80
* smbd: Remove bool arg from set_delete_on_close_lckVolker Lendecke2015-04-223-13/+3
* smbd: Use reset_delete_on_close_lck directlyVolker Lendecke2015-04-222-4/+2
* smbd: Introduce reset_delete_on_close_lckVolker Lendecke2015-04-222-26/+37
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-228-25/+8
* s3:smbd: add wrapper around reinit_after_forkRalph Boehme2015-04-222-0/+15
* s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam2015-04-225-10/+6
* s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam2015-04-225-9/+6
* s3:param: rename arg initialize_globals->reinit_globals in lp_load()Michael Adam2015-04-221-5/+5
* s3:param: rename arg initialize_globals->reinit_globals in lp_load_ex()Michael Adam2015-04-221-5/+5
* s3:param: fix a commentMichael Adam2015-04-221-1/+1
* s3:param: use GLOBAL_SECTION_SNUM in lp_enforce_ad_dc_settings()Michael Adam2015-04-221-11/+12
* s3:param: factor lp_enforce_ad_dc_settings() out of lp_load_ex()Michael Adam2015-04-221-13/+16
* s3:param: in lp_load_initial_only(), make sure to save defaults.Michael Adam2015-04-221-1/+1
* s3:param: make lp_load() staticMichael Adam2015-04-222-10/+5
* vfstest: use lp_load_with_shares() in cmd_confMichael Adam2015-04-221-1/+1
* s3:param: use lp_load_no_reinit() in lp_load_for_s4_ctx()Michael Adam2015-04-221-1/+1
* s3:param: add lp_load_no_reinit()Michael Adam2015-04-222-0/+16
* s3:torture:msg: use lp_load()-wrapper lp_load_global()Michael Adam2015-04-221-1/+1
* s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam2015-04-225-6/+3
* s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam2015-04-225-7/+3
* s3:auth: use lp_load_with_shares() in auth3_check_password()Michael Adam2015-04-221-1/+1
* s3:auth: use lp_load_with_shares() in auth3_generate_session_info_pac()Michael Adam2015-04-221-1/+1
* s3:smbd: use lp_load_with_shares() in reload_services().Michael Adam2015-04-221-5/+1
* s3:param: let lp_load_global_no_reinit() call lp_load() instead of lp_load_ex()Michael Adam2015-04-221-7/+5
* s3:param: add wrapper lp_load_with_shares().Michael Adam2015-04-222-0/+15
* s3:param: let lp_load_global() call lp_load(), not lp_load_ex().Michael Adam2015-04-221-7/+5
* s3:lsasd: use lp_load() wrapper lp_load_global()Michael Adam2015-04-221-2/+2