summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clirap2.c
Commit message (Expand)AuthorAgeFilesLines
* s3: QNX doesn't know uint - replace with uint_tBjörn Jacke2009-07-071-4/+4
* fix build warning.Günther Deschner2008-07-151-2/+5
* Apply some const in clirap.Günther Deschner2008-04-021-1/+1
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-1684/+2211
* Whitespace cleanup.Jeremy Allison2007-11-301-209/+201
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
* Add net rap file userKarolin Seeger2007-10-181-1/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-2/+2
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-2/+2
* r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.Volker Lendecke2007-10-101-0/+56
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r16606: Klocwork #1990. Malloc the correct size.Jeremy Allison2007-10-101-2/+12
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman2007-10-101-24/+17
* r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not go...Volker Lendecke2007-10-101-0/+124
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-27/+36
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* 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
* Got serious about const again.Jeremy Allison2001-11-041-24/+29
* 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
* Add additional client RAP callsJim McDonough2001-10-191-0/+1832