WHATSNEW: Mention combined CTDB
[obnox/samba/samba-obnox.git] / lib /
2014-07-31 Volker Lendeckedebug: Fix debug_parse_params
2014-07-31 Volker Lendeckedebug: Make Debug1 static
2014-07-31 Volker Lendeckedebug: Remove a dependency on charconv
2014-07-31 Volker Lendeckedebug: Add some readability to debug_logtype
2014-07-31 Volker Lendeckedebug: Factor out debug_parse_param()
2014-07-31 Volker Lendeckedebug: Move variables where they are used
2014-07-31 Volker Lendeckedebug: Fix indentation in debug_parse_params
2014-07-31 Michael Adamparam: remove a redundant (and wrong) comment frop...
2014-07-31 Michael Adams3:param: remove unused function lp_string_set()
2014-07-31 Stefan Metzmacherlib/param: change the default for "winbind expand group...
2014-07-31 Volker Lendeckedebug: Remove thread-related code from debug.c
2014-07-31 Garming Samparam: Add errors for when an s3 context is used incorr...
2014-07-31 Garming Samparam: get rid of unnecessary get_default_loadparm_serv...
2014-07-31 Garming Samparam: remove unused lp_do_parameter from s3 helpers
2014-07-31 Garming Samparam: remove unnecessary lp_do_parameter call
2014-07-31 Garming Samparam: remove lp_get_parameter
2014-07-31 Garming Samparam: remove init printer values from s3-helpers
2014-07-31 Garming Samparam: move init_printer_values to lib/param
2014-07-31 Garming Samparam: change init_printer_values to take an lp ctx
2014-07-31 Garming Samparam: add the necessary new line for the debug message...
2014-07-31 Garming Samparam: add missing talloc_free in lpcfg_file_list_chang...
2014-07-31 Garming Samparam: make is_default method static again
2014-07-31 Garming Samparam: use lpcfg_dump_globals in s3 loadparm
2014-07-31 Garming Samparam: rename dump_globals
2014-07-31 Garming Samparam: allow dump_globals to check the actual defaults
2014-07-31 Garming Samparam: remove is_default method in s3
2014-07-31 Garming Samparam: make is_default more generic
2014-07-31 Garming Samparam: use lpcfg_service_ok in s3 loadparm
2014-07-31 Garming Samparam: add extra condition in lpcfg_service_ok
2014-07-31 Garming Sams3:param: remove lp_string_set from the s3_fns.
2014-07-31 Garming Samparam: remove unnecessary uses of lp_string_set
2014-07-31 Garming Samparam: Use the correct flag locations with lpcfg_parm_i...
2014-07-30 Michael Adamlib/util: remove outdated comment from debug.c
2014-07-29 Jeremy Allisons3: winbindd: Add new parameter "winbind request timeou...
2014-07-29 Jeremy AllisonFix now erroneous comment for directory_create_or_exist()
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-07-28 Volker Lendeckelib: Simplify directory_create_or_exist with an early...
2014-07-21 Daniel Kobrassys_poll_intr: fix timeout arithmetic
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-07-16 Stefan Metzmacherldb-samba: fix a memory leak in ldif_canonicalise_objec...
2014-07-16 Ira Cooperlib/zlib: Remove undeeded files that trigger GPL issues.
2014-07-11 Stefan Metzmachers3:smb2_negprot: change "smb max {read,write,trans...
2014-07-07 Garming Samparam: change snum parameter in special functions to...
2014-07-07 Garming Samlib/param: rename do_parameter to lpcfg_do_parameter
2014-07-07 Garming Samparam: handle smb_ports as a special handler
2014-07-07 Garming Samparam: Use set_variable instead of set_variable_helper...
2014-07-07 Garming Samparam: replace lp_set_cmdline in s3 helpers to store_cm...
2014-07-07 Garming Samparam: Ensure the correct mem context is always being...
2014-07-07 Garming Samparam: set the flags on a s3 loadparm context
2014-07-07 Garming Samparam: flag fixes in s3 loadparm
2014-07-07 Garming Samparam: allow fallback to s3 do_section in lib/param
2014-07-07 Garming Samparam: add do_section to s3 helpers
2014-07-07 Garming Samlib/param: add deprecated warning to be consistent...
2014-07-07 Garming Samparam: make some more changes to lp_do_parameter to...
2014-07-07 Garming Samlib/param: change set_variable_helper formatting
2014-07-07 Garming Samparam: use str_list_make_v3 instead of str_list_make...
2014-07-07 Garming Samparam: Add null checks for upcoming str_list_make changes
2014-07-07 Garming Samparam: pre-emptively correct use of str_list_make_v3...
2014-07-07 Garming Samlib/param: factor out a common portion of set_variable
2014-07-07 Garming Samparam: change a number of parameters from P_LIST to...
2014-07-04 Andrew Bartletts4-winbind: Use winbindd in the AD DC by default
2014-06-30 Volker Lendeckelib: Align nt_time_to_unix_timespec with unix_timespec_...
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-06-26 Michael Adamtdb: defragment the freelist in tdb_allocate_from_freel...
2014-06-26 Michael Adamtdb: add "freelist_size" sub-command to tdbtool
2014-06-26 Michael Adamtdb: use tdb_freelist_merge_adjacent in tdb_freelist_size()
2014-06-26 Michael Adamtdb: add tdb_freelist_merge_adjacent()
2014-06-26 Michael Adamtdb: add utility function check_merge_ptr_with_left_rec...
2014-06-26 Michael Adamtdb: simplify tdb_free() using check_merge_with_left_re...
2014-06-26 Michael Adamtdb: add utility function check_merge_with_left_record()
2014-06-26 Michael Adamtdb: improve comments for tdb_free().
2014-06-26 Michael Adamtdb: factor merge_with_left_record() out of tdb_free()
2014-06-26 Michael Adamtdb: fix debug message in tdb_free()
2014-06-26 Michael Adamtdb: reduce indentation in tdb_free() for merging left
2014-06-26 Michael Adamtdb: increase readability of read_record_on_left()
2014-06-26 Michael Adamtdb: factor read_record_on_left() out of tdb_free()
2014-06-21 Volker Lendeckenss_wrapper: Fix some "discarding const" warnings
2014-06-21 Volker Lendeckenss_wrapper: Align indentation with the rest of Samba
2014-06-20 Michael Adamldb:build: improve detection of srcdir
2014-06-20 Michael Adamreplace:build: improve detection of srcdir
2014-06-20 Michael Adamntdb:build: improve detection of srcdir
2014-06-20 Michael Adamtalloc:build: improve detection of srcdir
2014-06-20 Michael Adamtevent:build: improve detection of srcdir
2014-06-20 Michael Adamtdb:build: improve detection of srcdir.
2014-06-18 Volker Lendeckelib: Apply const to nt_time_to_unix_timespec
2014-06-17 Volker Lendeckelib: Use server_id_str_buf in server_id_str
2014-06-17 Volker Lendeckelib: Add server_id_str_buf
2014-06-07 Jeremy Allisonlib: tevent: make TEVENT_SIG_INCREMENT atomic.
2014-06-05 Michael Adamlib: Bump socket_wrapper version to 1.1.1.
2014-06-05 Andreas Schneiderswrap: Disable incomplete bind checks (and tests) for...
2014-06-05 Andreas Schneiderlib: Bump socket_wrapper version to 1.1.0.
2014-06-05 Michael Adamswrap: check whether an address:port is already in...
2014-06-05 Michael Adamswrap: implement check_addr_port_in_use()
2014-06-05 Michael Adamswrap: fix AF_UNSPEC special case in swrap_bind()
2014-06-05 Michael Adamswrap: extend input checks in swrap_bind()
2014-06-05 Michael Adamswrap: add check for rpc/rpc.h - needed on freebsd...
2014-06-05 Andreas Schneiderswrap: Add support for bindresvport().
2014-06-05 Andreas Schneiderswrap: Add missing family check in bind().
2014-06-05 Andreas Schneiderswrap: Setup myname in swrap_socket() for getsockname().
2014-06-05 Andreas Schneiderswrap: Make sure cmbuf is not NULL.
next