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
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
2011-03-18
idmap-autorid: Remove an unused parameter
Volker Lendecke
1
-3
/
+2
2011-03-18
idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixids
Volker Lendecke
1
-8
/
+12
2011-03-18
idmap-autorid: Not necessary to talloc domaincfg
Volker Lendecke
1
-14
/
+8
2011-03-18
idmap-autorid: Not necessary to talloc domainsid
Volker Lendecke
1
-9
/
+8
2011-03-06
s3: Remove close_fn from idmap_methods
Volker Lendecke
1
-7
/
+0
2011-02-23
s3: Fix 64-bit errors
Volker Lendecke
1
-4
/
+8
2011-02-23
s3: Fix an uninitialized variable use
Volker Lendecke
1
-1
/
+2
2011-02-23
s3:idmap:autorid prevent fatal configuration changes
Christian Ambach
1
-2
/
+112
2010-11-08
s3: Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2010-11-08
s3:idmap: add a new ID mapping module autorid
Christian Ambach
1
-0
/
+471