index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
idmap_autorid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
idmap_autorid: don't leak state_path onto talloc tos
David Disseldorp
2014-11-03
1
-1
/
+9
*
autorid: Add allocation from above in alloc range for well known sids
Michael Adam
2014-04-25
1
-0
/
+86
*
autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-22
/
+26
*
autorid: reserve 500 IDs at the top of the ALLOC range.
Michael Adam
2014-04-25
1
-1
/
+4
*
autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-4
/
+5
*
autorid: introduce idmap_autorid_domsid_is_for_alloc()
Michael Adam
2014-04-25
1
-2
/
+14
*
autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()
Michael Adam
2014-04-25
1
-95
/
+76
*
autorid: make the checks for bumping num_mapped identical for alloc and rid case
Michael Adam
2014-04-25
1
-2
/
+2
*
autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().
Michael Adam
2014-04-25
1
-1
/
+1
*
autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...
Michael Adam
2014-04-25
1
-3
/
+5
*
autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()
Michael Adam
2014-04-25
1
-2
/
+3
*
autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()
Michael Adam
2014-04-25
1
-5
/
+5
*
autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()
Michael Adam
2014-04-25
1
-3
/
+3
*
autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...
Michael Adam
2014-04-25
1
-6
/
+17
*
autorid: improve a debug message in idmap_autorid_map_sid_to_id()
Michael Adam
2014-04-25
1
-2
/
+2
*
autorid: remove a legacy comment from sid_to_id
Michael Adam
2014-04-25
1
-5
/
+0
*
autorid: use the db argument in the initialize traverse action.
Michael Adam
2014-04-03
1
-2
/
+2
*
autorid: make the whole initialization atomic with one transaction.
Michael Adam
2014-04-03
1
-10
/
+38
*
autorid: initialize: fix typo in and further improve a debug message.
Michael Adam
2014-04-03
1
-2
/
+2
*
autorid: initialize: use the split db_open and init_hwms function instead of ...
Michael Adam
2014-04-03
1
-1
/
+6
*
autorid: initialize: open the autorid db as late as possible.
Michael Adam
2014-04-03
1
-8
/
+9
*
autorid: initialize: link config to commonconfig as soon as it is allocated.
Michael Adam
2014-04-03
1
-1
/
+1
*
autorid: initialize: link commonconfig to dom as soon as it is allocated
Michael Adam
2014-04-03
1
-2
/
+1
*
autorid: initialize: store config directly before allocating well knowns.
Michael Adam
2014-04-03
1
-7
/
+6
*
Rename module init functions from samba_init_module
Christof Schmitt
2014-04-02
1
-1
/
+1
*
idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0
Abhidnya Joshi
2013-11-07
1
-1
/
+1
*
idmap_autorid: remove autorid_global_config member from autorid_range_config
Atul Kulkarni
2013-10-02
1
-11
/
+0
*
idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...
Atul Kulkarni
2013-10-02
1
-54
/
+0
*
idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUS
Michael Adam
2013-10-01
1
-1
/
+8
*
idmap_autorid: extract common code to separate file
Atul Kulkarni
2013-10-01
1
-277
/
+1
*
idmap_autorid: remove the ignore_builtin bool from the global_config struct
Michael Adam
2013-10-01
1
-4
/
+5
*
idmap_autorid: add path, and db parameters to idmap_autorid_db_init()
Atul Kulkarni
2013-10-01
1
-12
/
+14
*
idmap_autorid: add a db_context argument to idmap_autorid_init_hwm()
Michael Adam
2013-10-01
1
-7
/
+7
*
idmap_autorid: add a db_context argument to idmap_autorid_saveconfig()
Michael Adam
2013-10-01
1
-4
/
+4
*
idmap_autorid: add a db_context argument to idmap_autorid_loadconfig()
Michael Adam
2013-10-01
1
-3
/
+4
*
idmap_autorid: add a db_context argument to idmap_autorid_get_domainrange()
Michael Adam
2013-10-01
1
-5
/
+7
*
s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknown
Volker Lendecke
2013-07-08
1
-0
/
+4
*
s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknown
Volker Lendecke
2013-07-08
1
-1
/
+1
*
s3:idmap_autorid: Use ARRAY_SIZE where appropriate
Volker Lendecke
2013-07-08
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
[next]