summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib/param: rename do_parameter to lpcfg_do_parameterGarming Sam2014-07-071-5/+3
* param: handle smb_ports as a special handlerGarming Sam2014-07-072-1/+41
* param: Use set_variable instead of set_variable_helper in lp_do_parameterGarming Sam2014-07-071-5/+5
* param: replace lp_set_cmdline in s3 helpers to store_cmdlineGarming Sam2014-07-073-9/+23
* param: Ensure the correct mem context is always being used from s3Garming Sam2014-07-071-2/+9
* param: set the flags on a s3 loadparm contextGarming Sam2014-07-073-0/+4
* param: flag fixes in s3 loadparmGarming Sam2014-07-071-0/+10
* param: allow fallback to s3 do_section in lib/paramGarming Sam2014-07-071-1/+8
* param: add do_section to s3 helpersGarming Sam2014-07-072-0/+2
* lib/param: add deprecated warning to be consistent with s3Garming Sam2014-07-071-0/+10
* param: make some more changes to lp_do_parameter to match set_variable_helperGarming Sam2014-07-071-1/+1
* lib/param: change set_variable_helper formattingGarming Sam2014-07-071-4/+6
* param: use str_list_make_v3 instead of str_list_make in s3Garming Sam2014-07-071-2/+2
* param: Add null checks for upcoming str_list_make changesGarming Sam2014-07-072-2/+6
* param: pre-emptively correct use of str_list_make_v3 in lib/paramGarming Sam2014-07-071-0/+4
* lib/param: factor out a common portion of set_variableGarming Sam2014-07-071-14/+30
* param: change a number of parameters from P_LIST to P_CMDLISTGarming Sam2014-07-071-25/+25
* s4-winbind: Use winbindd in the AD DC by defaultAndrew Bartlett2014-07-041-1/+1
* lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke2014-06-302-5/+5
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-302-9/+6
* tdb: defragment the freelist in tdb_allocate_from_freelist()Michael Adam2014-06-261-0/+55
* tdb: add "freelist_size" sub-command to tdbtoolMichael Adam2014-06-261-0/+15
* tdb: use tdb_freelist_merge_adjacent in tdb_freelist_size()Michael Adam2014-06-261-4/+29
* tdb: add tdb_freelist_merge_adjacent()Michael Adam2014-06-261-0/+59
* tdb: add utility function check_merge_ptr_with_left_record()Michael Adam2014-06-261-0/+53
* tdb: simplify tdb_free() using check_merge_with_left_record()Michael Adam2014-06-261-17/+9
* tdb: add utility function check_merge_with_left_record()Michael Adam2014-06-261-0/+50
* tdb: improve comments for tdb_free().Michael Adam2014-06-261-7/+11
* tdb: factor merge_with_left_record() out of tdb_free()Michael Adam2014-06-261-7/+37
* tdb: fix debug message in tdb_free()Michael Adam2014-06-261-1/+1
* tdb: reduce indentation in tdb_free() for merging leftMichael Adam2014-06-261-18/+23
* tdb: increase readability of read_record_on_left()Michael Adam2014-06-261-27/+41
* tdb: factor read_record_on_left() out of tdb_free()Michael Adam2014-06-261-30/+49
* nss_wrapper: Fix some "discarding const" warningsVolker Lendecke2014-06-211-6/+6
* nss_wrapper: Align indentation with the rest of SambaVolker Lendecke2014-06-211-16/+16
* ldb:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* replace:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* ntdb:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* talloc:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* tevent:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* tdb:build: improve detection of srcdir.Michael Adam2014-06-201-1/+1
* lib: Apply const to nt_time_to_unix_timespecVolker Lendecke2014-06-182-2/+2
* lib: Use server_id_str_buf in server_id_strVolker Lendecke2014-06-171-22/+12
* lib: Add server_id_str_bufVolker Lendecke2014-06-172-0/+26
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-06-073-0/+36
* lib: Bump socket_wrapper version to 1.1.1.Michael Adam2014-06-051-1/+1
* swrap: Disable incomplete bind checks (and tests) for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* lib: Bump socket_wrapper version to 1.1.0.Andreas Schneider2014-06-051-1/+1
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-051-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-051-0/+83