summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clirap2.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-27/+36
|
* 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.
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
| | | | | | warnings. (Adds a lot of const). Andrew Bartlett
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+5
|
* 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