summaryrefslogtreecommitdiff
path: root/source3/msdfs/msdfs_tdb.c
AgeCommit message (Collapse)AuthorFilesLines
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele1-1/+1
Found that Jeremy had already made some of the changes. (This used to be commit ca02d9f8219265f80fe11236c8c146db1dbb1ae2)
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-1/+5
(This used to be commit a2d62cd30a25e745c4df7ecd6675babc853238f4)
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+264
* 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)