summaryrefslogtreecommitdiffstats
path: root/source/client/smbspool.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23527: Use existing escaping function pointed by JamesSimo Sorce2007-06-161-27/+3
|
* r23524: Fix bug 2319.Simo Sorce2007-06-161-13/+60
| | | | | | Got report this is all ok form a tester. Close a loong standing bug preventing people to freely use any character in their password when printing via cups were involved.
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-3/+4
|
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-2/+4
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-1/+2
|
* r14176: Fix coverity bug #30. Ensure no possible null deref.Jeremy Allison2006-03-101-2/+7
| | | | Jeremy.
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2006-03-101-10/+0
| | | | | | over --with-kcm. No time to look after it for the moment. Guenther
* r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2006-03-101-2/+12
| | | | Guenther
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2006-01-281-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r12015: When smbspool tries to connect to a printer shared on a standaloneGünther Deschner2005-12-021-1/+14
| | | | | | | Windows XP box, smbspool has to mimic smbclient behaviour and also send a password-less NTLMSSP session setup. Guenther
* r11790: Avoid infinite retry to gather a connection.Günther Deschner2005-11-181-3/+11
| | | | Guenther
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-5/+6
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r10590: merging lost fix from the release branchGerald Carter2005-09-281-0/+2
|
* r10554: * BUG 3057: assume x64 drivers are v3 driversGerald Carter2005-09-271-6/+6
| | | | | * BUG 3087: allow smbspool to establisha geust connection using a username with no password
* r9736: be a little more verbose on error.Günther Deschner2005-08-291-5/+5
| | | | Guenther
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2005-08-231-2/+4
| | | | Jeremy.
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2005-07-191-2/+0
|
* r7879: fix compile issue caused by not statoc value for intializing cpp macrosGerald Carter2005-06-241-2/+2
|
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing ↵Gerald Carter2005-05-311-2/+2
| | | | version to 3.0.20pre1
* r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra ↵Gerald Carter2005-05-091-21/+203
| | | | <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-2/+2
| | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task.
* r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter2005-02-221-3/+3
| | | | | | | | | | | | | | | | and SMBsplclose commands (BUG 2010) * clarify some debug messages in smbspool (also from Mike) my changes: * start adding msdfs client routines * enable smbclient to maintain multiple connections * set the CAP_DFS flag for our internal clienht routines. I actualy have a dfs referral working in do_cd() but that code is too ugly to live so I'm not checking it in just yet. Further work is to merge with vl's changes in trunk to support multiple TIDs per cli_state *.
* r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison2004-10-271-4/+4
| | | | Jeremy.
* r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows you Jelmer Vernooij2004-05-301-4/+16
| | | | to specify a port in the device URL.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+363
metze