summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-10-05shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam1-2/+20
2013-10-05shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam1-4/+4
2013-10-05shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam1-0/+7
2013-10-05shadow_copy2: implement disk_freeMichael Adam1-0/+37
2013-10-05shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam1-0/+29
2013-10-05shadow_copy2: add snapshot_basepath to the config.Michael Adam1-0/+11
2013-10-05shadow_copy2: add rel_connectpath to config.Michael Adam1-0/+12
2013-10-05shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam1-5/+38
2013-10-05shadow_copy2: re-add the basedir option.Michael Adam1-0/+56
2013-10-05shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam1-0/+7
2013-10-05shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam1-0/+10
2013-10-05shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam1-28/+145
2013-10-05shadow_copy2: add comment explaining the SMB level GMT format patternMichael Adam1-1/+9
2013-10-05shadow_copy2: add comment block explaining shadow_copy2_convert()Michael Adam1-0/+5
2013-10-05shadow_copy2: add comment block explaining shadow_copy2_insert_string()Michael Adam1-0/+5
2013-10-05shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()Michael Adam1-0/+4
2013-10-05shadow_copy2: add header comment explaining have_snapdir()Michael Adam1-0/+6
2013-10-05shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()Michael Adam1-0/+5
2013-10-05shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()Michael Adam1-3/+6
2013-10-03Remove dead code. Now we have no SWAT we don't use the invalid_services array...Jeremy Allison1-37/+12
2013-10-02smbd:smb2: fix error code when the header says the request is signed but we d...Michael Adam1-1/+1
2013-10-02s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is requiredStefan Metzmacher1-1/+1
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