summaryrefslogtreecommitdiffstats
path: root/source/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.
* Removed version number from file header.Tim Potter2002-01-301-1/+0
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* 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.
* Added support for UserListGroups, ServiceEnumSteve French2001-11-031-0/+125
|
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-1/+1
| | | | | in a tdb. Jeremy.
* Add additional client RAP callsJim McDonough2001-10-191-0/+1832