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-05
shadow_copy2: use stored mount_point instead of recalculating.
Michael Adam
1
-9
/
+1
2013-10-05
shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
Michael Adam
1
-1
/
+2
2013-10-05
shadow_copy2: fix shadow_copy2_convert() in the classical case.
Michael Adam
1
-2
/
+45
2013-10-05
shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...
Michael Adam
1
-0
/
+2
2013-10-05
shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()
Michael Adam
1
-1
/
+1
2013-10-05
shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case
Michael Adam
1
-0
/
+30
2013-10-05
shadow_copy2: add some debug to shadow_copy2_strip_snapshot()
Michael Adam
1
-1
/
+11
2013-10-05
shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()
Michael Adam
1
-0
/
+10
2013-10-05
shadow_copy2: introduce shadow_copy2_snapshot_path()
Michael Adam
1
-0
/
+37
2013-10-05
shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...
Michael Adam
1
-21
/
+47
2013-10-05
shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...
Michael Adam
1
-2
/
+20
2013-10-05
shadow_copy2: make shadow_copy2_find_snapdir() return const char *
Michael Adam
1
-4
/
+4
2013-10-05
shadow_copy2: in the classical case, use configured path in shadow_copy2_find...
Michael Adam
1
-0
/
+7
2013-10-05
shadow_copy2: implement disk_free
Michael Adam
1
-0
/
+37
2013-10-05
shadow_copy2: log resulting config at the end of shadow_copy2_connect()
Michael Adam
1
-0
/
+29
2013-10-05
shadow_copy2: add snapshot_basepath to the config.
Michael Adam
1
-0
/
+11
2013-10-05
shadow_copy2: add rel_connectpath to config.
Michael Adam
1
-0
/
+12
2013-10-05
shadow_copy2: introduce "shadow:mountpoint" option
Michael Adam
1
-5
/
+38
2013-10-05
shadow_copy2: re-add the basedir option.
Michael Adam
1
-0
/
+56
2013-10-05
shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.
Michael Adam
1
-0
/
+7
2013-10-05
shadow_copy2: introduce the bool "snapdir_absolute" in the config.
Michael Adam
1
-0
/
+10
2013-10-05
shadow_copy2: introduce config struct and function shadow_copy2_connect()
Michael Adam
1
-28
/
+145
2013-10-05
shadow_copy2: add comment explaining the SMB level GMT format pattern
Michael Adam
1
-1
/
+9
2013-10-05
shadow_copy2: add comment block explaining shadow_copy2_convert()
Michael Adam
1
-0
/
+5
2013-10-05
shadow_copy2: add comment block explaining shadow_copy2_insert_string()
Michael Adam
1
-0
/
+5
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
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
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
[next]