summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-01-17s3: Avoid a few calls to cli_errstrVolker Lendecke1-6/+10
2010-12-20s3: Remove unused "retry" from cli_start_connectionVolker Lendecke1-1/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-3/+2
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-1/+1
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-3/+6
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-08-14smbspool: Fix printing on port 139.Karolin Seeger1-1/+1
2008-08-07Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison1-1/+1
2008-05-30From Michael R Sweet <mike@easysw.com>.Jeremy Allison1-1/+1
2008-04-21smbspool: Fix the smbspool build.James Peach1-11/+15
2008-04-21smbspool: minor formatting cleanups.James Peach1-88/+133
2008-04-21smbspool: Run indent to approximate conding standards.James Peach1-533/+485
2008-04-21smbspool: add my copyright.James Peach1-0/+1
2008-04-21smbspool: Fix CUPS authentication protocol support.Mike Sweet1-34/+75
2008-04-21smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet1-144/+87
2008-03-06Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman1-2/+1
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-1/+20
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-11/+19
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
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-10r23527: Use existing escaping function pointed by JamesSimo Sorce1-27/+3
2007-10-10r23524: Fix bug 2319.Simo Sorce1-13/+60
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-3/+4
2007-10-10r16608: Klocwork #2035. Null deref (bit of a stretch... :-).Jeremy Allison1-2/+4
2007-10-10r15552: Fix segfault...Günther Deschner1-0/+2
2007-10-10r15448: New autoconf macro to test for sysconf variables.James Peach1-1/+0
2007-10-10r14176: Fix coverity bug #30. Ensure no possible null deref.Jeremy Allison1-2/+7
2007-10-10r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner1-10/+0
2007-10-10r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner1-2/+12
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12015: When smbspool tries to connect to a printer shared on a standaloneGünther Deschner1-1/+14
2007-10-10r11790: Avoid infinite retry to gather a connection.Günther Deschner1-3/+11
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-5/+6
2007-10-10r10590: merging lost fix from the release branchGerald Carter1-0/+2
2007-10-10r10554: * BUG 3057: assume x64 drivers are v3 driversGerald Carter1-6/+6
2007-10-10r9736: be a little more verbose on error.Günther Deschner1-5/+5
2007-10-10r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison1-2/+4
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7879: fix compile issue caused by not statoc value for intializing cpp macrosGerald Carter1-2/+2
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-2/+2
2007-10-10r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Viza...Gerald Carter1-21/+203
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+2
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter1-3/+3
2007-10-10r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison1-4/+4