summaryrefslogtreecommitdiff
path: root/source3/libsmb/clirap2.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+6
2012-06-12libsmbclient: fix use of a non-existent word (existant)Michael Adam1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-3/+4
2011-07-22s3:libsmb/clirap2: make use of cli_state_remote_name()Stefan Metzmacher1-4/+5
2011-07-03s3: Remove two uses of cli_errstrVolker Lendecke1-4/+8
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-03-14s3: Fix bug 8009 - net rap session cannot get usernameVolker Lendecke1-1/+1
2011-03-13Revert "s3: Fix bug 8009"Volker Lendecke1-1/+1
2011-03-12s3: Fix bug 8009Volker Lendecke1-1/+1
2010-08-06s3-rap: include svcctl.h where needed.Günther Deschner1-0/+1
2010-04-26s3: fix some build warnings.Günther Deschner1-6/+6
2010-04-26s3: use generated rap header.Günther Deschner1-3/+4
2010-02-02Change uint_t to unsigned int in source3Matt Kraai1-4/+4
2009-07-07s3: QNX doesn't know uint - replace with uint_tBjörn Jacke1-4/+4
2008-07-15fix build warning.Günther Deschner1-2/+5
2008-04-02Apply some const in clirap.Günther Deschner1-1/+1
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison1-1684/+2211
2007-11-30Whitespace cleanup.Jeremy Allison1-209/+201
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-8/+8
2007-10-18Add net rap file userKarolin Seeger1-1/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-2/+2
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-2/+2
2007-10-10r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.Volker Lendecke1-0/+56
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16606: Klocwork #1990. Malloc the correct size.Jeremy Allison1-2/+12
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman1-24/+17
2007-10-10r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not go...Volker Lendecke1-0/+124
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-27/+36
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+5
2002-01-30Removed version number from file header.Tim Potter1-1/+0
2001-11-04Got serious about const again.Jeremy Allison1-24/+29
2001-11-03Added support for UserListGroups, ServiceEnumSteve French1-0/+125
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-1/+1
2001-10-19Add additional client RAP callsJim McDonough1-0/+1832