Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h to | Tim Potter | 2001-09-12 | 1 | -16/+5 |
| | | | | fit in with new error reporting subsystem. | ||||
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵ | Andrew Tridgell | 2001-09-04 | 1 | -1/+1 |
| | | | | the client code still needs some work | ||||
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -5/+5 |
| | |||||
* | Separated dfs pipe into implementation and interface modules. | Jeremy Allison | 2001-02-27 | 1 | -1/+8 |
| | | | | | | rpc_parse/parse_dfs.c: Had to add buffer overrun checking ! HOW DID THIS GET IN HERE ! rpc_parse/parse_prs.c: Ensure prs_alloc_mem does a memset of zero before returning. Jeremy. | ||||
* | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 2000-05-18 | 1 | -0/+202 |
on the samba server. |