summaryrefslogtreecommitdiff
path: root/source3/libsmb/clirap2.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: clang: Fix 'Value stored to 'p' is never read' warningNoel Power2019-08-271-4/+3
* s3:libsmb/clirap: remove unused cli_get_server_*() functionsStefan Metzmacher2016-07-061-144/+0
* s3/libsmb/clirap2.c: use actual buffer sizeAurelien Aptel2016-02-271-1/+1
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-15/+15
* libsmb: Fix CID 241313 Array compared against 0Volker Lendecke2013-11-111-4/+2
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+6
* libsmbclient: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-3/+4
* s3:libsmb/clirap2: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-4/+5
* s3: Remove two uses of cli_errstrVolker Lendecke2011-07-031-4/+8
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3: Fix bug 8009 - net rap session cannot get usernameVolker Lendecke2011-03-141-1/+1
* Revert "s3: Fix bug 8009"Volker Lendecke2011-03-131-1/+1
* s3: Fix bug 8009Volker Lendecke2011-03-121-1/+1
* s3-rap: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* s3: fix some build warnings.Günther Deschner2010-04-261-6/+6
* s3: use generated rap header.Günther Deschner2010-04-261-3/+4
* Change uint_t to unsigned int in source3Matt Kraai2010-02-021-4/+4
* 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