summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Collapse)AuthorAgeFilesLines
...
* Looks like I missed this earlier. We should connect as the specified workgroupAndrew Bartlett2002-07-211-1/+1
| | | | | | | | | - sombody using smbspool won't always have a full smb.conf, and this is how it was written in the first place anyway. Again, found by the IRIX compiler. Andrew Bartlett
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-8/+5
| | | | | | | | | | | | (and yes, some of these are real bugs) In particular, the samr code was doing an &foo of various types, to a function that assumed uint32. If time_t isn't 32 bits long, that broke. They are assignment compatible however, so use that and an intermediate variable. Andrew Bartlett
* Make smbmnt a standalone program from a linker point of view. Hopefully thisAndrew Bartlett2002-07-131-2/+2
| | | | | | | | | will make it easier to prove this package correct from an audit point of view. smbumount to follow, but it uses pstrcpy() so I'll need to decide what to do with that. Andrew Bartlett
* - fixed a crash bug for 'print -'Andrew Tridgell2002-07-132-3/+4
| | | | - removed an unused variable
* fixed a prototype problem in client.cAndrew Tridgell2002-07-021-0/+3
|
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-012-25/+25
| | | | code
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-57/+11
| | | | | | few more places to use it. Andrew Bartlett
* And another .cvsignoreAndrew Bartlett2002-06-251-0/+1
|
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-252-1/+2
| | | | | | | | | | | | | | | | Now smbclient, net, and swat use their own proto files - now the global proto.h The change to libads/kerberos.c was to break up the dependency on secrets.c - we want to be able to write an ADS client that doesn't need local secrets. I have other breakups in the works - I will remove the dependency of rpc_parse on passdb (and therefore secrets.c) shortly. (NOTE: This patch does *not* break up includes.h, or other such forbidden actions). Andrew Bartlett
* removed compiler warningGerald Carter2002-06-251-1/+1
|
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-4/+0
| | | | | | | | | | | | | | | | | This option was badly maintained, useless and confused our users and distirbutors. (its SSL, therfore it must be good...) No windows client uses this protocol without help from an SSL tunnel. I can't see any reason why setting up a unix-side SSL wrapper would be any more difficult than the > 10 config options this mess added to samba in any case. On the Samba client end, I think the LIBSMB_PROG hack should be sufficient to start stunnel on the unix side. We might extend this to take %i and %p (IP and port) if there is demand. Andrew Bartlett
* segfault fix merged from SAMBA_2_2Gerald Carter2002-05-141-3/+15
|
* getpid() -> sys_getpid()Tim Potter2002-03-141-20/+20
|
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
| | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy.
* Removed version number from file header.Tim Potter2002-01-306-12/+6
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Doc.Martin Pool2002-01-291-1/+4
|
* Make the -L option to smbclient slightly less gross:Martin Pool2002-01-211-4/+22
| | | | | | smbclient -L //nautilus1/ should definitely not say "unknown host "nautilus1/". Sheesh.
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-4/+4
|
* Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett2002-01-171-1/+3
| | | | | | | | | to function again. Add comment to warn anybody that wants to 'Alphabetize' the list to read crh's existing comment on the issue. Andrew Bartlett
* Alphabetize.Jeremy Allison2002-01-161-3/+3
| | | | Jeremy.
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+146
| | | | Jeremy.
* browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool2002-01-101-0/+3
| | | | | in any of these fields, they can corrupt the output. We should remove them.
* FIXME: At the moment, if the user should happen to give the optionsMartin Pool2002-01-091-1/+7
| | | | | | | ahead of the service name (in standard Unix fashion) then smbclient just spits out the usage message with no explanation of what in particular was wrong. Is there any reason we can't just parse out the service name and password after running getopt??
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+2
| | | | of commands when specified on command line.
* One line fix to get smbmount working again.Andrew Bartlett2002-01-051-0/+3
| | | | | | | This just turns of SPNGO becouse Win2k breaks if you attempt this and DOS errors at the same time. Andrew Bartlett
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-211-9/+4
| | | | - don't display Domain=[] for auth protocols that don't give us a domain
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-3/+3
| | | | | Fixed winbindd to finally stop leaving log. file droppings :-). Jeremy.
* Fix for extra capabilities from Urban Widmark <urban@teststation.com>.Jeremy Allison2001-12-191-25/+33
| | | | Jeremy.
* Patch from dan_thibadeau@hp.com to allow domain set in authfile.Jeremy Allison2001-12-191-1/+2
| | | | Jeremy.
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
|
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-282-10/+0
|
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-263-14/+8
| | | | | | | and replaced with two functions: void zero_ip(struct in_adder *ip); BOOL is_zero_ip(struct in_addr ip);
* Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter2001-11-261-10/+9
|
* added "net join" commandAndrew Tridgell2001-11-241-1/+1
| | | | this completes the first stage of the smbd ADS support
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-233-6/+0
| | | | | in smbd/process.c where the timezone is reinitialised. Was replaced with check for a static is_initialised boolean.
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-4/+4
| | | | versions defined by libreadline on SCO (!).
* Store some path names in global variables initialized to configureMartin Pool2001-11-193-16/+27
| | | | default, rather than in preprocessor macros.
* Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett2001-11-021-1/+1
| | | | | | | | back into order, becouse its the inverse tests that are 'failing' - they get error 0 back and think that we just let sombody in without a password and the like. Andrew Bartlett
* Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough2001-10-241-13/+0
|
* client : Fixed error return.Jeremy Allison2001-10-191-0/+2
| | | | | uid.c: Added missing void. Jeremy.
* added NTLMSSP authentication to libsmb. It seems to work well so I have ↵Andrew Tridgell2001-10-121-4/+1
| | | | enabled it by default if the server supports it. Let me know if this breaks anything. Choose kerberos with the -k flag to smbclient, otherwise it will use SPNEGO/NTLMSSP/NTLM
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-112-3/+5
| | | | of gettext for internationalisation support. There is more to do
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-1/+54
| | | | | | | | | | activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth
* ops, remove my test code, sorry.Simo Sorce2001-10-101-9/+5
| | | | fix some return codes missed in previous commit.
* initial support to error report in smbclient, useful when using smbclient -c ↵Simo Sorce2001-10-092-88/+175
| | | | | | in scripts. Thanks to Claudio Cicali aka FleXer for the initial patch
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-023-3/+0
|
* I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel2001-09-301-30/+33
| | | | | | | in smbclient. Done. I had a little trouble because the "!" command is a special case and must be listed last. Awkward. Chris -)-----
* smbmount fixes from Urban.Jeremy Allison2001-09-201-5/+21
| | | | Jeremy.
* move to SAFE_FREE()Simo Sorce2001-09-172-19/+16
|
* introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2001-09-171-25/+21
|