libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / winbindd / idmap_tdb.c
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2018-12-07 Volker Lendeckeidmap_tdb: Use dom_sid_str_buf
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
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.
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
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-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
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... samba-4.0.0alpha16
2011-06-20 Rusty Russellsource3/winbindd/idmap_tdb.c: tdb2 support for wrong...
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-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-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-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Michael Adams3:idmap_tdb: add an entry debug statment to idmap_tdb_...
2009-05-27 Michael Adams3:idmap_tdb: filter out of range mappings in default...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-02 Bo YangMore fix to initialize idmap statuses
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-06 Michael Adams3:idmap_tdb: simplify talloc usage with temp context...
2009-02-06 Michael Adams3:idmap_tdb: refactor out new function idmap_tdb_load_...
2009-02-06 Michael Adams3:idmap_tdb: use transactions in idmap_tdb_allocate_id()
2009-02-06 Michael Adams3:idmap_tdb: add tmp talloc ctx to idmap_tdb_sid_to_id...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Michael Adams3:idmap: move IDMAP_VERSION to the idmap tdb backend...
2009-01-19 Jelmer VernooijMerge branch 'v4-0-stable'
next