index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
idmap_autorid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0
Abhidnya Joshi
2014-05-06
1
-1
/
+1
*
s3:idmap:autorid: add a comment block explaining the calculations
Michael Adam
2013-05-06
1
-0
/
+51
*
s3:idmap:autorid: simplify the id->sid calculation
Michael Adam
2013-05-06
1
-7
/
+13
*
s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...
Michael Adam
2013-05-06
1
-8
/
+9
*
s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obvious
Michael Adam
2013-05-06
1
-3
/
+6
*
s3:idmap:autorid: rename range.multiplier to domain_range_index
Michael Adam
2013-05-06
1
-15
/
+17
*
s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...
Michael Adam
2013-05-06
1
-12
/
+12
*
s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...
Michael Adam
2013-05-06
1
-37
/
+37
*
s3:idmap:autorid: rename domainnum to rangenum
Michael Adam
2013-05-06
1
-12
/
+13
*
s3:winbindd/autorid multiple range support
Abhidnya Joshi
2013-05-06
1
-19
/
+36
*
s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...
Michael Adam
2013-02-13
1
-1
/
+1
*
s3-idmap: Check return value of string_to_sid().
Andreas Schneider
2013-01-02
1
-1
/
+6
*
s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping
Michael Adam
2012-12-03
1
-0
/
+3
*
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-06-15
1
-5
/
+6
*
s3:winbindd:autorid check that transaction start did work
Christian Ambach
2012-05-09
1
-1
/
+5
*
s3:winbindd/autorid add ignore builtin parameter
Christian Ambach
2012-05-08
1
-0
/
+13
*
s3:winbindd/autorid add support for read-only mode
Christian Ambach
2012-05-08
1
-6
/
+38
*
s3:winbindd/autorid preallocate well-known SIDs
Christian Ambach
2012-05-08
1
-0
/
+42
*
s3:winbindd/autorid use idmap_tdb_common code in autorid
Christian Ambach
2012-05-01
1
-86
/
+227
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-1
/
+2
*
s3:idmap_autorid: use less transactions
Christian Ambach
2011-12-16
1
-55
/
+76
*
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:idmap_autorid: add an allocation range to autorid
Christian Ambach
2011-10-21
1
-1
/
+96
*
s3:idmap_autorid: move HWM initialization into a function
Christian Ambach
2011-10-21
1
-17
/
+27
*
s3:idmap_autorid: use strings as parameter for range allocator
Christian Ambach
2011-10-21
1
-14
/
+14
*
s3:winbindd/idmap make idmap modules loadable again
Christian Ambach
2011-10-21
1
-1
/
+1
*
Revert "s3:idmap/autorid add a small alloc pool to autorid"
Christian Ambach
2011-10-21
1
-61
/
+0
*
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
2011-10-11
1
-7
/
+12
*
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
2011-10-11
1
-4
/
+17
*
s3:idmap_autorid: make a debug message more precise
Michael Adam
2011-10-11
1
-1
/
+1
*
s3:idmap_autorid: untangle function from check and log status in idmap_autori...
Michael Adam
2011-10-11
1
-6
/
+7
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
1
-4
/
+6
*
s3:idmap/autorid add a small alloc pool to autorid
Christian Ambach
2011-09-07
1
-0
/
+52
*
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_autorid: remove redundant code
Michael Adam
2011-06-20
1
-4
/
+0
*
s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...
Michael Adam
2011-06-20
1
-2
/
+4
*
s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...
Michael Adam
2011-06-20
1
-1
/
+1
*
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
2011-06-20
1
-0
/
+7
*
Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali...
Michael Adam
2011-06-11
1
-6
/
+5
*
Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ...
Michael Adam
2011-06-11
1
-9
/
+1
*
Revert "s3:idmap_autorid: fail initialization if the domain is not "*""
Michael Adam
2011-06-11
1
-9
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
2011-06-07
1
-0
/
+8
*
s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...
Michael Adam
2011-06-07
1
-1
/
+9
*
s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()
Michael Adam
2011-06-07
1
-5
/
+6
[next]