index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
idmap_tdb2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename module init functions from samba_init_module
Christof Schmitt
2014-04-02
1
-1
/
+1
*
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
2014-02-07
1
-1
/
+1
*
s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...
Michael Adam
2012-06-18
1
-4
/
+4
*
dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Amitay Isaacs
2012-06-18
1
-2
/
+2
*
s3:winbindd/idmap_tdb2: fix logic error in set_mapping_action
Christian Ambach
2012-05-01
1
-1
/
+1
*
s3:winbindd/idmap_tdb2: use idmap_tdb_common code
Christian Ambach
2012-05-01
1
-357
/
+91
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-1
/
+2
*
Revert making public of the samba-module library.
Jelmer Vernooij
2011-12-03
1
-1
/
+1
*
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
2011-10-28
1
-1
/
+1
*
s3:winbindd/idmap make idmap modules loadable again
Christian Ambach
2011-10-21
1
-1
/
+1
*
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
2011-10-11
1
-8
/
+6
*
s3:idmap_tdb2: fix hwm-handling to use uint32 consistently
Michael Adam
2011-10-11
1
-10
/
+12
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
1
-6
/
+6
*
s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ...
Michael Adam
2011-08-10
1
-1
/
+1
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
1
-0
/
+1
*
s3:idmap_tdb2: remove the undocumented option of the silly name "tdb:idmap2.tdb"
Michael Adam
2011-07-27
1
-5
/
+1
*
s3:idmap_tdb2: remove a legacy comment
Michael Adam
2011-07-27
1
-1
/
+0
*
s3:idmap_tdb2: remove legacy comment
Michael Adam
2011-07-27
1
-2
/
+0
*
s3:idmap_tdb2: remove superfluous initialization with bogus comment
Michael Adam
2011-07-27
1
-3
/
+0
*
s3:idmap_tdb2: fix a legacy comment that does not apply any more
Michael Adam
2011-07-27
1
-2
/
+1
*
s3:idmap_tdb2: deprecate the idmap:script parameter and use "idmap config * :...
Michael Adam
2011-07-27
1
-18
/
+21
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3:idmap_tdb2: fix build of tdb2
Michael Adam
2011-04-04
1
-0
/
+1
*
s3:idmap: remove the params argument from the init function
Michael Adam
2011-03-22
1
-2
/
+1
*
s3: Enhance error messages in idmap_tdb2_init_hwm
Volker Lendecke
2011-03-13
1
-8
/
+9
*
s3-idmap: fix the build of idmap_tdb2.
Günther Deschner
2011-03-08
1
-11
/
+1
*
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Günther Deschner
2010-10-18
1
-0
/
+1
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-idmap: only include idmap headers where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3:idmap_tdb2: use idmap_rw_new_mapping in idmap_tdb2_new_mapping
Michael Adam
2010-08-14
1
-34
/
+6
*
s3:idmap_tdb2: add rw_ops to idmap_tdb2_context and initialize in idmap_tdb2_...
Michael Adam
2010-08-14
1
-0
/
+12
*
s3:idmap_tdb2: add my (C)
Michael Adam
2010-08-14
1
-0
/
+1
*
s3:idmap_tdb2: move idmap_tdb2_new_mapping() up. spare a prototype.
Michael Adam
2010-08-14
1
-55
/
+51
*
s3:idmap_tdb2: get rid of an extra variable in idmap_tdb2_db_init().
Michael Adam
2010-08-14
1
-1
/
+0
*
s3:idmap_tdb2: move idmap_tdb2_set_mapping() up to its _action callback.
Michael Adam
2010-08-14
1
-61
/
+62
*
s3:idmap_tdb2: use the right talloc context for db_open in idmap_tdb2_open_db()
Michael Adam
2010-08-14
1
-1
/
+1
*
s3:idmap_tdb2: don't check whether sid is already mapped in idmap_tdb2_new_ma...
Michael Adam
2010-08-14
1
-22
/
+0
*
s3:idmap_tdb2: add the db_context to the idmap_tdb2_context
Michael Adam
2010-08-14
1
-19
/
+32
*
s3:idmap_tdb2: talloc_zero (instead of talloc) the idmap_tdb2_context
Michael Adam
2010-08-14
1
-1
/
+1
*
s3:idmap_tdb2: rename idmap_tdb2_alloc_load -> idmap_tdb2_init_hwm
Michael Adam
2010-08-14
1
-5
/
+4
*
s3:idmap_tdb2: move idmap_tdb2_alloc_load() up to reduce need for prototype
Michael Adam
2010-08-14
1
-36
/
+35
*
s3:idmap_tdb2: remove unused idmap_tdb2_state and idmap_tdb2_load_ranges
Michael Adam
2010-08-14
1
-51
/
+0
*
s3:idmap_tdb2: give idmap_tdb2_alloc_load() and idmap domain arguemnt
Michael Adam
2010-08-14
1
-7
/
+7
*
s3:idmap_tdb2: add an idmap_domain struct argument to idmap_tdb2_open_db()
Michael Adam
2010-08-14
1
-9
/
+9
*
s3:idmap_tdb2: remove filter_low_id and filter_high_id from idmap_tdb2_context
Michael Adam
2010-08-14
1
-2
/
+0
*
s3:idmap_tdb2: don't parse config and fill filter_low_id and filter_high_id
Michael Adam
2010-08-14
1
-43
/
+1
*
s3:idmap_tdb2: honour the "idmap read only" flag in the tdb2 module.
Michael Adam
2010-08-14
1
-1
/
+1
*
s3:idmap_tdb2: use range from idmap_domain in idmap_tdb2_allocate_id
Michael Adam
2010-08-14
1
-4
/
+1
*
s3:idmap_tdb2: use filter from idmap_domain rather than from idmap_tdb2_context
Michael Adam
2010-08-14
1
-12
/
+6
[next]