summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison2002-01-191-26/+39
| | | | | | | | | | where stdin is !isatty to allow stripts to work. Jeremy.
* | Tidyup of macro code from andreas moroder ↵Jeremy Allison2002-01-191-5/+5
| | | | | | | | | | | | <claudiamoroder@st-ulrich.suedtirol.net> Jeremy.
* | Added #ifdef for FreeBSD TCP bug.Jeremy Allison2002-01-191-0/+4
| | | | | | | | Jeremy.
* | Report error on smb_dump write.Jeremy Allison2002-01-191-1/+3
| | | | | | | | Jeremy.
* | Fix for CP1251 encoding on unix side. Supports Bulgarian, Belarussian,Jeremy Allison2002-01-193-660/+961
| | | | | | | | | | and variants of Russian and Ukrainian locales. Patch from Alexander Bokovoy. Jeremy.
* | Added close call to winbindd idmap. Pointed out by Alexander Bokovoy.Jeremy Allison2002-01-193-0/+11
| | | | | | | | Jeremy.
* | fixes to check asprintf returnSimo Sorce2002-01-195-21/+31
| | | | | | | | thanks to Andreas Moroder for spotting them
* | Ensure (C) message is output on startup.Jeremy Allison2002-01-182-4/+4
| | | | | | | | Jeremy.
* | status is a uint32, not WERROR in this case.Jeremy Allison2002-01-184-4/+4
| | | | | | | | Jeremy.
* | If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ↵Jeremy Allison2002-01-181-1/+7
| | | | | | | | | | | | vorlon@netexpress.net Jeremy.
* | Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-32/+25
| | | | | | | | Jeremy.
* | Ensure we log tdb open fails. Patch from Alexander Bokovoy ↵Jeremy Allison2002-01-181-4/+2
| | | | | | | | | | | | <a.bokovoy@sam-solutions.net> Jeremy.
* | Allow for winbind separator in connects. Patch from Alexander Bokovoy ↵Jeremy Allison2002-01-181-1/+1
| | | | | | | | | | | | <a.bokovoy@sam-solutions.net>. Jeremy.
* | Added unix extensions entry. Updated smbclient man page with unix extensionJeremy Allison2002-01-183-16/+101
| | | | | | | | | | commands. Fix for BROWSING.txt. Jeremy.
* | Fixup for type from Steve Langasek <vorlon@netexpress.net>Jeremy Allison2002-01-181-1/+1
| | | | | | | | Jeremy.
* | Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-183-11/+20
| | | | | | | | | | we're not returning what the client gave us. Jeremy.
* | Always clear malloced memory for parse structs.Jeremy Allison2002-01-181-0/+1
| | | | | | | | Jeremy.
* | Added libsmbclient versioning patch from Steve Langasek (vorlon@netexpress.net).Jeremy Allison2002-01-174-770/+782
| | | | | | | | Jeremy.
* | Ok, it's a fair cop. So alphabetisation isn't all it's cracked up to be :-).Jeremy Allison2002-01-171-2/+8
| | | | | | | | Jeremy.
* | add winbindd startup scripts to packageHerb Lewis2002-01-171-1/+5
| |
* | new config files for winbindd startupHerb Lewis2002-01-170-0/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-01-172-0/+39
|\|
| * new config files for winbindd startupHerb Lewis2002-01-172-0/+39
| |
| * fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell2002-01-171-1/+1
| |
| * don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell2002-01-171-4/+0
| | | | | | | | oplocks and really shouldn't be used
| * Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-164-44/+51
| | | | | | | | Jeremy.
| * Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-164-27/+67
| | | | | | | | Jeremy.
| * Fixup error mapping so we have only one table containing errno -> dos error ↵Jeremy Allison2002-01-164-66/+48
| | | | | | | | | | | | | | -> NT STATUS maps. Fixes problem with disk full returning incorrect error. Jeremy.
| * Alphabetize.Jeremy Allison2002-01-161-3/+3
| | | | | | | | Jeremy.
| * Added CIFS UNIX extension code to client.Jeremy Allison2002-01-163-0/+316
| | | | | | | | Jeremy.
| * Fix name register bug with non-existent wins server.Jeremy Allison2002-01-161-32/+29
| | | | | | | | Jeremy.
| * At leadt don't lose this - I need to re-sync trans2.c between 2.2.x andJeremy Allison2002-01-161-27/+66
| | | | | | | | | | HEAD soon. Jeremy.
| * Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-165-59/+30
| | | | | | | | and constness changes.
| * Quieten some pointer cast warnings.Tim Potter2002-01-161-3/+4
| |
| * much better support for organisational units in ADS joinAndrew Tridgell2002-01-163-15/+53
| |
| * Roll back PSTR insertion.Martin Pool2002-01-161-23/+21
| | | | | | | | | | Just leave the fstrcpy/pstrcpy bugfix, and conversion to pstr_sprintf rather than manual calculation of length.
| * Merge of name_status_find() debugs.Tim Potter2002-01-161-5/+18
| |
| * Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?Jim McDonough2002-01-151-10/+10
| |
| * Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison2002-01-151-1/+1
| | | | | | | | Jeremy.
| * For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett2002-01-151-0/+72
| | | | | | | | | | | | | | Anyway, this makes it slightly sane, but we may decide to smb_panic() here instead. Andrew Bartlett
| * Convert to the new pstring interface. This diff is a pretty goodMartin Pool2002-01-151-26/+29
| | | | | | | | | | | | | | | | | | | | | | example of the scope of change the new pstrings would entail: basically inserting PSTR() or FSTR() everywhere you need to coerce one to a char*. It's also a good example of the kind of bug we might catch: on about line 540, we were doing a pstrcpy into an fstring, which might overflow. It's not a problem in this particular case, but it is in general.
| * Split pstring definitions into their own header.Martin Pool2002-01-152-53/+72
| |
| * Integrate with PSTRING_SANCTIFY.Martin Pool2002-01-151-4/+4
| |
| * #ifdef variable that's not used without dmallocMartin Pool2002-01-151-0/+2
| |
| * Add constness to parametersMartin Pool2002-01-151-1/+1
| |
* | Merge errormap typo fix.Jeremy Allison2002-01-171-1/+1
| | | | | | | | Jeremy.
* | Remove O_NONBLOCK that was erroneously added... This may mean that theJeremy Allison2002-01-171-3/+0
| | | | | | | | | | DMF fix is no longer needed. Jeremy.
* | Added a get_user_home_dir(), returns from pw file. get_user_service_home_dir()Jeremy Allison2002-01-167-46/+53
| | | | | | | | | | does the magic. Jeremy.
* | Avoid recursion - don't call get_user_home_dir() from substitute.Jeremy Allison2002-01-161-5/+8
| | | | | | | | Jeremy.
* | Fixup the use of %S in the homes share. When we're doing the substitue theJeremy Allison2002-01-167-34/+77
| | | | | | | | | | | | | | new snum doesn't exist yet, so we can't substitute based on it - we get servicename being "homes". Renamed XXX_NOT_CHANGED constants to SMB_XXX_NOT_CHANGED. Jeremy.