s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
[ira/wip.git] / source3 / lib /
2009-08-26 Steven Dannemans3/smbd: open the share_info.tdb on startup instead...
2009-08-26 tproutys3: Allow full_audit to play nice with smbd if it's...
2009-08-25 Zach LoafmanAllow for name array strings that don't end in a slash
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-24 Jeremy AllisonUse existing time_t rounding function, don't invent...
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-24 Olaf Flebbemake smbcontrol smbd ping work proper checking for...
2009-08-24 Stefan Metzmachers3:lib: setup talloc log and abort functions
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-16 Volker Lendeckes3: Add talloc_dict.[ch]
2009-08-12 Stefan Metzmachers3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-08-08 Volker LendeckeImplement db_rbt_traverse
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Volker LendeckeFix some nonempty blank lines
2009-08-06 Karolin Seegers3/smbldap: Fix typo in debug message.
2009-07-31 Yannick BergeronIncrease the max_grp value to 128 (AIX NGROUPS_MAX...
2009-07-29 Michael Adams3:dbwrap: add dbwrap_trans_change_int32_atomic()
2009-07-29 Michael Adams3:dbwrap: export logic of dbwrap_change_int32_atomic...
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to take...
2009-07-29 Michael Adams3:dbwrap: add dbwrap_trans_change_uint32_atomic()
2009-07-29 Michael Adams3:dbwrap: export logic of dbwrap_change_uint32_atomic...
2009-07-29 Michael Adams3:dbwrap: untangle assignment and check in dbwrap_chan...
2009-07-29 Michael Adams3:dbwrap: untangle assignemend and check in dbwrap_cha...
2009-07-29 Michael Adams3:dbwrap: don't leak in dbwrap_change_int32_atomic().
2009-07-29 Michael Adams3:dbwrap: don't leak in dbwrap_change_uint32_atomic()
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to retur...
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2009-07-29 Jeremy Allison(Hopefully) fix the problem Kai reported with
2009-07-25 Volker LendeckeUse a switch statement in charset_name()
2009-07-25 Volker LendeckeFix some nonempty blank lines
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Michael Adams3:dbwrap: use the transaction wrapper in dbwrap_trans_...
2009-07-21 Michael Adams3:dbwrap: use the transaction wrapper in dbwrap_trans_...
2009-07-18 Jeremy AllisonFix a typo reading uninitialized memory. Caught by...
2009-07-17 Jeremy AllisonReplace more long-lived contexts with talloc_autofree_c...
2009-07-17 Jeremy AllisonReplace short-lived NULL talloc contexts with talloc_tos().
2009-07-15 Stefan Metzmachers3:tldap: fix the build - a void function should not...
2009-07-15 Michael Adams3:dbwrap: fix embarrassing typo :-)
2009-07-15 Michael Adams3:dbwrap_util: add my C
2009-07-15 Michael Adams3:dbwrap: add dbwrap_fetch_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_store_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_delete_bystring_upper()
2009-07-15 Michael Adams3:dbwrap: add a wrapper dbwrap_trans_do()
2009-07-15 Stefan Metzmachers3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead...
2009-07-15 Volker LendeckeConsolidate gencache also every 100 writes in a single...
2009-07-15 Volker LendeckeConsolidate string and data_blob routines in gencache
2009-07-15 Volker LendeckeMake gencache more stable
2009-07-15 Volker LendeckeAdd tdb_data_cmp
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-07-15 Volker LendeckeRemove gencache_[un]lock_key
2009-07-15 Volker LendeckeTDB_CONTEXT -> "struct tdb_context"
2009-07-15 Volker LendeckeReplace ASSERTs in gencache with "return false"
2009-07-14 Björn Jackes3: allow setting the TCP_QUICKACK socket option
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-14 Günther Deschners3-account_policy: remove trailing whitespace.
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-10 Volker LendeckeQuieten events and tldap debug messages
2009-07-10 Volker LendeckeFix our base64 implementation for blobs of length 4....
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-07-09 Tim Proutys3: Remove is_ntfs_stream_name() and split_ntfs_stream_...
2009-07-09 Jeremy AllisonRename update_stat_ex_writetime() -> update_stat_ex_mtime()
2009-07-09 Jeremy AllisonThe migration to struct stat_ex broke the calculation of
2009-07-08 Jeremy AllisonWhen faking a create time, use the full timespec values...
2009-07-04 Volker LendeckeAdd tldap_pull_guid
2009-07-03 Volker Lendecketldap: Do not do a return before we got the search_result
2009-07-03 Michael AdamRevert "[s3]pidfile_create: use check is_default_dyn_CO...
2009-07-02 Andrew TridgellLDB_ERR_INVALID_DN_SYNTAX doesn't exist ...
2009-07-01 Stefan Metzmachers3:util: let parent_dirname() correctly return toplevel...
2009-06-29 Michael Adams3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct...
2009-06-29 Andrew BartlettFix ndrdump to use a common setup_logging() API
2009-06-29 David MarkeyFix bug 6514: net gives unhelpful "lp_load failed"...
2009-06-28 Volker LendeckeIf the connection is down, don't try another write.
2009-06-28 Volker LendeckeAdd tldap_search_va
2009-06-28 Volker Lendecketldap_msg_received: Properly free the asn1_struct in...
2009-06-27 Volker LendeckeMove read_ldap_done after read_ldap_send
2009-06-27 Volker LendeckeConvert tldap to tstream
2009-06-27 Volker LendeckeAdd tstream_read_packet
2009-06-27 Volker Lendecketldap: Don't fire off more than one read_ldap request...
2009-06-26 Volker LendeckeFix some dead code warnings from SUN Studio
2009-06-20 Volker LendeckeAdd tldap paged searches, together with two helper...
2009-06-20 Volker LendeckeReorganize retrieving errors and server-sent controls
2009-06-20 Volker LendeckeMove asn1_load_nocopy() to lib/util/asn1.c
2009-06-20 Volker LendeckeMove asn1_blob() to lib/util/asn1.c
2009-06-20 Volker LendeckeAdd tldap_supports_control
2009-06-20 Volker LendeckeAdd tldap_entry_has_attrvalue
2009-06-20 Volker Lendecketldap control support
2009-06-20 Volker LendeckePrepare control support
2009-06-20 Volker LendeckeFix empty lines
2009-06-19 Jim McDonoughDon't require "Modify property" perms to unjoin bug...
2009-06-19 Volker LendeckeAdd a missing talloc_move() in tldap_search_recv
2009-06-19 Volker LendeckeAdd tldap_fetch_rootdse
2009-06-19 Volker LendeckeMake tevent_req_is_ldap_error public
2009-06-19 Volker LendeckeAdd tldap_context_[gs]etattr
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-18 Slava SemushinFix resource leak in lib/ldb/tools/ldbmodify.c
2009-06-18 Slava SemushinFix syntax error in lib/ldb/ldb_sqlite3/base160.c
2009-06-16 Günther Deschners3-netapi: Fix Bug #6451: net/libnetapi user rename...
2009-06-16 Günther Deschners3-netapi: Fix Bug #6305. Correctly prompt for a passwo...
next