summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clirap.c
Commit message (Collapse)AuthorAgeFilesLines
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-8/+44
| | | | | | | to modifiy any routine that calls it to pass NULL and so forth. Should have no impact. It compiles OK. (This used to be commit 7f862e387f935a2125481338eee850afcb8d82ba)
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-071-0/+1
| | | | | Jeremy. (This used to be commit 279d0ec656b03f9266e38b013f16b69e7571c0d5)
* - added some error checkingAndrew Tridgell2000-04-301-64/+66
| | | | | - removed the VTP hook in smbd (This used to be commit 09355fcd50e6c9c0c81e5f70ab9b7ff88aa897bf)
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+591
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier (This used to be commit 10c5470835b43116ed48b3137c3b9cc867a20989)