summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows youJelmer Vernooij1-4/+16
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-02-15fix dumb perror used without errno beeing set.Simo Sorce1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+7
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-9/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-57/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+2
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-6/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+0
2001-07-03Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison1-4/+26
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison1-1/+1
2001-04-22a couple of minor merges from 2_2Andrew Tridgell1-1/+1