summaryrefslogtreecommitdiff
path: root/source3/msdfs/parse_dfs_map.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-17Corrected minor parsing errors.Shirish Kalele1-3/+4
Not adding a Dfs junction to msdfs.tdb if it doesn't have any referred paths as parsed from the dfsmap file. (This used to be commit 462ea8b7fdaa528c3e9bfaca4fdd031888157124)
2000-04-17When parsing a dfs map for a service, see if the mount points exist that standShirish Kalele1-3/+27
for token junction points in the Dfs. If not, create these mount points as subdirectories of the service directory. (This used to be commit 3b79df24687afce4780884b7a784661f69752fe1)
2000-03-10Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele1-11/+3
(This used to be commit 6ce72c37429c3fc0629fdbd5f5656f07970a8e4a)
2000-03-10Cleaning warnings from configure.developerShirish Kalele1-26/+28
(This used to be commit c48579a4fc6c17126712f3a9a9c5212063a6a24d)
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-2/+2
undecoded, nothing in MSDN, but now it works :-) cleanup of error codes. fixed some dfs declarations function. J.F. (This used to be commit 87da4404aba29a2ebd999886e4c06958c96d3e05)
2000-03-09Corrected DEBUG messages.Shirish Kalele1-5/+5
(This used to be commit a2d62cd30a25e745c4df7ecd6675babc853238f4)
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+261
* added a new msdfs/ directory under source/ * added msdfs sources under this directory. * modified configure setup to add a --with-msdfs configure time option Modified Files: Makefile.in acconfig.h configure configure.in include/config.h.in include/includes.h include/proto.h include/smb.h include/smb_macros.h param/loadparm.c smbd/negprot.c smbd/nttrans.c smbd/process.c smbd/reply.c smbd/server.c smbd/trans2.c Added Files: include/msdfs.h msdfs/README msdfs/msdfs.c msdfs/msdfs_tdb.c msdfs/parse_dfs_map.c ---------------------------------------------------------------------- (This used to be commit 4684b4a188b54493dbe7f0de2909a8d3c5c3ebf9)