s3:idmap_tdb2: move idmap_tdb2_new_mapping() up. spare a prototype.
[amitay/samba.git] / source3 / winbindd / idmap_tdb2.c
2010-08-14 Michael Adams3:idmap_tdb2: move idmap_tdb2_new_mapping() up. spare...
2010-08-14 Michael Adams3:idmap_tdb2: get rid of an extra variable in idmap_td...
2010-08-14 Michael Adams3:idmap_tdb2: move idmap_tdb2_set_mapping() up to...
2010-08-14 Michael Adams3:idmap_tdb2: use the right talloc context for db_open...
2010-08-14 Michael Adams3:idmap_tdb2: don't check whether sid is already mappe...
2010-08-14 Michael Adams3:idmap_tdb2: add the db_context to the idmap_tdb2_context
2010-08-14 Michael Adams3:idmap_tdb2: talloc_zero (instead of talloc) the...
2010-08-14 Michael Adams3:idmap_tdb2: rename idmap_tdb2_alloc_load -> idmap_td...
2010-08-14 Michael Adams3:idmap_tdb2: move idmap_tdb2_alloc_load() up to reduc...
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_state and idmap...
2010-08-14 Michael Adams3:idmap_tdb2: give idmap_tdb2_alloc_load() and idmap...
2010-08-14 Michael Adams3:idmap_tdb2: add an idmap_domain struct argument...
2010-08-14 Michael Adams3:idmap_tdb2: remove filter_low_id and filter_high_id...
2010-08-14 Michael Adams3:idmap_tdb2: don't parse config and fill filter_low_i...
2010-08-14 Michael Adams3:idmap_tdb2: honour the "idmap read only" flag in...
2010-08-14 Michael Adams3:idmap_tdb2: use range from idmap_domain in idmap_tdb...
2010-08-14 Michael Adams3:idmap_tdb2: use filter from idmap_domain rather...
2010-08-14 Michael Adams3:idmap_tdb2: pass idmap_domain (not idmap_tdb2_contex...
2010-08-14 Michael Adams3:idmap_tdb2: pass idmap_domain instead of idmap_tdb2_...
2010-08-14 Michael Adams3:idmap_tdb2: also support idmap script for named...
2010-08-14 Michael Adams3:idmap_tdb2: move the idmap script from idmap_tdb2_st...
2010-08-14 Michael Adams3:idmap_tdb2: remove use of idmap_tdb2_state from...
2010-08-14 Michael Adams3:idmap_tdb2: move definition of struct idmap_tdb2_con...
2010-08-14 Michael Adams3:idmap_tdb2: open the db after loading the ranges...
2010-08-14 Michael Adams3:idmap_tdb2: add allocation of new mappings to idmap_...
2010-08-14 Michael Adams3:idmap_tdb2: re-implement allocated_id in idmap methods.
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_alloc_init().
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_tdb2_alloc_close().
2010-08-14 Michael Adams3:idmap_tdb2: remove unused idmap_alloc_methods.
2010-08-14 Michael Adams3:idmap_tdb2: don't call smb_register_idmap_alloc...
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-08-14 Michael Adams3:idmap_tdb2: fix a debug message
2010-05-20 Michael Adams3:winbind:idmap_tdb2_set_mapping: untangle assignment...
2010-04-29 Volker Lendeckes3: range-check idmap script output
2010-04-29 Volker Lendeckes3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()
2010-04-29 Volker Lendeckes3: Fix some nonempty blank lines
2009-08-20 Günther Deschners3-idmap: fix two uninitialized variable warnings in...
2009-07-29 Michael Adams3:winbind: use transaction in idmap_tdb2_allocate_id_a...
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2009-07-29 Michael Adams3:winbind: in idmap_tdb2_sid_to_id(), use transaction...
2009-07-29 Michael Adams3:winbind: in idmap_tdb2_id_to_sid(), use transaction...
2009-07-29 Michael Adams3:winbind: use transaction wrapper in idmap_tdb2_alloc...
2009-07-29 Michael Adams3:winbind: use transaction wrapper in idmap_tdb2_set_m...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Michael Adams3:idmap_tdb2: 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_tdb2: untangle assignment and check in idmap_t...
2009-02-06 Michael Adams3:idmap_tdb2: factor lodaing of ranges out into idmap_...
2009-02-06 Michael Adams3:idmap_tdb2: move together code that belongs together...
2009-02-06 Michael Adams3:idmap_tdb2: streamline idmap_tdb2_sid_to_id,
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-29 Andrew Tridgellremoved unused variables
2008-09-29 Andrew Tridgellfixed segv on startup with trusted domains
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-13 Andrew Tridgelluse transactions in idmap_tdb2
2008-08-13 Andrew Tridgellgot rid of the redundent cache database
2008-08-13 Michael Adamidmap tdb2: fix inconsistent mappings by checking for...
2008-08-13 Michael Adamidmap tdb2: fix broken logic in tdb2_delete_bystring().
2008-08-13 Michael Adamidmap tdb2: fix broken logic in tdb2_store_bystring().
2008-08-12 Volker LendeckeRemove "idmap alloc config : range" parameter
2008-08-12 Volker Lendeckeidmap rewrite
2008-07-11 Volker LendeckeRevert "Fix nonempty whitespace only lines"
2008-07-02 Volker LendeckeFix nonempty whitespace only lines
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyConvert old sid-string handling in idmap_tdb2 to a...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander Bokovoyidmap TDB2 backend, used for clustered Samba setups.