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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-05
shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()
Michael Adam
1
-0
/
+4
2013-10-05
shadow_copy2: add header comment explaining have_snapdir()
Michael Adam
1
-0
/
+6
2013-10-05
shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()
Michael Adam
1
-0
/
+5
2013-10-05
shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()
Michael Adam
1
-3
/
+6
2013-10-03
Revert "Support UPN_DNS_INFO in the PAC"
Stefan Metzmacher
1
-9
/
+7
2013-10-03
Remove dead code. Now we have no SWAT we don't use the invalid_services array...
Jeremy Allison
1
-37
/
+12
2013-10-02
smbd:smb2: fix error code when the header says the request is signed but we d...
Michael Adam
1
-1
/
+1
2013-10-02
s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is required
Stefan Metzmacher
1
-1
/
+1
2013-10-02
librpc: Fix blank line endings
Volker Lendecke
1
-8
/
+8
2013-10-02
libndr: Fix ndr_print_bitmap_flag for value=0
Volker Lendecke
1
-0
/
+4
2013-10-02
librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...
Matthieu Patou
1
-1
/
+2
2013-10-02
net: allow "net idmap get ranges" to list all ranges
Michael Adam
1
-5
/
+7
2013-10-02
idmap_autorid: allow iterate functions to operate on all domain ranges
Michael Adam
1
-4
/
+2
2013-10-02
net: implement "net idmap delete ranges"
Michael Adam
1
-0
/
+67
2013-10-02
idmap_autorid: add idmap_autorid_delete_domain_ranges()
Michael Adam
2
-0
/
+90
2013-10-02
net: add "net idmap get ranges" operation for autorid
Michael Adam
1
-0
/
+78
2013-10-02
idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()
Michael Adam
2
-0
/
+216
2013-10-02
net: implement "net idmap delete range"
Michael Adam
1
-0
/
+95
2013-10-02
idmap_autorid: add idmap_autorid_delete_range_by_num()
Michael Adam
2
-0
/
+129
2013-10-02
idmap_autorid: add idmap_autorid_delete_range_by_sid()
Michael Adam
2
-0
/
+130
2013-10-02
idmap_autorid: add idmap_autorid_build_keystr_talloc()
Michael Adam
1
-0
/
+17
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
[prev]
[next]