summaryrefslogtreecommitdiffstats
path: root/source3/client/smbspool.c
Commit message (Expand)AuthorAgeFilesLines
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-1/+1
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-1/+1
* s3:client: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-2/+2
* s3:client: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3:smbspool: use lp_load_client()Michael Adam2011-07-281-3/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-261-6/+11
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Avoid a few calls to cli_errstrVolker Lendecke2011-01-171-6/+10
* s3: Remove unused "retry" from cli_start_connectionVolker Lendecke2010-12-201-1/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-3/+2
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-1/+1
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-3/+6
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* smbspool: Fix printing on port 139.Karolin Seeger2008-08-141-1/+1
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-071-1/+1
* From Michael R Sweet <mike@easysw.com>.Jeremy Allison2008-05-301-1/+1
* smbspool: Fix the smbspool build.James Peach2008-04-211-11/+15
* smbspool: minor formatting cleanups.James Peach2008-04-211-88/+133
* smbspool: Run indent to approximate conding standards.James Peach2008-04-211-533/+485
* smbspool: add my copyright.James Peach2008-04-211-0/+1
* smbspool: Fix CUPS authentication protocol support.Mike Sweet2008-04-211-34/+75
* smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet2008-04-211-144/+87
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-061-2/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-1/+20
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-11/+19
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* 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
* r23527: Use existing escaping function pointed by JamesSimo Sorce2007-10-101-27/+3
* r23524: Fix bug 2319.Simo Sorce2007-10-101-13/+60
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-3/+4
* r16608: Klocwork #2035. Null deref (bit of a stretch... :-).Jeremy Allison2007-10-101-2/+4
* r15552: Fix segfault...Günther Deschner2007-10-101-0/+2
* r15448: New autoconf macro to test for sysconf variables.James Peach2007-10-101-1/+0
* r14176: Fix coverity bug #30. Ensure no possible null deref.Jeremy Allison2007-10-101-2/+7
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2007-10-101-10/+0
* r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2007-10-101-2/+12
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12015: When smbspool tries to connect to a printer shared on a standaloneGünther Deschner2007-10-101-1/+14
* r11790: Avoid infinite retry to gather a connection.Günther Deschner2007-10-101-3/+11
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-5/+6
* r10590: merging lost fix from the release branchGerald Carter2007-10-101-0/+2
* r10554: * BUG 3057: assume x64 drivers are v3 driversGerald Carter2007-10-101-6/+6
* r9736: be a little more verbose on error.Günther Deschner2007-10-101-5/+5
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-101-2/+4