summaryrefslogtreecommitdiffstats
path: root/source
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.
| * | | 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.
| * | | 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.
| * | | 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, added altname cmd.Jeremy Allison2002-01-165-34/+162
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix name register bug with non-existent wins server.Jeremy Allison2002-01-161-32/+29
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixups for HPUX winbindd build.Jeremy Allison2002-01-163-290/+290
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed include problems.Jeremy Allison2002-01-161-1/+3
| | | | | | | | | | | | | | | | Jeremy.
| * | | don't let smb.conf debug level override command line (or default 0 setting)Herb Lewis2002-01-162-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add documentation or options that have been added in the past but never documented. Could someone generate the other files, I still have not been able to get docbook working on my system.
| * | | Added setprinter command.Jeremy Allison2002-01-161-4/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | trans2.c : Fixed up a BSOD test - may need this for W2K clients.Jeremy Allison2002-01-162-12/+9
| | | | | | | | | | | | | | | | | | | | parse_spoolss.c : Got client side setprinter working from rpcclient. Jeremy.
| * | | Remove extra '()'s.Jeremy Allison2002-01-161-8/+8
| | | | | | | | | | | | | | | | Jeremy.
| * | | New passthough levels for qfsinfo. Still need data in ControlInfo.Jeremy Allison2002-01-162-1/+33
| | | | | | | | | | | | | | | | Jeremy.
| * | | Tidy up stupid StrnCpy uses.Jeremy Allison2002-01-162-12/+12
| | | | | | | | | | | | | | | | Jeremy.
| * | | Don't link a .c :-(.Jeremy Allison2002-01-161-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Finished fixes to allow HPUX 11 to use winbindd.Jeremy Allison2002-01-168-14/+104
| | | | | | | | | | | | | | | | Jeremy.
| * | | add wins commands to libnss_winbind.soHerb Lewis2002-01-151-0/+10
| | | |
| * | | fix proper use of safe_strcatHerb Lewis2002-01-151-15/+12
| | | |
| * | | Small fix to make getprinter work with connection to server as IP, not name.Jeremy Allison2002-01-151-3/+3
| | | | | | | | | | | | | | | | Jeremy.
| * | | Check malloc fixes from andreas moroder <claudiamoroder@st-ulrich.suedtirol.net>Jeremy Allison2002-01-155-6/+9
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix strncat compile failure and 'truth value' warning messageJim McDonough2002-01-151-10/+10
| | | |
| * | | Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison2002-01-151-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fixed typo in debug statement only.John Terpstra2002-01-151-1/+1
| | | |
| * | | add new file nsswitch/winbindd_wins.oHerb Lewis2002-01-151-0/+1
| | | |
| * | | add wins commands to winbindHerb Lewis2002-01-154-1/+81
| | | | | | | | | | | | | | | | add wins test commands to wbinfo
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-01-151-0/+211
| |\ \ \
| * | | | Added code into smbclient to test the UNIX extensions. They seem to workJeremy Allison2002-01-155-71/+344
| | | | | | | | | | | | | | | | | | | | | | | | | fine.... Jeremy.
| * | | | Finished UNIX extensions - including realpath checks on link creation.Jeremy Allison2002-01-1411-25/+153
| | | | | | | | | | | | | | | | | | | | | | | | | Now to add tests.... Jeremy.
| * | | | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-146-703/+681
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the connections db on smbd startup. This should fix the Solaris large load bug.... (fingers crossed). Jeremy.
| * | | | fix a wrong check on sampass beeing null.Simo Sorce2002-01-121-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it can never be null, the bug got in when the interface was changed from the previous smb_passwd structure. thanks to Kyle VanderBeek <kylev@yaga.com> for pointing out the bug.