ira/third_party.git
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
2014-05-01 Stefan Metzmacherldb:pyldb: add some more helper functions for LdbDn
2014-05-01 Stefan Metzmacherldb:pyldb: fix doc string for set_extended_component()
2014-05-01 Stefan Metzmacherldb:pyldb: add some const to PyObject_FromLdbValue()
2014-04-23 Alexander Bokovoyadd systemd integration
2014-04-17 Andreas Schneiderlib: Remove socket wrapper python module.
2014-04-17 Andreas Schneiderlib: Change socket_wrapper to preloadable version.
2014-04-17 Andreas SchneiderRemove special socket_wrapper code.
2014-04-17 Andreas Schneiderreplace: Add socket_wrapper_enabled().
2014-04-17 Andreas Schneiderldb: Add a env variable to disable RTLD_DEEPBIND.
2014-04-17 Andreas Schneiderlib: Change nss_wrapper to preloadable version.
2014-04-17 Andreas SchneiderRemove special nss_wrapper code
2014-04-17 Andreas Schneiderreplace: Add nss_wrapper_hosts_enabled().
2014-04-17 Andreas Schneiderreplace: Add nss_wrapper_enabled().
2014-04-17 Andreas Schneiderlib: Add missing include for unistd.h in unix_privs.
2014-04-17 Andreas Schneiderlib: Add missing include for unistd.h in setid.
2014-04-17 Andreas SchneiderRemove uid_wrapper related code.
2014-04-17 Andreas Schneiderlib: Change uid_wrapper to preloadable version.
2014-04-17 Andreas Schneiderreplace: Add uid_wrapper_enabled().
2014-04-16 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all callers
2014-04-15 Andrew Bartlettauth: Remove plaintext OSF1 password support
2014-04-10 Jeremy Allisonlibs: s3 and s4: make our dns lookup code signal-safe.
2014-04-09 Michael Adamtdb: consolidate tdb allocation code - re-use dead...
2014-04-04 Lukas Slebodniktalloc: Update flags in pytalloc-util pkgconfig file
2014-04-04 Lukas Slebodniktevent: Update flags in tevent pkgconfig file
2014-04-02 Andrew Bartlettlib/param: Add new parameter "old password allowed...
2014-04-02 Andrew Bartlettldb_ildap: Map some wrong username/password errors...
2014-04-02 Volker Lendeckedlinklist: Fix a typo
2014-04-02 Stefan Metzmacherlib/socket_wrapper: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherlib/zlib: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherlib/popt: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherlib/ldb: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherlib/ntdb: explicitly use allow_warnings=True for ntdb...
2014-04-02 Stefan Metzmacherlib/ccan: explicitly use allow_warnings=True
2014-04-02 Stefan Metzmacherlib/tevent/tests: add missing #include "torture/local...
2014-04-02 Stefan Metzmacherlib/tdr/tests: add missing #include "torture/local...
2014-04-02 Stefan Metzmacherlib/socket_wrapper/tests: add missing #include "torture...
2014-04-02 Stefan Metzmacherlib/nss_wrapper/tests: add missing #include "torture...
2014-04-02 Stefan Metzmacherlib/util/tests: add missing #include "torture/local...
2014-04-02 Stefan Metzmacherlib/compression/tests: add missing #include "torture...
2014-04-02 Stefan Metzmacherlib/util: fix const warnings
2014-04-02 Stefan Metzmacherlib/util: declare smb_panic_default() as _NORETURN_
2014-04-02 Stefan Metzmachertdb/wscript: maintain a global list of unit tests
2014-04-02 Stefan Metzmachertdb/test: avoid const warnings by using 'discard_const_...
2014-04-02 Stefan Metzmachertdb/test: remove "\n" in diag() arguments
2014-04-02 Stefan Metzmachertdb/test: always call fflush() after [f]printf() in...
2014-04-02 Stefan Metzmachertdb/tools: avoid const warnings in tdbdump.c
2014-04-02 Stefan Metzmachertdb: don't alter errno on success of tdb_open_ex()
2014-04-02 Stefan Metzmacherlib/zlib: make use of conf.CHECK_BUNDLED_SYSTEM()
2014-03-31 Volker Lendecketdb_wrap: Remove tdb_wrap_open_ again
2014-03-31 Volker Lendeckedbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_ope...
2014-03-31 Volker Lendeckeparam: Add lpcfg_tdb_flags()
2014-03-31 Volker Lendeckeparam: Add lpcfg_tdb_hash_size()
2014-03-31 Volker Lendeckelib: Add interim tdb_wrap_open_ without lp_ctx
2014-03-31 Volker Lendeckelib: Pull up lp_ctx use one level
2014-03-24 Stefan Metzmacherlib/util: let is_ipaddress_v6() cope with "fe80::1234%3"
2014-03-24 Stefan Metzmachers3:param: move lp_ctdbd_socket() to ctdbd_conn.c
2014-03-18 Michael Adamtdb: change version to 1.2.13.
2014-03-18 Volker Lendecketdb: Reduce freelist contention
2014-03-18 Volker Lendecketdb: Make "tdb_purge_dead" internally public
2014-03-18 Volker Lendecketdb: Make "tdb_find_dead" internally public
2014-03-18 Volker Lendecketdb: Add "last_ptr" to tdb_find_dead
2014-03-18 Volker Lendecketdb: Move adding tailer space to tdb_find_dead
2014-03-18 Volker Lendecketdb: Do a best fit search for dead records
2014-03-18 Volker Lendecketdb: Don't purge records to a blocked freelist
2014-03-18 Volker Lendecketdb: Fix a tdb corruption
2014-03-13 Jose A. Riveralib/popt: Patch memory leak in popthelp.c
2014-03-13 Jose A. Riveralib/popt: Small whitespace fix for readability.
2014-02-19 Garming Samparam: remove lp_dnsdomain from s3
2014-02-19 Garming Samparam: change s3_param.h from a generated file to a...
2014-02-19 Garming Samparam: use loadparm_globals struct instead of lp functi...
2014-02-19 Garming Samlib/param: rename lp_string to lpcfg_string
2014-02-19 Garming Samlib/param: handle non-constant strings properly by...
2014-02-18 Gustavo Zacariasbuild: find FILE_OFFSET_BITS via array
2014-02-15 Michael Adamtdb: always open internal databases with incompatible...
2014-02-15 Michael Adamtdb: in tdb_delete_hash, make lock/unlock bracket more...
2014-02-14 Michael Adamtdb: simplify tdb_delete_hash() a bit
2014-02-14 Michael Adamtdb: tdbtool: dump record magic with fixed number of...
2014-02-14 Michael Adamtdb: tdbtool: dump record hash with fixed number of...
2014-02-13 Christian Ambachwaf:lib/replace fix iconv checks on HP/UX
next