summaryrefslogtreecommitdiffstats
path: root/source/client/smbspool.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7879: fix compile issue caused by not statoc value for intializing cpp macrosGerald Carter2007-10-101-2/+2
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-2/+2
* r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Viza...Gerald Carter2007-10-101-21/+203
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-2/+2
* r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter2007-10-101-3/+3
* r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison2007-10-101-4/+4
* r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows youJelmer Vernooij2007-10-101-4/+16
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* fix dumb perror used without errno beeing set.Simo Sorce2003-02-151-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-7/+7
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-9/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-57/+11