auth/gensec_gssapi: sync gensec_gssapi_state with gse_context
[nivanova/samba-autobuild/.git] / lib /
2012-01-25 Kelly Yeohldbedit: prevent a transaction warning on failure
2012-01-21 Andrew Bartlettparam: handle P_BYTES in more places
2012-01-11 Stefan Metzmacherlib/param: avoid talloc_reference() in copy_service()
2012-01-10 Stefan Metzmachertalloc/testsuite: fix compiler warnings
2012-01-07 Ira CooperAdd "repack" command to tdbtool.
2012-01-06 Ira CooperFix compile when TDB_TRACE is enabled.
2012-01-03 Matthieu Patoupyldb: raise an exception if we can't add the attribute
2012-01-02 Matthias Dieter... ldb:ldb/common/ldb_controls.c - reference "err_string...
2012-01-02 Volker Lendecketalloc: Slightly simplify talloc_unlink
2012-01-02 Volker Lendecketalloc: Fix a typo
2011-12-28 Andrew Bartlettgensec: Allow an alternate set of modules to be specified
2011-12-25 Volker Lendeckelib/charset: Remove an unused variable
2011-12-25 Volker Lendeckes3: Fix fn signatures in charset_macosx.c
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-25 Volker Lendeckelibreplace: Don't check for standards.h on darwin ...
2011-12-23 Matthias Dieter... ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"
2011-12-23 Amitay Isaacsldif-handler: Fix the case for attribute dnsproperty
2011-12-22 Stefan Metzmacherlib/param: add support for "SMB2_24" in smb.conf options
2011-12-22 Andrew Tridgellruncmd: use set_close_on_exec()
2011-12-22 Andrew Tridgellruncmd: use a pipe for stdin to child processes
2011-12-22 Amitay Isaacsparam: domain_logons and domain_master are of type...
2011-12-22 Amitay Isaacsparam: Fix the data type for bAvailable
2011-12-21 Rusty Russelltdb: don't free old recovery area when expanding if...
2011-12-21 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-19 Volker Lendecketdb2: Avoid a malloc/memcpy in _tdb1_store
2011-12-19 Volker Lendecketdb: Avoid a malloc/memcpy in _tdb_store
2011-12-19 Rusty Russelltdb: be more careful on 4G files.
2011-12-17 Volker Lendeckes3: Fix the clustering build
2011-12-17 Kai Blins4 dns: Allow updates based on smb.conf setting
2011-12-16 Volker LendeckeAdd support for TCP_DEFER_ACCEPT
2011-12-16 Andrew Bartlettlib/param: Set s4 "host msdfs = true" by default
2011-12-15 Andrew Tridgellloadparm: fixed service list handling
2011-12-15 Andrew Tridgellgenrand: use set_close_on_exec()
2011-12-15 Andrew Tridgelllib/util: added set_close_on_exec()
2011-12-15 Martin Schwenkelib/ccan: Fix some typos in libccan.m4
2011-12-15 Rusty Russelllib/ccan: fix m4 tests for builtin_expect and compound...
2011-12-14 Amitay Isaacstdb2: Fix python documentation for tdb.Tdb object
2011-12-12 Amitay Isaacstdb: Fix python documentation for tdb module
2011-12-09 Volker Lendecketevent: tevent_schedule_immediate never fails
2011-12-08 Jelmer VernooijAdd pep8.
2011-12-08 Jelmer Vernooijtesttools: Update to new upstream revision.
2011-12-08 Jelmer Vernooijpyldb: Add more docstrings.
2011-12-08 Dave CraftAdd samba_kcc load parameter
2011-12-07 Jelmer VernooijAdd version attribute for pytevent.
2011-12-06 Jelmer Vernooijtevent: Install python tevent modules.
2011-12-06 Jelmer VernooijAdd stub python module for tevent.
2011-12-06 Michael Adamlib/util/util_tdb: adhere to coding style for tdb_data_...
2011-12-05 Rusty Russelltdb2: tlist: remove type arg from tlist_top(), tlist_tail()
2011-12-05 Rusty Russelltdb2: display capability information in tdb_summary()
2011-12-05 Rusty Russelltdb2: add a capability list from the header.
2011-12-05 Rusty Russelltdb2: provide tdb_layout_write() rather than implying...
2011-12-05 Rusty Russelltdb2: add an internal TDB_CANT_CHECK flag.
2011-12-05 Rusty Russelltdb2: suppress failtest more than once on mmap.
2011-12-05 Rusty Russelltdb2: simplify failtest helper.
2011-12-05 Rusty Russelltdb2: failtest: use a linked list for history, not...
2011-12-05 Rusty Russelltdb2: consolidate testing failtest suppression routines.
2011-12-05 Rusty Russelltdb2: fix intermittant failure in run-50-multiple-freel...
2011-12-05 Rusty Russelllib/ccan/cast: fix warnings with -Wextra (specifically...
2011-12-05 Rusty Russelllib/ccan/compiler, ilog: IDEMPOTENT "idempotent does...
2011-12-05 Rusty Russelllib/ccan/asearch: fix example on 64 bit platforms.
2011-12-05 Rusty Russelllib/ccan/htable: benchmark against hsearch(3)
2011-12-05 Rusty Russelllib/ccan/likely: use htable_type
2011-12-05 Rusty Russelllib/ccan/htable: HTABLE_INITIALIZER() for static initia...
2011-12-05 Rusty Russelllib/ccan/htable: clean up interface, document htable_ty...
2011-12-05 Rusty Russelllib/ccan/htable: start empty.
2011-12-05 Rusty Russelllib/ccan/htable, strset: benchmarking tools.
2011-12-05 Rusty Russelllib/ccan/str: fix warnings.
2011-12-05 Rusty Russelllib/ccan/str: relicense to public domain.
2011-12-05 Rusty Russelllib/ccan/typesafe_cb: fix example macro ordering in...
2011-12-05 Rusty Russelllib/ccan/htable: fix tools/speed.
2011-12-05 Joey Adamslib/ccan/build_assert: Remove stale LGPL license comment.
2011-12-05 Rusty Russelllib/ccan/array_size: relicense under public domain.
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-12-03 Gregor Becklib/util: factor out tdb_data_is_empty
2011-12-03 Jelmer Vernooijtevent: Fix typo in build script.
2011-11-30 Jelmer VernooijUpdate ldb API sigs. ldb-1.1.4
2011-11-30 Jelmer VernooijBump ldb version to 1.1.4 after introduction of ldb_mod...
2011-11-25 Michael Adamsocket_wrapper: use libreplace headers based on "#ifdef...
2011-11-25 Michael Adamsocket_wrapper: simplify include path for replace.h
2011-11-23 Jeremy AllisonRemove unused variable.
2011-11-23 Jeremy AllisonFix uninitialized variable frees on error paths.
2011-11-23 Jeremy AllisonEnsure we don't free uninitialized variables.
2011-11-22 Kai Blins3 libaddns: Prevent a crash when dns_create_update...
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-11-20 Stefan Metzmacherlib/param: add "SMB2_22" to enum_protocol
2011-11-19 Matthias Dieter... socket_wrapper/py_socket_wrapper.c - include Python...
2011-11-17 Amitay Isaacssocket_wrapper: Added python interface to socket_wrapper
2011-11-17 Amitay Isaacsldb: Add handy macros for reporting error inside ldb...
2011-11-16 Andrew Bartlettlib/param simplify server role values specified in...
2011-11-16 Andrew Bartlettparam: use lp_is_security_and_server_role_valid()
2011-11-16 Amitay Isaacsparam: Check if server role and security parameters...
2011-11-16 Andrew Bartlettparam: Connect lp_security to the lib/param code to...
2011-11-16 Andrew Bartlettparam: Move enum values into a common (included) .c...
2011-11-16 Andrew Bartlettparam: move server role helpers into loadparm.h
2011-11-16 Andrew Bartlettparam: calculate server role from security, and securit...
2011-11-16 Andrew Bartletts3-param remove lp_domain_logons(), always use IS_DC
2011-11-16 Andrew Bartlettparam: make server role list common and include auto...
2011-11-16 Amitay Isaacsparam: Add "domain logons" and "domain master" parameters
2011-11-16 Stefan Metzmacherlib/util/debug: with log level = 10 we should be more...
next