summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-10-02net: allow "net idmap get ranges" to list all rangesMichael Adam1-5/+7
2013-10-02idmap_autorid: allow iterate functions to operate on all domain rangesMichael Adam1-4/+2
2013-10-02net: implement "net idmap delete ranges"Michael Adam1-0/+67
2013-10-02idmap_autorid: add idmap_autorid_delete_domain_ranges()Michael Adam2-0/+90
2013-10-02net: add "net idmap get ranges" operation for autoridMichael Adam1-0/+78
2013-10-02idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()Michael Adam2-0/+216
2013-10-02net: implement "net idmap delete range"Michael Adam1-0/+95
2013-10-02idmap_autorid: add idmap_autorid_delete_range_by_num()Michael Adam2-0/+129
2013-10-02idmap_autorid: add idmap_autorid_delete_range_by_sid()Michael Adam2-0/+130
2013-10-02idmap_autorid: add idmap_autorid_build_keystr_talloc()Michael Adam1-0/+17
2013-10-02idmap_autorid: extend idmap_autorid_addrange to allow to set mappings below t...Michael Adam1-21/+40
2013-10-02net: implement "net idmap get range"Michael Adam1-0/+86
2013-10-02idmap_autorid: improve clarity of idmap_autorid_addrange_action() by adding m...Michael Adam1-7/+8
2013-10-02net: add "net idmap set range" (for autorid backend)Michael Adam1-0/+83
2013-10-02net idmap: add utility function parse_uint32()Volker Lendecke1-0/+24
2013-10-02net: add "net idmap get config" to read the autorid config from the databaseAtul Kulkarni1-0/+50
2013-10-02net: add "net idmap get" commandMichael Adam1-0/+17
2013-10-02net: add "net idmap set config" command to store the autorid global configAtul Kulkarni1-0/+47
2013-10-02idmap_autorid: add idmap_autorid_saveconfigstr()Michael Adam2-0/+25
2013-10-02net: add new function net_idmap_opendb_autorid()Atul Kulkarni2-1/+53
2013-10-02net: rename "idmap_dump_ctx" to "net_idmap_ctx".Michael Adam1-6/+6
2013-10-02net: move the "net idmap delete" functionality to subcommand "net idmap delet...Michael Adam1-5/+24
2013-10-02net: add the "net idmap set secret" subcommand as alias for "net idmap secret"Michael Adam1-1/+9
2013-10-02net: move the "net idmap set" functionality to subcommand "net idmap set mapp...Michael Adam1-3/+21
2013-10-02net: rename "net idmap setmap" to "net idmap set"Michael Adam1-2/+3
2013-10-02net: improve help text for "net idmap restore"Michael Adam1-1/+1
2013-10-02net: improve help text for "net idmap dump"Michael Adam1-1/+1
2013-10-02idmap_autorid: add a comment explaining idmap_autorid_saveconfig()Michael Adam1-0/+7
2013-10-02idmap_autorid: add a comment explaining idmap_autorid_loadconfig()Michael Adam1-0/+3
2013-10-02idmap_autorid: add a comment explaining idmap_autorid_db_init()Michael Adam1-0/+6
2013-10-02idmap_autorid: add a comment explaining idmap_autorid_init_hwm()Michael Adam1-0/+4
2013-10-02idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()Michael Adam1-0/+7
2013-10-02idmap_autorid: Don't use db as a temporary talloc context.Michael Adam1-1/+1
2013-10-02idmap_autorid: improve two debug messages by printing NT error codesMichael Adam1-3/+3
2013-10-02idmap_autorid: fix a debug message in idmap_autorid_addrange()Michael Adam1-2/+2
2013-10-02idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...Michael Adam1-1/+7
2013-10-02idmap_autorid: add new function idmap_autorid_setrange()Michael Adam2-0/+26
2013-10-02idmap_autorid: factor out domain range adding code into a separate functionMichael Adam1-23/+117
2013-10-02idmap_autorid: add idmap_autorid_getrange()Michael Adam2-0/+41
2013-10-02idmap_autorid: improve a debug message in idmap_autorid_getrange_int()Michael Adam1-1/+2
2013-10-02idmap_autorid: factor out domain range fetching part from idmap_autorid_get_d...Atul Kulkarni1-20/+38
2013-10-02idmap_autorid: Use fstr_sprintf in idmap_autorid_build_keystr()Volker Lendecke1-2/+2
2013-10-02idmap_autorid: factor building of the keystr into a functionMichael Adam1-12/+20
2013-10-02idmap_autorid: remove fstring keystr from autorid_range_configAtul Kulkarni2-8/+16
2013-10-02idmap_autorid: remove autorid_global_config member from autorid_range_configAtul Kulkarni3-15/+17
2013-10-02idmap_autorid: improve idmap_autorid_saveconfig() by adding a talloc stackframeMichael Adam1-9/+8
2013-10-02idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni2-56/+61
2013-10-01idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam3-10/+24
2013-10-01idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...Michael Adam2-11/+32
2013-10-01idmap_autorid: rename TALLOC_CTX argument of idmap_autorid_loadconfig() to me...Michael Adam1-3/+3