index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
idmap_autorid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-13
s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...
Michael Adam
1
-1
/
+1
2013-01-02
s3-idmap: Check return value of string_to_sid().
Andreas Schneider
1
-1
/
+6
2012-12-03
s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping
Michael Adam
1
-0
/
+3
2012-06-15
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
1
-5
/
+6
2012-05-09
s3:winbindd:autorid check that transaction start did work
Christian Ambach
1
-1
/
+5
2012-05-08
s3:winbindd/autorid add ignore builtin parameter
Christian Ambach
1
-0
/
+13
2012-05-08
s3:winbindd/autorid add support for read-only mode
Christian Ambach
1
-6
/
+38
2012-05-08
s3:winbindd/autorid preallocate well-known SIDs
Christian Ambach
1
-0
/
+42
2012-05-01
s3:winbindd/autorid use idmap_tdb_common code in autorid
Christian Ambach
1
-86
/
+227
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-1
/
+2
2011-12-16
s3:idmap_autorid: use less transactions
Christian Ambach
1
-55
/
+76
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
1
-1
/
+1
2011-10-21
s3:idmap_autorid: add an allocation range to autorid
Christian Ambach
1
-1
/
+96
2011-10-21
s3:idmap_autorid: move HWM initialization into a function
Christian Ambach
1
-17
/
+27
2011-10-21
s3:idmap_autorid: use strings as parameter for range allocator
Christian Ambach
1
-14
/
+14
2011-10-21
s3:winbindd/idmap make idmap modules loadable again
Christian Ambach
1
-1
/
+1
2011-10-21
Revert "s3:idmap/autorid add a small alloc pool to autorid"
Christian Ambach
1
-61
/
+0
2011-10-11
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
1
-7
/
+12
2011-10-11
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
1
-4
/
+17
2011-10-11
s3:idmap_autorid: make a debug message more precise
Michael Adam
1
-1
/
+1
2011-10-11
s3:idmap_autorid: untangle function from check and log status in idmap_autori...
Michael Adam
1
-6
/
+7
2011-10-11
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
1
-4
/
+6
2011-09-07
s3:idmap/autorid add a small alloc pool to autorid
Christian Ambach
1
-0
/
+52
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-06-20
s3:idmap_autorid: remove redundant code
Michael Adam
1
-4
/
+0
2011-06-20
s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...
Michael Adam
1
-2
/
+4
2011-06-20
s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...
Michael Adam
1
-1
/
+1
2011-06-20
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
1
-0
/
+7
2011-06-11
Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali...
Michael Adam
1
-6
/
+5
2011-06-11
Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ...
Michael Adam
1
-9
/
+1
2011-06-11
Revert "s3:idmap_autorid: fail initialization if the domain is not "*""
Michael Adam
1
-9
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-2
/
+2
2011-06-07
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
1
-0
/
+8
2011-06-07
s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...
Michael Adam
1
-1
/
+9
2011-06-07
s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()
Michael Adam
1
-5
/
+6
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-22
s3:idmap: remove the params argument from the init function
Michael Adam
1
-2
/
+1
2011-03-18
s3:autorid make sure we set the mapping status correct on early exit
Christian Ambach
1
-0
/
+1
2011-03-18
idmap-autorid: Slightly simplify idmap_autorid_get_domainrange
Volker Lendecke
1
-8
/
+3
2011-03-18
idmap-autorid: Slightly simplify idmap_autorid_get_domainrange
Volker Lendecke
1
-2
/
+1
2011-03-18
idmap-autorid: Remove an unused variable
Volker Lendecke
1
-11
/
+0
2011-03-18
idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sid
Volker Lendecke
1
-5
/
+6
2011-03-18
idmap-autorid: Remove an else branch
Volker Lendecke
1
-10
/
+11
2011-03-18
idmap-autorid: Remove an unused variable
Volker Lendecke
1
-11
/
+0
[next]