Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with SAMBA_2_2 for 2.2.6rc3 | Gerald Carter | 2002-10-11 | 1 | -0/+4 |
| | |||||
* | sync with SAMBA_2_2 for 2.2.6rc1 | Gerald Carter | 2002-10-09 | 2 | -2/+12 |
| | |||||
* | syncing up for 2.2.6pre2 | Gerald Carter | 2002-08-27 | 1 | -3/+3 |
| | |||||
* | beginning to sync up for 2.2.5 release.... | Gerald Carter | 2002-06-17 | 1 | -3/+15 |
| | |||||
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 4 | -20/+14 |
| | | | | Jeremy. | ||||
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 3 | -140/+307 |
| | | | | Jeremy. | ||||
* | Sync-up with SAMBA_2_2 branch. | Jeremy Allison | 2001-10-11 | 4 | -19/+46 |
| | | | | Jeremy. | ||||
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 2 | -83/+186 |
| | | | | Jeremy. | ||||
* | Fix from Tony Butt - shouldn't set got_pass for -c option. | Jeremy Allison | 2001-04-15 | 1 | -1/+0 |
| | | | | Jeremy. | ||||
* | More typos.... grrrr. | Jeremy Allison | 2001-04-14 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix more typos... | Jeremy Allison | 2001-04-14 | 1 | -2/+3 |
| | | | | Jeremy. | ||||
* | Missing variable in getrlimit call. | Jeremy Allison | 2001-04-14 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | Patch from Mandrakesoft to make sure we close all files. | John Terpstra | 2001-04-14 | 1 | -1/+3 |
| | |||||
* | - remove template from smbrun(). Now uses /tmp and mkstemp | Andrew Tridgell | 2001-04-13 | 1 | -1/+1 |
| | | | | | | | - fixed some uninitialised variable warnings - removed smbrun utility (never used) - removed some incorrect varargs usage - removed smbrun smb.conf option | ||||
* | To stop people complaining about the mktemp call, move it into lib/util.c. ↵ | Jeremy Allison | 2001-04-11 | 1 | -10/+25 |
| | | | | | | | | Thanks to Andrew for all this code. Fixed extra line in lib/sysacls.c that broke XFS ACL code. Jeremy. | ||||
* | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2001-04-08 | 3 | -6/+6 |
| | | | | Jeremy. | ||||
* | Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>. | Jeremy Allison | 2001-03-26 | 1 | -1/+11 |
| | | | | Jeremy. | ||||
* | Missed a cli_set_port on message code connect. | Jeremy Allison | 2001-03-26 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | added readline to smbclient and rpcclient from HEAD. Also added a | Gerald Carter | 2001-03-23 | 1 | -106/+90 |
| | | | | completion function to rpcclient | ||||
* | Updates for CUPS 1.1 from Michael Sweet. | Jeremy Allison | 2001-03-16 | 1 | -1/+38 |
| | | | | Jeremy. | ||||
* | Sync up with Urban. | Jeremy Allison | 2001-03-10 | 1 | -1/+4 |
| | | | | Jeremy. | ||||
* | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2001-03-09 | 1 | -1/+1 |
| | | | | | | | | | We were reading the endainness in the RPC header and then never propagating it to the internal parse_structs used to parse the data. Also removed the "align" argument to prs_init as it was *always* set to 4, and if needed can be set differently on a case by case basis. Now ready for AS/U testing when Herb gets it set up :-). Jeremy. | ||||
* | Smbmount fixes from the new maintainer Urban Widmark <urban@svenskatest.se> | Jeremy Allison | 2001-03-09 | 2 | -59/+288 |
| | | | | Jeremy. | ||||
* | Expunge snprintf, *always* use slprintf. Ensure snprintf cannot be used in | Jeremy Allison | 2001-02-16 | 1 | -1/+1 |
| | | | | | Samba (in the same way we disallow sprintf). Jeremy. | ||||
* | Tar fixes from Craig Barratt craig@arraycomm.com. | Jeremy Allison | 2000-11-22 | 2 | -2/+4 |
| | | | | Jeremy. | ||||
* | fixed typo | Gerald Carter | 2000-09-14 | 1 | -1/+1 |
| | | | | jerry | ||||
* | added -A <authfile> option to smbclient for the reading of username / | Gerald Carter | 2000-08-29 | 1 | -9/+71 |
| | | | | | | | | password credentials from a file. --jerry | ||||
* | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 2000-06-11 | 1 | -2/+2 |
| | | | | | I had to modify sys_select() to not loop on EINTR. I added a wrapper called sys_select_intr() which gives the old behaviour. | ||||
* | and yet another memory leak - this one in the client | Andrew Tridgell | 2000-05-02 | 1 | -0/+5 |
| | |||||
* | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2000-05-02 | 2 | -6/+6 |
| | | | | | of doing a system call every time we want to just get our pid. Jeremy. | ||||
* | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 2000-04-30 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | call to ms_fnmatch(). This also removes all the Win9X semantics stuff and a bunch of other associated cruft. - moved the stat cache code into statcache.c - fixed the uint16 alignment requirements of ascii_to_unistr() and unistr_to_ascii() - trans2 SMB_FIND_FILE_BOTH_DIRECTORY_INFO returns the short name as unicode always (at least thats what NT4 does) - fixed some errors in the in-memory tdb code. Still ugly, but doesn't crash as much | ||||
* | Fix for names with spaces and some I18N filename issues from | Jeremy Allison | 2000-03-10 | 1 | -10/+11 |
| | | | | | V. Fyodorov <V.Fyodorov@VAZ.RU>. Jeremy. | ||||
* | client/client.c: | Jeremy Allison | 2000-02-25 | 1 | -1/+6 |
| | | | | | | | libsmb/clientgen.c: Fixes for Win2k smbclient browsing. Other fixes implement smbpasswd -x user to delete users. Also allows swat to do the same. Jeremy. | ||||
* | Fixed code page conversions of messages outgoing/incoming. | Jeremy Allison | 2000-01-27 | 1 | -0/+7 |
| | | | | Jeremy. | ||||
* | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2000-01-26 | 1 | -4/+4 |
| | | | | | | Stop makeing function calls for every use of skip_multibyte_char. This function is called several *million* times during a NetBench run :-). Jeremy. | ||||
* | cli_open() wasn't handling DENY_FCB or O_WRONLY correctly. | Andrew Tridgell | 2000-01-08 | 3 | -3/+3 |
| | | | | | | After fixing that I needed to use O_RDWR instead of O_WRONLY in several places to avoid the silly bug in MS servers that doesn't allow getattrE on a file opened with O_WRONLY | ||||
* | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2000-01-07 | 3 | -14/+17 |
| | | | | | | | | This fixes our netbios scope handling. We now have a 'netbios scope' option in smb.conf and the scope option is removed from make_nmb_name() this was prompted by a bug in our PDC finding code where it didn't append the scope to the query of the '*' name. | ||||
* | Fixed spurious error message when doing a 'put' of an empty file. | Jeremy Allison | 2000-01-06 | 1 | -1/+4 |
| | | | | Jeremy | ||||
* | client/client.c: I18N fixes. | Jeremy Allison | 2000-01-05 | 1 | -33/+23 |
| | | | | | | smbd/dir.c: Reformatting comments. smbd/ipc.c: New password change code for Win98. Jeremy. | ||||
* | changed %g to %3.1f to be friendly to our poor snprintf() code | Andrew Tridgell | 1999-12-21 | 1 | -2/+2 |
| | |||||
* | client/smbspool.c from 2.0.6 | Andrew Tridgell | 1999-12-17 | 1 | -0/+366 |
| | |||||
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵ | Andrew Tridgell | 1999-12-13 | 1 | -975/+0 |
| | | | | that were in the head branch but weren't in SAMBA_2_0 | ||||
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 5 | -1203/+1004 |
| | |||||
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 2 | -2/+2 |
| | |||||
* | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1999-11-26 | 1 | -5/+5 |
| | | | | | | found out that getopt() _must_ have optind set to 0 before reuse. still haven't decided what to do with the net* api yet... | ||||
* | general, drastic improvements to rpcclient. | Luke Leighton | 1999-10-30 | 1 | -5/+5 |
| | | | | | | | | | | | added samgroup <groupname> command added samgroupmem <groupname> command added proper registry key completion added sam command user-completion (e.g samuser [tab]) added sam command group-completion (e.g samgroup [tab]) | ||||
* | Put back in GNU readline support for smbclient accidentally trashed by | Tim Potter | 1999-07-09 | 1 | -1/+210 |
| | | | | tridge in the clientgen.c to clientutil.c conversion. | ||||
* | smbclient modified to use cli_establish_connection(). smbclient therefore | Luke Leighton | 1999-06-29 | 1 | -58/+39 |
| | | | | | | now uses improved authentication. smbclient now "broken" for "scripts" based on DEBUG() output. cli_establish_connection() requires modification to support old scripts. | ||||
* | declare ttarf as double, as in client.c | Alexandre Oliva | 1999-03-30 | 1 | -1/+1 |
| | |||||
* | use double instead of SMB_BIG_UINT for dir_total and ttarf | Alexandre Oliva | 1999-03-30 | 2 | -4/+4 |
| | | | | (by tridge, merged from branch) |