summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clirap2.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-27/+36
| | | | (This used to be commit a6a39c61e8228c8b3b7552ab3c61ec3a6a639143)
* Removed strupper/strlower macros that automatically map to ↵Jeremy Allison2003-07-031-2/+2
| | | | | | | | strupper_m/strlower_m. I really want people to think about when they're using multibyte strings. Jeremy. (This used to be commit ff222716a08af65d26ad842ce4c2841cc6540959)
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+5
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* 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)