s3:winbindd_cm: use cli_state_is_connected() helper function
[kai/samba-autobuild/.git] / lib /
2010-03-29 Jelmer Vernooijsubunit: Update to newer upstream version.
2010-03-29 Jelmer Vernooijs4-python: Move dnspython to lib/, like the other Pytho...
2010-03-29 Andrew Tridgells4-waf: use the libreplace strerror_r if needed
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-03-29 Andrew Tridgelltalloc: testsuite should use <talloc.h> not "talloc.h"
2010-03-26 Simo Sorcetdb: update exports and signatures files
2010-03-26 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 Andrew Tridgelltevent: added tevent_re_initialise()
2010-03-26 Andrew Tridgellutil: on FreeBSD true is in /usr/bin. Use execvp to...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-03-26 Andrew Tridgelllibreplace: strerror_r() is needed by heimdal on solaris8
2010-03-26 Andrew Tridgelltsocket: not all systems have IPV6_V6ONLY
2010-03-25 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-03-25 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-03-24 Andrew Tridgelllibreplace: fixed declaration of dprintf() on FreeBSD
2010-03-24 Andrew Tridgellbuild: fixed nss_wrapper on solaris
2010-03-22 Matthias Dieter... convert_string_talloc_convenience - print out the input...
2010-03-22 Volker Lendecketdb: Fix bug 7248, avoid the nanosleep dependency
2010-03-22 Stefan Metzmacherlib/util: add allocate_anonymous_shared()
2010-03-21 Volker LendeckeFix an uninitialized variable
2010-03-21 Volker LendeckeUse TALLOC_FREE in talloc_pop()
2010-03-21 Volker LendeckeUse calloc instead of ZERO_STRUCTP in talloc_stackframe...
2010-03-21 Volker LendeckeTrim an overlong line
2010-03-19 Günther Deschnernss_wrapper.pl: allow to specify gid for new users.
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2010-03-15 Stefan Metzmachertalloc_stack: reset stackframe pointers to NULL
2010-03-15 Stefan Metzmachertalloc_stack: make sure we never let talloc_tos() retur...
2010-03-11 Matthieu Patous4: create ../lib/iniparser_build/config.m4
2010-03-11 Andrew BartlettExplain why we don't use certain characters in the...
2010-03-11 Endi S. Dewatalib/util - Removed curly braces from generate_random_pa...
2010-03-11 Andrew BartlettMove prototype to header of common code for set_sockadd...
2010-03-10 Kamen Mazdrashkidoxygen: talloc_get_type name fixed in Doxygen document...
2010-03-09 Stefan Metzmacherlib/util: change samba_runcmd() to use tevent_req _send...
2010-03-05 Andrew Tridgellreplace: added get_current_dir_name()
2010-03-05 Andrew Tridgells4-privs: add root_privileges_original_uid()
2010-03-03 Karolin SeegerFix typo in comments.
2010-03-03 Matthieu Patous3: Move source3/iniparser to lib/iniparser to allow...
2010-02-28 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-02-26 Andreas Schneidertsocket: Improve the tsocket_address_bsd_sockaddr docum...
2010-02-26 Stefan Metzmacherlib/util: add generate_random_password()
2010-02-26 Andrew Tridgells4-dns: use a loadparm list for samba_runcmd() commands
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-02-24 Rusty Russelltdb: add -k option to tdbtorture
2010-02-24 Rusty Russelltdb: don't truncate tdb on recovery
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-24 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-02-24 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-02-17 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-24 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-02-24 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-02-17 Rusty Russelltdb: remove num_locks
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-24 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-02-17 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-02-24 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-02-17 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-02-17 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-02-17 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-02-17 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-17 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-02-24 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-02-23 Andreas Schneiderlibreplace: Remove the obsolete signal type cast.
2010-02-23 Andreas Schneiderlibutil: Remove obsolete signal type cast.
2010-02-22 Brad HardsSpelling fixes for libutil
2010-02-22 Brad HardsSpelling fixes in lib/zlib.
2010-02-22 Brad HardsSpelling fixes for libreplace.
2010-02-22 Brad HardsSpelling fixes for tsocket API documentation.
2010-02-22 Brad HardsSpelling fixes for lib/compression.
2010-02-22 Brad HardsSpelling fixes for nss_wrapper.
2010-02-22 Brad HardsSpelling fixes for popt API documentation.
2010-02-22 Brad HardsSpelling fixes for tevent.
2010-02-22 Brad HardsSpelling fixes for tdb.
2010-02-18 Michael Adamnss_wrapper: fix segfault in print_group() in the testsuite
2010-02-18 Günther Deschners4-smbtorture: add LOCAL-NSS-WRAPPER-DUPLICATES test.
2010-02-18 Günther Deschners4-smbtorture: be more verbose in LOCAL-NSS-WRAPPER.
2010-02-18 Stefan Metzmachertsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
2010-02-17 Jeremy AllisonFix commit d07cd37b993d3c9beded20323174633b806196b5
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7115 FreeBSD includes the UDP...
2010-02-17 Stefan Metzmachertsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6...
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7140 use calculated sa_socklen...
2010-02-17 Stefan Metzmachertsocket/bsd: fix do_bind logic for AF_INET
2010-02-17 Stefan Metzmachersocket_wrapper: also ignore AF_INET6 in swrap_setsockopt()
2010-02-17 Andrew Tridgellutil: added samba_runcmd()
2010-02-16 Andrew Tridgells4-dsdb: removed gendb_search_single_extended_dn()
2010-02-14 Andrew Tridgellutil: update three other copies of our dlinklist.h...
2010-02-14 Andrew Tridgelllib: use TYPESAFE_QSORT() in lib/ and libcli/
2010-02-14 Andrew Tridgells4-ldb: use TYPESAFE_QSORT() in the rest of the ldb...
2010-02-13 Volker Lendeckeuse ZERO_STRUCT
2010-02-13 Volker LendeckeUse ZERO_STRUCTP
2010-02-13 Volker Lendeckes3: Fix a typo
2010-02-13 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-02-13 Andrew Tridgelllibreplace: add fdatasync() if not available
2010-02-13 Andrew Tridgellutil: added TYPESAFE_QSORT() macro
next