s4:librpc/rpc: return the local/remote ip from dcerpc_pipe_open_tcp_recv()
[samba.git] / lib /
2014-05-23 Michael Adamsmbd: add missing newline to debug message in daemon_re...
2014-05-22 Stefan Metzmacherlib/util: s/daemon/name
2014-05-22 Volker Lendecketdb/tools: Allow tdbtool to r/o open mutexed tdbs tdb-1.3.0
2014-05-22 Volker Lendecketdb/tools: add -m option to tdbtorture
2014-05-22 Volker Lendecketdb/test: add marklock deadlock test
2014-05-22 Volker Lendecketdb/test: add mutex related tests
2014-05-22 Volker Lendecketdb: add TDB_MUTEX_LOCKING support
2014-05-22 Volker Lendecketdb: introduce tdb->hdr_ofs
2014-05-22 Stefan Metzmachertdb: introduce TDB_SUPPORTED_FEATURE_FLAGS
2014-05-22 Stefan Metzmachertdb: use asprintf() to simplify tdb_summary()
2014-05-22 Volker Lendeckelibreplace: Define PTHREAD_MUTEX_ROBUST along with...
2014-05-22 Volker Lendeckelibreplace-waf: Only check for _np functions if standar...
2014-05-22 Volker Lendeckelibreplace: Add support for pthread_mutex_consistent
2014-05-22 Volker Lendeckelibreplace: Add support for pthread_mutexattr_setrobust
2014-05-22 Stefan Metzmacherlibreplace: only add PTHREAD CFLAGS and LDFLAGS globall...
2014-05-22 Volker Lendeckelibreplace: Move thread checks from source3/wscript
2014-05-22 Volker Lendecketdb/test: add UNMAP command to external-agent.c
2014-05-22 Volker Lendecketdb/test: add PING command to external-agent.c
2014-05-22 Volker Lendecketdb/test: add shutdown_agent() helper function
2014-05-22 Stefan Metzmachertdb/test: add a "skip()" macro.
2014-05-22 Stefan Metzmachertdb/test: correctly use stderr, not stdout, in fail()
2014-05-22 Volker Lendecketdb/tools: explicitly use TDB_NOLOCK in tdbdump
2014-05-22 Volker Lendecketdb/tools: add -l option to tdbtool
2014-05-22 Volker Lendecketdb/tools: add -l option to tdbbackup
2014-05-16 Stefan Metzmachertalloc: version 2.1.1 talloc-2.1.1
2014-05-16 Stefan Metzmachertalloc/tests: avoid some unused variable warnings
2014-05-16 Stefan Metzmachertalloc: fix compiler warning
2014-05-16 Stefan Metzmachertalloc: check for TALLOC_GET_TYPE_ABORT_NOOP
2014-05-16 Stefan Metzmachertalloc: avoid a function call in TALLOC_FREE() if possible.
2014-05-16 Stefan Metzmachertalloc: inline talloc_get_name()
2014-05-16 Stefan Metzmachertalloc: inline more static functions
2014-05-15 Volker Lendecketalloc: Tune talloc_vasprintf
2014-05-14 Kai Blinldbsamba: Move pyldb-utils dependency to python_samba__ldb
2014-05-12 Stefan Metzmachertdb: return ENOSYS if the tdb was created with spinlocks.
2014-05-12 Stefan Metzmacherpytdb: avoid const warnings by using discard_const_p()
2014-05-09 Andreas Schneiderswrap: Update version to 1.0.2.
2014-05-09 Andreas Schneiderswrap: Fall back to RTLD_NEXT if we can't find libc.
2014-05-09 Jakub WilkFix some typos.
2014-05-09 Andreas Schneiderswrap: Use the loaded libc open() directly.
2014-05-09 Andreas Schneiderswrap: Do not leak memory in swrap_recvmsg_after().
2014-05-07 Garming Samparam: replace P_OCTAL variable setting with s3 version...
2014-05-07 Garming Samlib/param: change set_variable to be more consistent...
2014-05-07 Garming Samlib/param: change a comment regarding helper parametric...
2014-05-07 Garming Samlib/param: remove unnecessary get_parametric s3 helper...
2014-05-07 Garming Samlib/param: use get_parametric_helper in lpcfg_get_param...
2014-05-07 Garming Samparam: copy parametric option helper to lib/param
2014-05-07 Garming Samlib/param: clean up lpcfg_get_parametric
2014-05-07 Andrew Bartlettlib/param: Remove unused static variable defaults_saved
2014-05-07 Andrew Bartlettlib/param: Make lpcfg_equal_parameter static (again)
2014-05-07 Andrew Bartlettlib/param: Make and use lpcfg_dump_a_service() in common
2014-05-07 Garming SamAdd a comment regarding strwicmp only being an ASCII...
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro from lib/param
2014-05-07 Garming Samlib/param: use strwicmp instead of strlower_talloc
2014-05-07 Garming Samlib/param: fix an error in the is_default method in...
2014-05-07 Garming Samparam: move parametric parameter dumping to lpcfg_dump_...
2014-05-07 Garming Samparam: fix copy service to copy over cmdlist
2014-05-07 Garming Samparam: correctly use param_table.c as a regular C file
2014-05-07 Garming Samparam: use a single special handler for idmap parameters
2014-05-07 Garming Samparam: add lp_do_parameter to s3 helpers
2014-05-07 Garming Samparam: use a single handle_netbios_aliases function
2014-05-07 Garming Samparam: include set_netbios_aliases in s3 helpers
2014-05-07 Garming Samparam: setup ctx variable in loadparm globals
2014-05-07 Garming Sammove str_list_make_v3 out of s3 code
2014-05-07 Garming Samparam: have a single handle_ldap_debug_level function
2014-05-07 Garming Samparam: include init_ldap_debugging in the s3 helpers
2014-05-07 Garming Samparam: make lp_do_parameter_parametric use set_param_opt
2014-05-07 Garming Samparam: move handle printing into lib/param
2014-05-07 Garming Samparam: setup more variables in for the temporary loadpa...
2014-05-07 Garming Samparam: add extra default parameter to get_parametrics_b...
2014-05-07 Garming Samparam: make init_printer_values use lpcfg functions
2014-05-07 Garming Samlib/param: use lp_set_enum_parm
2014-05-07 Garming Samparam: move lp_set_enum_parm to lib/param
2014-05-07 Garming Samparam: remove duplicate lp_bool function
2014-05-07 Garming Samparam: remove duplicate lp_ulong function
2014-05-07 Garming Samparam: remove duplicate lp_int function
2014-05-07 Garming Samparam: use a single handle_include function between...
2014-05-07 Garming Samparam: fix a bug where set_cmdline doesn't ignore the...
2014-05-07 Garming Samparam: move special charset handlers to lib/param
2014-05-07 Garming Samparam: add getservicebyname to s3_helpers
2014-05-07 Garming Samparam: use a single init_copymap method in lib/param
2014-05-07 Garming Samparam: move the declaration of the file_lists structure...
2014-05-07 Garming Samparam: use a single add_to_file_list method
2014-05-07 Garming Samlib/param: change add_to_file_list to not use a loadpar...
2014-05-07 Garming Samparam: consolidate handle_copy method between the two...
2014-05-07 Garming Samlib/param: rename getservicebyname to lpcfg_getserviceb...
2014-05-07 Garming Samparam: use a single copy_service function in lib/param
2014-05-07 Garming Samparam: duplicate the copy service in lib/param into...
2014-05-07 Garming Samlib/param: fix copy service to correctly free the memor...
2014-05-07 Garming Samlib/param: remove some const warnings from using lists
2014-05-07 Garming Samlib/param: remove duplicated copy service in lpcfg_add_...
2014-05-07 Garming Samparam: make lib/param copy_service use set_param_opt
2014-05-07 Garming Samparam: move set_param_opt to lib/param
2014-05-07 Garming Samparam: consolidate handle_realm between the two loadparms
2014-05-07 Garming Samparam: attempt to consolidate handle_logfile between...
2014-05-07 Garming Samparam: attempt to consolidate handle_debug_level betwee...
2014-05-07 Garming Samparam: Add an lp_string_set function
2014-05-06 Gustavo Zacariasbuild: unify and fix endian tests
2014-05-06 David Disseldorpbyteorder: do not assume PowerPC is big-endian
2014-05-03 Andrew Bartlettldb: make the successful ldb_transaction_start() messag...
2014-05-01 Stefan Metzmacherldb: change version to 1.1.17 ldb-1.1.17
next