summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
Commit message (Expand)AuthorAgeFilesLines
* s3:client:Use DEVICE_URI, instead of argv[0],for Device URIBryan Mason2019-09-181-7/+9
* s3:smbspool: Use NTSTATUS return codesAndreas Schneider2019-05-231-105/+145
* s3:smbspool: Add debug messages to kerberos_ccache_is_valid()Andreas Schneider2019-05-231-0/+6
* s3:smbspool: Always try to authenticate using KerberosAndreas Schneider2019-05-231-39/+51
* s3:smbspool: Print the filename we failed to openAndreas Schneider2019-05-231-1/+3
* s3:smbspool: Print the principal we use to authenticate withAndreas Schneider2019-05-231-0/+11
* s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider2019-05-091-1/+1
* s3:client: Fix smbspool device uri handlingAndreas Schneider2019-03-181-24/+96
* s3:client: Make sure we work on a copy of the titleAndreas Schneider2019-03-181-4/+10
* s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cupsAndreas Schneider2019-03-181-12/+20
* client: Add kerberos tracingSwen Schillig2018-12-191-1/+4
* smbspool: Free kerberos context on errorSwen Schillig2018-11-221-0/+1
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-031-19/+42
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-221-2/+6
* smbspool: Improve URI handling codeAndreas Schneider2018-02-201-11/+18
* smbspool: Initialize empty_str on declarationAndreas Schneider2018-02-151-6/+4
* s3:client: Only use kerberos if credential cache exists in smbspoolAndreas Schneider2017-07-251-6/+58
* s3:client: Make it possible use smbspool in selftestAndreas Schneider2017-07-251-2/+7
* s3:client: Fix the usage of argv in smbspoolAndreas Schneider2017-07-251-19/+9
* s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbs...Stefan Metzmacher2017-01-271-8/+9
* s3:client: use cli_cm_force_encryption_creds in smbspool.c (in a #if 0 section)Stefan Metzmacher2016-12-211-5/+1
* s3:client: avoid using cli->{use_kerberos,...} for cli_session_creds_init() i...Stefan Metzmacher2016-12-091-4/+9
* s3:client: make use of cli_tree_connect_creds() in smbspool.cStefan Metzmacher2016-12-091-2/+1
* s3:client: use cli_session_setup_creds() in smbspool.cStefan Metzmacher2016-11-151-3/+17
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-2/+1
* s3-smbspool: Log to stderrAndreas Schneider2016-05-251-1/+1
* smbspool: Add string representation of nt_statusAndreas Schneider2016-01-221-2/+2
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3-smbspool: Use strtol() instead of atoi().Andreas Schneider2015-01-221-1/+8
* 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