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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-02
idmap_autorid: extend idmap_autorid_addrange to allow to set mappings below t...
Michael Adam
1
-21
/
+40
2013-10-02
net: implement "net idmap get range"
Michael Adam
1
-0
/
+86
2013-10-02
idmap_autorid: improve clarity of idmap_autorid_addrange_action() by adding m...
Michael Adam
1
-7
/
+8
2013-10-02
net: add "net idmap set range" (for autorid backend)
Michael Adam
1
-0
/
+83
2013-10-02
net idmap: add utility function parse_uint32()
Volker Lendecke
1
-0
/
+24
2013-10-02
net: add "net idmap get config" to read the autorid config from the database
Atul Kulkarni
1
-0
/
+50
2013-10-02
net: add "net idmap get" command
Michael Adam
1
-0
/
+17
2013-10-02
net: add "net idmap set config" command to store the autorid global config
Atul Kulkarni
1
-0
/
+47
2013-10-02
idmap_autorid: add idmap_autorid_saveconfigstr()
Michael Adam
2
-0
/
+25
2013-10-02
net: add new function net_idmap_opendb_autorid()
Atul Kulkarni
2
-1
/
+53
2013-10-02
net: rename "idmap_dump_ctx" to "net_idmap_ctx".
Michael Adam
1
-6
/
+6
2013-10-02
net: move the "net idmap delete" functionality to subcommand "net idmap delet...
Michael Adam
1
-5
/
+24
2013-10-02
net: add the "net idmap set secret" subcommand as alias for "net idmap secret"
Michael Adam
1
-1
/
+9
2013-10-02
net: move the "net idmap set" functionality to subcommand "net idmap set mapp...
Michael Adam
1
-3
/
+21
2013-10-02
net: rename "net idmap setmap" to "net idmap set"
Michael Adam
1
-2
/
+3
2013-10-02
net: improve help text for "net idmap restore"
Michael Adam
1
-1
/
+1
2013-10-02
net: improve help text for "net idmap dump"
Michael Adam
1
-1
/
+1
2013-10-02
idmap_autorid: add a comment explaining idmap_autorid_saveconfig()
Michael Adam
1
-0
/
+7
2013-10-02
idmap_autorid: add a comment explaining idmap_autorid_loadconfig()
Michael Adam
1
-0
/
+3
2013-10-02
idmap_autorid: add a comment explaining idmap_autorid_db_init()
Michael Adam
1
-0
/
+6
2013-10-02
idmap_autorid: add a comment explaining idmap_autorid_init_hwm()
Michael Adam
1
-0
/
+4
2013-10-02
idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()
Michael Adam
1
-0
/
+7
2013-10-02
idmap_autorid: Don't use db as a temporary talloc context.
Michael Adam
1
-1
/
+1
2013-10-02
idmap_autorid: improve two debug messages by printing NT error codes
Michael Adam
1
-3
/
+3
2013-10-02
idmap_autorid: fix a debug message in idmap_autorid_addrange()
Michael Adam
1
-2
/
+2
2013-10-02
idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...
Michael Adam
1
-1
/
+7
2013-10-02
idmap_autorid: add new function idmap_autorid_setrange()
Michael Adam
2
-0
/
+26
2013-10-02
idmap_autorid: factor out domain range adding code into a separate function
Michael Adam
1
-23
/
+117
2013-10-02
idmap_autorid: add idmap_autorid_getrange()
Michael Adam
2
-0
/
+41
2013-10-02
idmap_autorid: improve a debug message in idmap_autorid_getrange_int()
Michael Adam
1
-1
/
+2
2013-10-02
idmap_autorid: factor out domain range fetching part from idmap_autorid_get_d...
Atul Kulkarni
1
-20
/
+38
2013-10-02
idmap_autorid: Use fstr_sprintf in idmap_autorid_build_keystr()
Volker Lendecke
1
-2
/
+2
2013-10-02
idmap_autorid: factor building of the keystr into a function
Michael Adam
1
-12
/
+20
2013-10-02
idmap_autorid: remove fstring keystr from autorid_range_config
Atul Kulkarni
2
-8
/
+16
2013-10-02
idmap_autorid: remove autorid_global_config member from autorid_range_config
Atul Kulkarni
3
-15
/
+17
2013-10-02
idmap_autorid: improve idmap_autorid_saveconfig() by adding a talloc stackframe
Michael Adam
1
-9
/
+8
2013-10-02
idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...
Atul Kulkarni
2
-56
/
+61
2013-10-01
idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUS
Michael Adam
3
-10
/
+24
2013-10-01
idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...
Michael Adam
2
-11
/
+32
2013-10-01
idmap_autorid: rename TALLOC_CTX argument of idmap_autorid_loadconfig() to me...
Michael Adam
1
-3
/
+3
2013-10-01
idmap_autorid: refactor idmap_autorid_loadconfig to use idmap_config_getconfi...
Michael Adam
1
-6
/
+3
2013-10-01
idmap_autorid_tdb: add idmap_autorid_getconfigstr()
Michael Adam
2
-0
/
+60
2013-10-01
idmap_autorid: extract common code to separate file
Atul Kulkarni
4
-278
/
+354
2013-10-01
idmap_autorid: remove the ignore_builtin bool from the global_config struct
Michael Adam
1
-4
/
+5
2013-10-01
idmap_autorid: add path, and db parameters to idmap_autorid_db_init()
Atul Kulkarni
1
-12
/
+14
2013-10-01
idmap_autorid: add a db_context argument to idmap_autorid_init_hwm()
Michael Adam
1
-7
/
+7
2013-10-01
idmap_autorid: add a db_context argument to idmap_autorid_saveconfig()
Michael Adam
1
-4
/
+4
2013-10-01
idmap_autorid: add a db_context argument to idmap_autorid_loadconfig()
Michael Adam
1
-3
/
+4
2013-10-01
idmap_autorid: add a db_context argument to idmap_autorid_get_domainrange()
Michael Adam
1
-5
/
+7
2013-09-27
Stop use after free
Alistair Leslie-Hughes
1
-1
/
+5
[prev]
[next]