Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add static to satisfy exotic compilers | Jelmer Vernooij | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -1/+2 |
| | | | | some double options and broke some parameters. | ||||
* | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -11/+5 |
| | |||||
* | Don't declare variables after instructions | Jelmer Vernooij | 2003-03-23 | 1 | -12/+12 |
| | |||||
* | Convert to popt. | Jelmer Vernooij | 2003-03-22 | 1 | -361/+85 |
| | |||||
* | - Make ReadDirName return a const char*. | Andrew Bartlett | 2003-03-16 | 1 | -1/+1 |
| | | | | | | | | - Consequential changes from that - mark our fstring/pstring assumptions in function prototypes Andrew Bartlett | ||||
* | Checkin cifs vfs for Linux mount helper | Steve French | 2003-03-15 | 1 | -43/+211 |
| | |||||
* | If the server went away, don't segfault by attempting to FD_SET -1. | Andrew Bartlett | 2003-03-15 | 1 | -0/+3 |
| | | | | Andrew Bartlett | ||||
* | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 2003-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | reason, during a Win2003 installation, when you select 'domain join' it sends one machine name in the name exchange, and litraly 'machinename' during the NTLMSSP login. Also fix up winbindd's logfile handling, so that it matches smbd and nmbd. (This helps me, by seperating the logs by pid). Andrew Bartlett | ||||
* | Add early prototype of cifs mount helper for Linux | Steve French | 2003-03-07 | 1 | -0/+389 |
| | |||||
* | More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy()) | Andrew Bartlett | 2003-03-06 | 2 | -27/+27 |
| | | | | Andrew Bartlett | ||||
* | Do my janitorial duties to encourage others to do so. | Richard Sharpe | 2003-03-03 | 1 | -6/+7 |
| | | | | Fix lingering large offset problems in smbtar etc. | ||||
* | Fix breakage done by myself yesterday. | Tim Potter | 2003-02-25 | 1 | -6/+3 |
| | |||||
* | Fixed up some const related compiler warnings. | Tim Potter | 2003-02-25 | 1 | -3/+6 |
| | |||||
* | The cli_send_tconX code already determines to send \\server\share to port 139 | Andrew Bartlett | 2003-02-18 | 1 | -18/+3 |
| | | | | | | | | and share to 445, so doing this only confuses the issue (sending \\server\\server\share to 139) and makes debugging specific error codes more difficult. Andrew Bartlett | ||||
* | fix dumb perror used without errno beeing set. | Simo Sorce | 2003-02-15 | 1 | -2/+2 |
| | | | | thanks to RedHat developers for the report | ||||
* | Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable | Andrew Bartlett | 2003-02-15 | 2 | -6/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | users w/o full administrative access on computer accounts to join a computer into AD domain. The patch and detailed changelog is available at: http://www.itcollege.ee/~aandreim/samba This is a list of changes in general: 1. When creating machine account do not fail if SD cannot be changed. setting SD is not mandatory and join will work perfectly without it. 2. Implement KPASSWD CHANGEPW protocol for changing trust password so machine account does not need to have reset password right for itself. 3. Command line utilities no longer interfere with user's existing kerberos ticket cache. 4. Command line utilities can do kerberos authentication even if username is specified (-U). Initial TGT will be requested in this case. I've modified the patch to share the kinit code, rather than copying it, and updated it to current CVS. The other change included in the original patch (local realms) has been left out for now. Andrew Bartlett | ||||
* | Fix typo in WIFSIGNALED (as per Waider's report) | Alexander Bokovoy | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | waitstatus audit: Correctly handle case where smbmnt is killed by a | Martin Pool | 2003-02-13 | 1 | -0/+3 |
| | | | | signal. Previously this was incorrectly treated as success. | ||||
* | Samba janitors: applying mbp's redundant umask fix. | Jeremy Allison | 2003-02-07 | 1 | -4/+0 |
| | | | | Jeremy. | ||||
* | smb signing compile fix | Tim Potter | 2003-02-02 | 1 | -1/+1 |
| | |||||
* | More signing updates - start checking that the server isn't being spoofed. | Andrew Bartlett | 2003-02-02 | 1 | -0/+3 |
| | | | | Andrew Bartlett | ||||
* | Add FIXME about dodgy argument parser. | Martin Pool | 2003-01-20 | 1 | -0/+11 |
| | |||||
* | s/WIFSIGNALLED/WIFSIGNALED/g | Gerald Carter | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | One more from waitpid() audit: Correctly interpret waitstatus when a | Martin Pool | 2003-01-15 | 1 | -1/+5 |
| | | | | | child fails. Possibly this was causing smbmount to exit(0) when it really should have indicated a failure. | ||||
* | Fix a number of client-side fstring/pstring mixups. | Andrew Bartlett | 2003-01-11 | 1 | -1/+1 |
| | | | | Andrew Bartlett | ||||
* | Added code to the handling of the -M option to ensure that we default to | Christopher R. Hertel | 2003-01-07 | 1 | -4/+10 |
| | | | | | port 139 for that option. The NetBIOS Messenger Service doesn't run on a non-NBT port. | ||||
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 3 | -10/+10 |
| | | | | | | | | | | | | | | | | This patch makes Samba compile cleanly with -Wwrite-strings. - That is, all string literals are marked as 'const'. These strings are always read only, this just marks them as such for passing to other functions. What is most supprising is that I didn't need to change more than a few lines of code (all in 'net', which got a small cleanup of net.h and extern variables). The rest is just adding a lot of 'const'. As far as I can tell, I have not added any new warnings - apart from making all of tdbutil.c's function const (so they warn for adding that const string to struct). Andrew Bartlett | ||||
* | merge from 2.2 fix for smbclient large files | Herb Lewis | 2002-12-19 | 1 | -18/+18 |
| | |||||
* | merge smbtar fixes from 2.2 | Herb Lewis | 2002-12-16 | 1 | -6/+8 |
| | |||||
* | fix stat reporting on put command | Herb Lewis | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | Link less with smbmnt and smbumount. Also change from a pstrcpy() to a | Andrew Bartlett | 2002-12-01 | 1 | -1/+2 |
| | | | | | | strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. Andrew Bartlett | ||||
* | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 2002-11-13 | 1 | -1/+1 |
| | | | | | to ensure the malloc is done. Jeremy. | ||||
* | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 2002-11-13 | 1 | -2/+1 |
| | |||||
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 2 | -19/+14 |
| | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. | ||||
* | Kill append_log from smbmount (thanks vance for reminding me). | Andrew Bartlett | 2002-11-09 | 1 | -2/+0 |
| | | | | Andrew Bartlett | ||||
* | Move testsmbc.c to examples | Jelmer Vernooij | 2002-11-04 | 1 | -455/+0 |
| | |||||
* | Don't encourage people to use -P - it's obsolete | Jelmer Vernooij | 2002-10-18 | 1 | -1/+0 |
| | |||||
* | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+1 |
| | | | | | that app-head does. Jeremy. | ||||
* | Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when | Andrew Bartlett | 2002-10-03 | 1 | -4/+4 |
| | | | | | | | attempting to calculate the bytes/second being transferred. (Avoid overflow etc) Andrew Bartlett | ||||
* | Make sure that variable does not shadow a parameter. | Richard Sharpe | 2002-09-29 | 1 | -6/+6 |
| | |||||
* | Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines. | Richard Sharpe | 2002-09-28 | 1 | -3/+18 |
| | |||||
* | Don't uppercase the username and domain in a session setup. | Tim Potter | 2002-09-23 | 1 | -2/+0 |
| | |||||
* | Fixed a little, long standing bug: smbclient -M <name> should resolve | Volker Lendecke | 2002-09-05 | 1 | -3/+8 |
| | | | | | | name#03, not name#20. Volker | ||||
* | fix wrong check | Simo Sorce | 2002-08-28 | 1 | -1/+1 |
| | |||||
* | Remove strsep - non portable. | Jeremy Allison | 2002-08-27 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | add a trivial seeking function to xfile (tseek) that does not do SEEK_CUR | Simo Sorce | 2002-08-27 | 1 | -22/+116 |
| | | | | | | and add commands reget and reput to smbclient that continues a transfer that has been onterrupted. thanks to josef Zlomek that did the original patch. | ||||
* | fix typos | Simo Sorce | 2002-08-20 | 1 | -2/+2 |
| | | | | thanks Josef Zlomek | ||||
* | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 2002-08-10 | 1 | -2/+1 |
| | | | | | | | | | | | future. This moves us from fstrcpy() and global variables to 'get' and 'set' functions. In particular, the 'set' function sainity-checks the input, in the same way as we always have. Andrew Bartlett | ||||
* | fix for smbtar filename matching | Andrew Tridgell | 2002-07-28 | 1 | -1/+1 |
| | | | | samba-patches 852 |