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
Commit message (
Expand
)
Author
Age
Files
Lines
*
librpc: Fix blank line endings
Volker Lendecke
2013-10-02
1
-8
/
+8
*
libndr: Fix ndr_print_bitmap_flag for value=0
Volker Lendecke
2013-10-02
1
-0
/
+4
*
librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...
Matthieu Patou
2013-10-02
1
-1
/
+2
*
net: allow "net idmap get ranges" to list all ranges
Michael Adam
2013-10-02
1
-5
/
+7
*
idmap_autorid: allow iterate functions to operate on all domain ranges
Michael Adam
2013-10-02
1
-4
/
+2
*
net: implement "net idmap delete ranges"
Michael Adam
2013-10-02
1
-0
/
+67
*
idmap_autorid: add idmap_autorid_delete_domain_ranges()
Michael Adam
2013-10-02
2
-0
/
+90
*
net: add "net idmap get ranges" operation for autorid
Michael Adam
2013-10-02
1
-0
/
+78
*
idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()
Michael Adam
2013-10-02
2
-0
/
+216
*
net: implement "net idmap delete range"
Michael Adam
2013-10-02
1
-0
/
+95
*
idmap_autorid: add idmap_autorid_delete_range_by_num()
Michael Adam
2013-10-02
2
-0
/
+129
*
idmap_autorid: add idmap_autorid_delete_range_by_sid()
Michael Adam
2013-10-02
2
-0
/
+130
*
idmap_autorid: add idmap_autorid_build_keystr_talloc()
Michael Adam
2013-10-02
1
-0
/
+17
*
idmap_autorid: extend idmap_autorid_addrange to allow to set mappings below t...
Michael Adam
2013-10-02
1
-21
/
+40
*
net: implement "net idmap get range"
Michael Adam
2013-10-02
1
-0
/
+86
*
idmap_autorid: improve clarity of idmap_autorid_addrange_action() by adding m...
Michael Adam
2013-10-02
1
-7
/
+8
*
net: add "net idmap set range" (for autorid backend)
Michael Adam
2013-10-02
1
-0
/
+83
*
net idmap: add utility function parse_uint32()
Volker Lendecke
2013-10-02
1
-0
/
+24
*
net: add "net idmap get config" to read the autorid config from the database
Atul Kulkarni
2013-10-02
1
-0
/
+50
*
net: add "net idmap get" command
Michael Adam
2013-10-02
1
-0
/
+17
*
net: add "net idmap set config" command to store the autorid global config
Atul Kulkarni
2013-10-02
1
-0
/
+47
*
idmap_autorid: add idmap_autorid_saveconfigstr()
Michael Adam
2013-10-02
2
-0
/
+25
*
net: add new function net_idmap_opendb_autorid()
Atul Kulkarni
2013-10-02
2
-1
/
+53
*
net: rename "idmap_dump_ctx" to "net_idmap_ctx".
Michael Adam
2013-10-02
1
-6
/
+6
*
net: move the "net idmap delete" functionality to subcommand "net idmap delet...
Michael Adam
2013-10-02
1
-5
/
+24
*
net: add the "net idmap set secret" subcommand as alias for "net idmap secret"
Michael Adam
2013-10-02
1
-1
/
+9
*
net: move the "net idmap set" functionality to subcommand "net idmap set mapp...
Michael Adam
2013-10-02
1
-3
/
+21
*
net: rename "net idmap setmap" to "net idmap set"
Michael Adam
2013-10-02
1
-2
/
+3
*
net: improve help text for "net idmap restore"
Michael Adam
2013-10-02
1
-1
/
+1
*
net: improve help text for "net idmap dump"
Michael Adam
2013-10-02
1
-1
/
+1
*
idmap_autorid: add a comment explaining idmap_autorid_saveconfig()
Michael Adam
2013-10-02
1
-0
/
+7
*
idmap_autorid: add a comment explaining idmap_autorid_loadconfig()
Michael Adam
2013-10-02
1
-0
/
+3
*
idmap_autorid: add a comment explaining idmap_autorid_db_init()
Michael Adam
2013-10-02
1
-0
/
+6
*
idmap_autorid: add a comment explaining idmap_autorid_init_hwm()
Michael Adam
2013-10-02
1
-0
/
+4
*
idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()
Michael Adam
2013-10-02
1
-0
/
+7
*
idmap_autorid: Don't use db as a temporary talloc context.
Michael Adam
2013-10-02
1
-1
/
+1
*
idmap_autorid: improve two debug messages by printing NT error codes
Michael Adam
2013-10-02
1
-3
/
+3
*
idmap_autorid: fix a debug message in idmap_autorid_addrange()
Michael Adam
2013-10-02
1
-2
/
+2
*
idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...
Michael Adam
2013-10-02
1
-1
/
+7
*
idmap_autorid: add new function idmap_autorid_setrange()
Michael Adam
2013-10-02
2
-0
/
+26
*
idmap_autorid: factor out domain range adding code into a separate function
Michael Adam
2013-10-02
1
-23
/
+117
*
idmap_autorid: add idmap_autorid_getrange()
Michael Adam
2013-10-02
2
-0
/
+41
*
idmap_autorid: improve a debug message in idmap_autorid_getrange_int()
Michael Adam
2013-10-02
1
-1
/
+2
*
idmap_autorid: factor out domain range fetching part from idmap_autorid_get_d...
Atul Kulkarni
2013-10-02
1
-20
/
+38
*
idmap_autorid: Use fstr_sprintf in idmap_autorid_build_keystr()
Volker Lendecke
2013-10-02
1
-2
/
+2
*
idmap_autorid: factor building of the keystr into a function
Michael Adam
2013-10-02
1
-12
/
+20
*
idmap_autorid: remove fstring keystr from autorid_range_config
Atul Kulkarni
2013-10-02
2
-8
/
+16
*
idmap_autorid: remove autorid_global_config member from autorid_range_config
Atul Kulkarni
2013-10-02
3
-15
/
+17
*
idmap_autorid: improve idmap_autorid_saveconfig() by adding a talloc stackframe
Michael Adam
2013-10-02
1
-9
/
+8
*
idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...
Atul Kulkarni
2013-10-02
2
-56
/
+61
[next]