summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clirap2.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-5/+5
| | | | | | Replaced with "unsigned int". Jeremy. (This used to be commit 5841ca54b6a8c36f3d76c12570ff8f2211ed2363)
* Removed version number from file header.Tim Potter2002-01-301-1/+0
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Got serious about const again.Jeremy Allison2001-11-041-24/+29
| | | | | | | | REMOVED BZERO CALLS YET AGAIN !!! Why do these keep creeping back in.... They are *NOT* POSIX. I'm also thinking of removing strncpy as I'm sure it's not being used correctly.... Jeremy. (This used to be commit b1930abb35dee74f858a3f7190276c418af2322b)
* Added support for UserListGroups, ServiceEnumSteve French2001-11-031-0/+125
| | | | (This used to be commit 4e882289b0e291bb57d48fc2b2120919632daa5f)
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-1/+1
| | | | | | in a tdb. Jeremy. (This used to be commit 058ae6b58f61ef46013dd076af3a84de5fbaaab1)
* Add additional client RAP callsJim McDonough2001-10-191-0/+1832
(This used to be commit b94427ddd55c177145da2665afe3d3a3682db031)