summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:torture:spoolss: use smb2_connect() instead of smb2_connet_ext()Michael Adam2013-10-051-12/+11
* s4:torture:smb2: fix a comment in the durable-open.lock-oplock testMichael Adam2013-10-051-1/+1
* samba_backup: fix bug, add command line parameter, improve error messagesBrian Martin2013-10-051-15/+37
* shadow_copy2: use stored mount_point instead of recalculating.Michael Adam2013-10-051-9/+1
* shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam2013-10-051-1/+2
* shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam2013-10-051-2/+45
* shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam2013-10-051-0/+2
* shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam2013-10-051-1/+1
* shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam2013-10-051-0/+30
* shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam2013-10-051-1/+11
* shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam2013-10-051-0/+37
* shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam2013-10-051-21/+47
* shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam2013-10-051-2/+20
* shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam2013-10-051-4/+4
* shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam2013-10-051-0/+7
* shadow_copy2: implement disk_freeMichael Adam2013-10-051-0/+37
* shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam2013-10-051-0/+29
* shadow_copy2: add snapshot_basepath to the config.Michael Adam2013-10-051-0/+11
* shadow_copy2: add rel_connectpath to config.Michael Adam2013-10-051-0/+12
* shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam2013-10-051-5/+38
* shadow_copy2: re-add the basedir option.Michael Adam2013-10-051-0/+56
* shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam2013-10-051-0/+7
* shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam2013-10-051-28/+145
* shadow_copy2: add comment explaining the SMB level GMT format patternMichael Adam2013-10-051-1/+9
* shadow_copy2: add comment block explaining shadow_copy2_convert()Michael Adam2013-10-051-0/+5
* shadow_copy2: add comment block explaining shadow_copy2_insert_string()Michael Adam2013-10-051-0/+5
* shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()Michael Adam2013-10-051-0/+4
* shadow_copy2: add header comment explaining have_snapdir()Michael Adam2013-10-051-0/+6
* shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+5
* shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()Michael Adam2013-10-051-3/+6
* Revert "Support UPN_DNS_INFO in the PAC"Stefan Metzmacher2013-10-031-9/+7
* Remove dead code. Now we have no SWAT we don't use the invalid_services array...Jeremy Allison2013-10-031-37/+12
* smbd:smb2: fix error code when the header says the request is signed but we d...Michael Adam2013-10-021-1/+1
* s3:smb2_server: don't rely on the SMB2_HDR_FLAG_SIGNED if signing is requiredStefan Metzmacher2013-10-021-1/+1
* librpc: Fix blank line endingsVolker Lendecke2013-10-021-8/+8
* libndr: Fix ndr_print_bitmap_flag for value=0Volker Lendecke2013-10-021-0/+4
* librpc: return a ndr_pull_error instead of just NDR_ERR_NDR64 when upper bits...Matthieu Patou2013-10-021-1/+2
* net: allow "net idmap get ranges" to list all rangesMichael Adam2013-10-021-5/+7
* idmap_autorid: allow iterate functions to operate on all domain rangesMichael Adam2013-10-021-4/+2
* net: implement "net idmap delete ranges"Michael Adam2013-10-021-0/+67
* idmap_autorid: add idmap_autorid_delete_domain_ranges()Michael Adam2013-10-022-0/+90
* net: add "net idmap get ranges" operation for autoridMichael Adam2013-10-021-0/+78
* idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()Michael Adam2013-10-022-0/+216
* net: implement "net idmap delete range"Michael Adam2013-10-021-0/+95
* idmap_autorid: add idmap_autorid_delete_range_by_num()Michael Adam2013-10-022-0/+129
* idmap_autorid: add idmap_autorid_delete_range_by_sid()Michael Adam2013-10-022-0/+130
* idmap_autorid: add idmap_autorid_build_keystr_talloc()Michael Adam2013-10-021-0/+17
* idmap_autorid: extend idmap_autorid_addrange to allow to set mappings below t...Michael Adam2013-10-021-21/+40