summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
Commit message (Expand)AuthorAgeFilesLines
* s3:client: Fix smbspool device uri handlingAndreas Schneider2019-03-261-24/+96
* s3:client: Make sure we work on a copy of the titleAndreas Schneider2019-03-261-4/+10
* s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cupsAndreas Schneider2019-03-261-18/+24
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-091-19/+42
* smbspool: Improve URI handling codeAndreas Schneider2018-05-091-11/+18
* 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
* 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