ipv6: always try to convert as a numeric address first
[samba.git] / lib /
2011-06-06 Andrew Tridgellipv6: always try to convert as a numeric address first
2011-06-03 Jeremy AllisonFix the poll() backend to correctly respond to POLLHUP...
2011-06-02 Herb LewisFix warning messages on Freebsd 4.6.2.
2011-06-02 Rusty Russelllib/tdb/python/tests/simple.py: don't assume TDB ordering.
2011-06-01 Rusty Russelllib/tevent/tevent.h: minor documentation fix.
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_usec
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_msec
2011-05-31 Björn Jackereplace: remove waring if IOV_MAX is not defined
2011-05-31 Andrew Bartlettlib/util Move sys_memalign into lib/util/system.c
2011-05-29 Björn Jackereplace: fix build issues on GNU Hurd (#7998)
2011-05-25 Sean FinneyFix numerous missing dependencies in WAF build scripts
2011-05-24 Jeremy AllisonFix our asn.1 parser to handle negative numbers.
2011-05-24 Andrew Bartlettlib/util Add Volker's asn1_Integer test into code that...
2011-05-19 Jeremy AllisonFix bug found when building on an IPv6-only system...
2011-05-18 Andrew Bartlettlib/util/charset: Remove unused strcasecmp_w and strnca...
2011-05-18 Andrew Bartlettlib/util/charset use talloc_stackframe() rather than...
2011-05-18 Andrew Bartlettlib/util/charset Don't allow invalid 'dos charset ...
2011-05-17 Jeremy AllisonDon't evaluate the src argument to fstrcpy/fstrcat...
2011-05-17 Günther Deschnerlib/util/charset: fix the toplevel MacOS X build.
2011-05-17 Stefan Metzmachertalloc: splitout _talloc_free_children_internal()
2011-05-17 Stefan Metzmachertalloc: fixed a use after free error in talloc_free_chi...
2011-05-17 Stefan Metzmachertalloc: use _talloc_free_internal() in talloc_free_chil...
2011-05-17 Stefan Metzmachertalloc: test talloc_steal out of a talloc_pool
2011-05-17 Stefan Metzmachertalloc: add memset() calls to test_pool()
2011-05-17 Stefan Metzmachertalloc: setup the new 'tc' before TC_UNDEFINE_GROW_CHUN...
2011-05-17 Stefan Metzmachertalloc: make really sure only optimize realloc if there...
2011-05-17 Stefan Metzmachertalloc: make use of _talloc_free_poolmem() in _talloc_r...
2011-05-17 Stefan Metzmachertalloc: split the handling of FLAG_POOL/FLAG_POOLMEM...
2011-05-14 Volker LendeckeUse ZERO_STRUCTP in util_net
2011-05-13 Andrew Bartlettlib/util/charset Move built-in charset modules to the...
2011-05-13 Andrew Bartlettlib/util/ Fix crash bug caused by gfree_debug()
2011-05-10 Michael Adamlib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to...
2011-05-10 Andreas Schneiderlibsmbconf: Define a doxygen group for libsmbconf.
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_transaction_cancel().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_transaction_commit().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_transaction_start().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_delete_global_includes().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_delete_includes().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_set_global_includes().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_set_includes().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_global_includes().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_includes().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_delete_global_parameter().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_delete_parameter().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_global_parameter().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_parameter().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_set_global_parameter().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_set_parameter().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_delete_share().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_share().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_create_share().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_share_exists().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_share_names().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_get_config().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_drop().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_changed().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_shutdown().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_is_writeable().
2011-05-10 Andreas Schneiderlibsmbconf: Document smbconf_backend_requires_messaging().
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_config() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_transaction_*() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_set_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_includes() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_set_parameter() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_delete_share() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_create_share() to smbErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_get_share_names() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_drop() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_open() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Convert smbconf_init() to sbcErr.
2011-05-10 Andreas Schneiderlibsmbconf: Added a sbcErrorString() function.
2011-05-10 Andreas Schneiderlibsmbconf: Introduce a sbcErrType.
2011-05-10 Rusty Russelltdb_wrap.h: not a public header.
2011-05-09 Volker Lendecketevent: Fix a typo
2011-05-08 Andrew Bartlettlib/socket: Remove outdated comment
2011-05-08 Andrew Bartlettlib/socket move interfaces code to the top level
2011-05-08 Andrew BartlettImprove debug messages when creating socket directories
2011-05-07 Gordon RossFix Samba3 on OpenIndiana.
2011-05-06 Günther Deschnertdb: fix a build warning.
2011-05-06 Andrew Bartlettlib/util don't use enum protocol_types in ms_fnmatch_pr...
2011-05-06 Andrew Bartlettlib/util Use lib/util/ms_fnmatch.c in common for gen_fn...
2011-05-06 Andrew Bartlettlib/util Rename ms_fnmatch() to ms_fnmatch_protocol...
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-04 Jeremy AllisonClean up some const and other compiler warnings.
2011-05-04 Jeremy AllisonI added them, so I get to kill them :-). Finally remove...
2011-05-04 Jeremy AllisonTidy up some missing checks for NULL in strlcpy.
2011-05-04 Jeremy AllisonRemove overmalloc_safe_strcpy - can be simple strlcpy.
2011-05-04 Jeremy AllisonChange safe_strcpy_base to strlcpy_base. Note the size...
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2011-05-03 Andrew Bartlettlib/util make string_wrappers.h a public header
2011-05-03 Andrew Bartlettlib/util Use lib/util/util_str.c in common, including...
2011-05-03 Andrew Bartlettlib/util Use compiler-checked safe string macros in...
2011-05-03 Andrew Bartletts4: fix arguments to safe_strcpy()
2011-05-03 Andrew Bartlettlib/util/charset Use push_string and talloc_strupper...
next