Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Readline has problems on non tty fd's. Use readline replacement to in cases | Jeremy Allison | 2002-01-19 | 1 | -26/+39 | |
| | | | | | | | | | | | | | | | | | | | | where stdin is !isatty to allow stripts to work. Jeremy. | |||||
| * | | | Tidyup of macro code from andreas moroder ↵ | Jeremy Allison | 2002-01-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | <claudiamoroder@st-ulrich.suedtirol.net> Jeremy. | |||||
| * | | | Added #ifdef for FreeBSD TCP bug. | Jeremy Allison | 2002-01-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Report error on smb_dump write. | Jeremy Allison | 2002-01-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix for CP1251 encoding on unix side. Supports Bulgarian, Belarussian, | Jeremy Allison | 2002-01-19 | 3 | -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 Allison | 2002-01-19 | 3 | -0/+11 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | fixes to check asprintf return | Simo Sorce | 2002-01-19 | 5 | -21/+31 | |
| | | | | | | | | | | | | | | | | thanks to Andreas Moroder for spotting them | |||||
| * | | | Ensure (C) message is output on startup. | Jeremy Allison | 2002-01-18 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | status is a uint32, not WERROR in this case. | Jeremy Allison | 2002-01-18 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | If 127.0.0.1 matches both allow & deny then allow. Patch from Steve Langasek ↵ | Jeremy Allison | 2002-01-18 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | vorlon@netexpress.net Jeremy. | |||||
| * | | | Tidyup & code refactoring from Martin.Sheppard@csiro.au. | Jeremy Allison | 2002-01-18 | 1 | -32/+25 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Ensure we log tdb open fails. Patch from Alexander Bokovoy ↵ | Jeremy Allison | 2002-01-18 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | <a.bokovoy@sam-solutions.net> Jeremy. | |||||
| * | | | Allow for winbind separator in connects. Patch from Alexander Bokovoy ↵ | Jeremy Allison | 2002-01-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | <a.bokovoy@sam-solutions.net>. Jeremy. | |||||
| * | | | Fixup for type from Steve Langasek <vorlon@netexpress.net> | Jeremy Allison | 2002-01-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Added prs_mem_clear(). Clear memory on buffer reallocation. That way | Jeremy Allison | 2002-01-18 | 3 | -11/+20 | |
| | | | | | | | | | | | | | | | | | | | | we're not returning what the client gave us. Jeremy. | |||||
| * | | | Always clear malloced memory for parse structs. | Jeremy Allison | 2002-01-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Added libsmbclient versioning patch from Steve Langasek (vorlon@netexpress.net). | Jeremy Allison | 2002-01-17 | 4 | -770/+782 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Ok, it's a fair cop. So alphabetisation isn't all it's cracked up to be :-). | Jeremy Allison | 2002-01-17 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Merge errormap typo fix. | Jeremy Allison | 2002-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Remove O_NONBLOCK that was erroneously added... This may mean that the | Jeremy Allison | 2002-01-17 | 1 | -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 Allison | 2002-01-16 | 7 | -46/+53 | |
| | | | | | | | | | | | | | | | | | | | | does the magic. Jeremy. | |||||
| * | | | Avoid recursion - don't call get_user_home_dir() from substitute. | Jeremy Allison | 2002-01-16 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fixup the use of %S in the homes share. When we're doing the substitue the | Jeremy Allison | 2002-01-16 | 7 | -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 Allison | 2002-01-16 | 4 | -66/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> NT STATUS maps. Fixes problem with disk full returning incorrect error. Jeremy. | |||||
| * | | | Alphabetize, added altname cmd. | Jeremy Allison | 2002-01-16 | 5 | -34/+162 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix name register bug with non-existent wins server. | Jeremy Allison | 2002-01-16 | 1 | -32/+29 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fixups for HPUX winbindd build. | Jeremy Allison | 2002-01-16 | 3 | -290/+290 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fixed include problems. | Jeremy Allison | 2002-01-16 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | don't let smb.conf debug level override command line (or default 0 setting) | Herb Lewis | 2002-01-16 | 2 | -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 Allison | 2002-01-16 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | trans2.c : Fixed up a BSOD test - may need this for W2K clients. | Jeremy Allison | 2002-01-16 | 2 | -12/+9 | |
| | | | | | | | | | | | | | | | | | | | | parse_spoolss.c : Got client side setprinter working from rpcclient. Jeremy. | |||||
| * | | | Remove extra '()'s. | Jeremy Allison | 2002-01-16 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | New passthough levels for qfsinfo. Still need data in ControlInfo. | Jeremy Allison | 2002-01-16 | 2 | -1/+33 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Tidy up stupid StrnCpy uses. | Jeremy Allison | 2002-01-16 | 2 | -12/+12 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Don't link a .c :-(. | Jeremy Allison | 2002-01-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Finished fixes to allow HPUX 11 to use winbindd. | Jeremy Allison | 2002-01-16 | 8 | -14/+104 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | add wins commands to libnss_winbind.so | Herb Lewis | 2002-01-15 | 1 | -0/+10 | |
| | | | | ||||||
| * | | | fix proper use of safe_strcat | Herb Lewis | 2002-01-15 | 1 | -15/+12 | |
| | | | | ||||||
| * | | | Small fix to make getprinter work with connection to server as IP, not name. | Jeremy Allison | 2002-01-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Check malloc fixes from andreas moroder <claudiamoroder@st-ulrich.suedtirol.net> | Jeremy Allison | 2002-01-15 | 5 | -6/+9 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fix strncat compile failure and 'truth value' warning message | Jim McDonough | 2002-01-15 | 1 | -10/+10 | |
| | | | | ||||||
| * | | | Missing assign fix from Bernt Nilsson bkn@ida.liu.se. | Jeremy Allison | 2002-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | Fixed typo in debug statement only. | John Terpstra | 2002-01-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | add new file nsswitch/winbindd_wins.o | Herb Lewis | 2002-01-15 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | add wins commands to winbind | Herb Lewis | 2002-01-15 | 4 | -1/+81 | |
| | | | | | | | | | | | | | | | | add wins test commands to wbinfo | |||||
| * | | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2002-01-15 | 1 | -0/+211 | |
| |\ \ \ | ||||||
| * | | | | Added code into smbclient to test the UNIX extensions. They seem to work | Jeremy Allison | 2002-01-15 | 5 | -71/+344 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | fine.... Jeremy. | |||||
| * | | | | Finished UNIX extensions - including realpath checks on link creation. | Jeremy Allison | 2002-01-14 | 11 | -25/+153 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Now to add tests.... Jeremy. | |||||
| * | | | | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 2002-01-14 | 6 | -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 Sorce | 2002-01-12 | 1 | -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. |