Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / winbindd / idmap_tdb.c
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-09-19 Jelmer VernooijMerge tag 'upstream/4.3.0+dfsg' into experimental
2015-09-19 Jelmer VernooijImported Upstream version 4.3.0+dfsg
2015-05-16 Richard SharpeConvert the few instances of int32 there were to int32_t.
2015-04-29 Richard SharpeChange all uint32/16/8 to 32_t/16_t/8_t in winbindd.
2015-04-25 Jelmer VernooijMerge 4.1 branch.
2014-12-07 Jelmer VernooijMerge tag 'upstream/4.2.0_rc2+dfsg' into experimental
2014-12-07 Jelmer VernooijImported Upstream version 4.2.0~rc2+dfsg
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Ivo De DeckerMerge branch 'master' into samba_4.0
2013-05-10 Ivo De DeckerMerge tag 'upstream/4.0.5+dfsg1' into samba_4.0_ivo
2013-05-10 Ivo De DeckerImported Upstream version 4.0.0+dfsg1
2012-06-22 Rusty Russelldbwrap: remove get_flags().
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-05-01 Christian Ambachs3:winbindd/idmap_tdb: use idmap_tdb_common code
2012-01-26 bubulleLoad samba-3.6.2 into branches/samba/upstream.
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-11-12 bubulleMerge upstream 3.6.1 source
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_int32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:idmap_tdb: fix hwm-handling to use uint32 consistently
2011-10-11 Michael Adams3:idmap: convert idmap_tdb to use dbwrap wrapper funct...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-20 Rusty Russellsource3/winbindd/idmap_tdb.c: tdb2 support for wrong...
2011-06-07 bubulleRevert upstream branch to 3.5.8....oops
2011-06-07 bubulleLoad samba-3.6.0rc2 into branches/samba/upstream.
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2296: UNUSED_VALUE
2011-03-22 Michael Adams3:idmap: remove the params argument from the init...
2011-03-06 Volker Lendeckes3: Remove close_fn from idmap_methods
2011-03-06 Volker Lendeckes3-idmap-tdb: private_data is a talloc child of dom
2011-02-27 Volker Lendeckes3: Fix some nonempty blank lines
2010-11-02 Volker Lendeckes3: Fix a typo in a DEBUG msg
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-06 bubulleMerge 3.5.4 in upstream branch
2010-09-06 bubulleMerge upstream 3.5.4~dfsg
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-19 Günther Deschners3-idmap: fix uninitialized variable in idmap_tdb_sids_...
2010-08-14 Michael Adams3:idmap_tdb: use idmap_rw_new_mapping in idmap_tdb_new...
2010-08-14 Michael Adams3:idmap_tdb: add idmap_rw_ops to idmap_tdb_context...
2010-08-14 Michael Adams3:idmap_tdb: add my (C)
2010-08-14 Michael Adams3:idmap_tdb: properly initialize the idmap_tdb context...
2010-08-14 Michael Adams3:idmap_tdb: prevent opening the idmap db more than...
2010-08-14 Michael Adams3:idmap_tdb: rewrite sids_to_unixids to create mapping...
2010-08-14 Michael Adams3:idmap_tdb: add a idmap_tdb_new_mapping().
2010-08-14 Michael Adams3:idmap_tdb: move the set_mapping code up
2010-08-14 Michael Adams3:idmap_tdb: use transaction wrapper for idmap_tdb_set...
2010-08-14 Michael Adams3:idmap_tdb: remove unused struct idmap_tdb_state.
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_alloc_db
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_tdb_alloc_close().
2010-08-14 Michael Adams3:idmap_tdb: give idmap_domain arg to idmap_tdb_alloca...
2010-08-14 Michael Adams3:idmap_tdb: call idmap_tdb_init_hwm() from idmap_tdb_...
2010-08-14 Michael Adams3:idmap_tdb: move idmap_tdb_init_hwm up.
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_tdb_load_ranges()
2010-08-14 Michael Adams3:idmap_tdb: have idmap_tdb_open_db take an idmap_doma...
2010-08-14 Michael Adams3:idmap_tdb: rename idmap_tdb_alloc_init->idmap_tdb_in...
2010-08-14 Michael Adams3:idmap_tdb: move definition of struct idmap_tdb_conte...
2010-08-14 Michael Adams3:idmap_tdb: remove filter_low_id,filter_high_id from...
2010-08-14 Michael Adams3:idmap_tdb: add idmap domain arg to idmap_tdb_upgrade...
2010-08-14 Michael Adams3:idmap_tdb: use filter from idmap_domain rather than...
2010-08-14 Michael Adams3:idmap_tdb: give idmap domain argument to idmap_tdb_s...
2010-08-14 Michael Adams3:idmap_tdb: give idmap domain argument to idmap_tdb_i...
2010-08-14 Michael Adams3:idmap_tdb: implement allocate_id in idmap methods...
2010-08-14 Michael Adams3:idmap_tdb: add idmap_tdb_get_new_id() to allocate...
2010-08-14 Michael Adams3:idmap_tdb: convert idmap_tdb_allocate_id() to use...
2010-08-14 Michael Adams3:idmap_tdb: remove an extra blank line
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_alloc_methods
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_alloc_tdb_init()
2010-08-14 Michael Adams3:idmap_tdb: don't call idmap_alloc_tdb_init in idmap_...
2010-08-14 Michael Adams3:idmap_tdb: make idmap_alloc_tdb_init() static.
2010-08-14 Michael Adams3:idmap: remove the set_mapping method from the idmap API
2010-08-14 Michael Adams3:idmap: remove unused method set_id_hwm from idmap API
2010-08-14 Michael Adams3:idmap: remove unused alloc method get_id_hwm from...
2010-08-14 Michael Adams3:idmap: remove unused method dump_data() from the...
2010-08-14 Michael Adams3:idmap: remove the remove_mapping method from API...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-17 Michael Adams3:winbind:idmap_tdb: don't check ranges when an invali...
2010-04-06 bubulleRevert to 3.4.7...for now?
2010-04-04 bubulleMerge 3.5.1 from experimental
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2009-07-29 Michael Adams3:winbind: use transaction store in idmap_tdb_set_hwm...
2009-07-29 Michael Adams3:winbind: fix typo in debug message in idmap_tdb.
2009-07-29 Michael Adams3:winbind: fix typo in debugmessage of idmap_tdb
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2009-07-06 bubullemerge upstream 3.4.0
2009-07-05 bubulleLoad samba-3.4.0 into branches/samba/upstream.
next