summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliprint.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28s3:libsmb: get rid of cli_state_server_time_zoneLuk Claes1-1/+2
2011-09-13s3:libsmb: make use of cli_state_server_time_zone()Stefan Metzmacher1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-04Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison1-6/+6
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-01-17s3: Remove some unused codeVolker Lendecke1-105/+0
2010-08-05s3: Remove some pointless wrapper functionsVolker Lendecke1-1/+2
2009-11-14s3: Tiny logic simplificationVolker Lendecke1-10/+11
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-1/+1
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-2/+2
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-32/+32
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+2
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-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-2/+2
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-6/+6
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-6/+6
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter1-0/+105
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-2/+3
2003-07-23fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell1-6/+6
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+158