Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 6 | -12/+6 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Doc. | Martin Pool | 2002-01-29 | 1 | -1/+4 |
| | |||||
* | Make the -L option to smbclient slightly less gross: | Martin Pool | 2002-01-21 | 1 | -4/+22 |
| | | | | | | smbclient -L //nautilus1/ should definitely not say "unknown host "nautilus1/". Sheesh. | ||||
* | fixes (asprintf) from 2.2 | Simo Sorce | 2002-01-19 | 1 | -4/+4 |
| | |||||
* | Move the bang (!) command back to the bottom of the list, allowing smbclient | Andrew Bartlett | 2002-01-17 | 1 | -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 Allison | 2002-01-16 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | Added CIFS UNIX extension code to client. | Jeremy Allison | 2002-01-16 | 1 | -0/+146 |
| | | | | Jeremy. | ||||
* | browse_fn: FIXME: If the remote machine returns non-ascii characters | Martin Pool | 2002-01-10 | 1 | -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 options | Martin Pool | 2002-01-09 | 1 | -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 level | Herb Lewis | 2002-01-07 | 1 | -0/+2 |
| | | | | of commands when specified on command line. | ||||
* | One line fix to get smbmount working again. | Andrew Bartlett | 2002-01-05 | 1 | -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 termination | Andrew Tridgell | 2001-12-21 | 1 | -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 Allison | 2001-12-20 | 1 | -3/+3 |
| | | | | | Fixed winbindd to finally stop leaving log. file droppings :-). Jeremy. | ||||
* | Fix for extra capabilities from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 2001-12-19 | 1 | -25/+33 |
| | | | | Jeremy. | ||||
* | Patch from dan_thibadeau@hp.com to allow domain set in authfile. | Jeremy Allison | 2001-12-19 | 1 | -1/+2 |
| | | | | Jeremy. | ||||
* | fixed some krb5 ifdefs | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | fix a bunch of places where we can double-free a cli structure | Andrew Tridgell | 2001-11-28 | 2 | -10/+0 |
| | |||||
* | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 2001-11-26 | 3 | -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 Potter | 2001-11-26 | 1 | -10/+9 |
| | |||||
* | added "net join" command | Andrew Tridgell | 2001-11-24 | 1 | -1/+1 |
| | | | | this completes the first stage of the smbd ADS support | ||||
* | Removed TimeInit() call from every client program (except for one place | Tim Potter | 2001-11-23 | 3 | -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 the | Martin Pool | 2001-11-20 | 1 | -4/+4 |
| | | | | versions defined by libreadline on SCO (!). | ||||
* | Store some path names in global variables initialized to configure | Martin Pool | 2001-11-19 | 3 | -16/+27 |
| | | | | default, rather than in preprocessor macros. | ||||
* | Return 1 (rather than 0) on failure. This may well help get the build farm | Andrew Bartlett | 2001-11-02 | 1 | -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 failure | Jim McDonough | 2001-10-24 | 1 | -13/+0 |
| | |||||
* | client : Fixed error return. | Jeremy Allison | 2001-10-19 | 1 | -0/+2 |
| | | | | | uid.c: Added missing void. Jeremy. | ||||
* | added NTLMSSP authentication to libsmb. It seems to work well so I have ↵ | Andrew Tridgell | 2001-10-12 | 1 | -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 instead | Andrew Tridgell | 2001-10-11 | 2 | -3/+5 |
| | | | | of gettext for internationalisation support. There is more to do | ||||
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -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 Sorce | 2001-10-10 | 1 | -9/+5 |
| | | | | fix some return codes missed in previous commit. | ||||
* | initial support to error report in smbclient, useful when using smbclient -c ↵ | Simo Sorce | 2001-10-09 | 2 | -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 Potter | 2001-10-02 | 3 | -3/+0 |
| | |||||
* | I told Jeremy at the CIFS conference that I would sort the command list | Christopher R. Hertel | 2001-09-30 | 1 | -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 Allison | 2001-09-20 | 1 | -5/+21 |
| | | | | Jeremy. | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 2 | -19/+16 |
| | |||||
* | introduce SAFE_FREE() macro as suggested by andreas moroder. | Simo Sorce | 2001-09-17 | 1 | -25/+21 |
| | |||||
* | Fix compile warnings on IRIX's cc. | Andrew Bartlett | 2001-09-16 | 1 | -3/+3 |
| | |||||
* | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 2 | -2/+0 |
| | |||||
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 3 | -26/+26 |
| | | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default. | ||||
* | fixed typo | Andrew Tridgell | 2001-09-09 | 1 | -1/+1 |
| | |||||
* | removed pointless parameter from readfile() | Andrew Tridgell | 2001-09-09 | 1 | -3/+3 |
| | |||||
* | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 2001-09-07 | 1 | -117/+118 |
| | | | | | | | | | which should now be used instead of DEBUG(0) or printf() for interactive messages I have only converted client.c to use d_printf(), and the code hasn't had much testing yet. Eventually we want all interactive code to use d_printf(), plus SWAT | ||||
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵ | Andrew Tridgell | 2001-09-04 | 1 | -2/+3 |
| | | | | the client code still needs some work | ||||
* | fixed handling of 139/445 in clients | Andrew Tridgell | 2001-08-24 | 3 | -11/+5 |
| | |||||
* | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 2001-08-20 | 2 | -2/+1 |
| | | | | | | in particular: - fixed NT status code for a bunch of ops - fixed handling of protocol levels in ms_fnmatch | ||||
* | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2001-08-12 | 2 | -4/+8 |
| | | | | | | many possible mem leaks, and segfaults fixed. someone should port this fix to 2.2 also. | ||||
* | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 2001-08-08 | 2 | -0/+9 |
| | | | | | | | changed some code to exploit the fact that Realloc(NULL, size) == malloc(size) fixed some possible mem leaks, or seg faults. thanks to andreas moroder (mallocs not checked in client/client.c, client/smbumount.c) | ||||
* | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 2001-07-12 | 1 | -1/+1 |
| | | | | have the first set of symbols. | ||||
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵ | Andrew Tridgell | 2001-07-04 | 4 | -29/+29 |
| | | | | can't redefine them. damn. | ||||
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 4 | -92/+39 |
| | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. |