summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * adding missing files from 3.0Gerald Carter2003-09-0948-0/+58
| | | | | | | | (This used to be commit 20c57840f847e82be9880a730aea15feb29b6848)
| * removing files not in 3.0Gerald Carter2003-09-09158-37763/+6
| | | | | | | | (This used to be commit d5c32f8881f33667c9bfa067cb7f2113bd55c724)
| * syncing files from 3.0 into HEAD againGerald Carter2003-09-09234-47827/+53912
| | | | | | | | (This used to be commit bca0bba209255d0effbae6a3d3b6d298f0952c3a)
| * removing using_samba docs from samba cvs module (not are in a separate cvs ↵Gerald Carter2003-08-19159-27609/+0
| | | | | | | | | | | | module) (This used to be commit 4729e9cd52519c06c4be857d77bbccc2688b3cea)
| * port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-02172-4095/+6162
| | | | | | | | (This used to be commit 3101c236b8241dc0183995ffceed551876427de4)
| * connect to the right realm or domain for trusted AD domainsGerald Carter2003-07-231-8/+4
| | | | | | | | (This used to be commit ae14f8364398f07fc3e7c7861cd39fe528f3fe7a)
| * fix the build. Ifdef out some codeGerald Carter2003-07-173-540/+13
| | | | | | | | (This used to be commit e66541d0e1befec5d589890994454dd639ea0665)
| * should not have been checked in. My faultGerald Carter2003-07-171-36/+0
| | | | | | | | (This used to be commit af0efeeccfc6f4bc78c6baafd2bded404cc2a551)
| * ading new files from 3.0Gerald Carter2003-07-16112-0/+21094
| | | | | | | | (This used to be commit 99feae7b5b1c229a925367b87c0c0f636d9a2d75)
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-16536-54542/+98496
| | | | | | | | | | prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
| * get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2003-07-112-3/+3
| | | | | | | | | | define it in SHLD for those systems that use CC for SHLD (This used to be commit 142c54ca924bd854e7d840c2a67692c9f61ee396)
| * mark the HEAD branch as deprecated. Nothing that a determinedAndrew Tridgell2003-06-072-1/+12
| | | | | | | | | | | | programmer can't work around, but hopefully enough that people will notice that they should be using the 3.0 branch at the moment (This used to be commit d6de8e8a94c8fb7d7837ed2b43092a275cc9d6c5)
* | Typo in error message.Jeremy Allison2003-10-031-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 8996c51770845d60b41c2c967b030ff30eef1001)
* | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes ↵Gerald Carter2003-10-033-6/+19
| | | | | | | | | | | | down; bug 437 (This used to be commit 1cfbd92404270e0c67a3b295fc9cf461b29d3503)
* | Grrr. compile patches before you apply !Jeremy Allison2003-10-031-4/+4
| | | | | | | | | | Jeremy. (This used to be commit dfbde4be7191895d79762855b21f5c62d53d5267)
* | Two fixes, thanks to "Stefan Kanthak" <skanthak@arcor.de>Volker Lendecke2003-10-032-2/+2
| | | | | | | | | | Volker (This used to be commit 0b6e13e6af4f754d89ffab57474b8421a711c5a2)
* | cleaning out patch list; patch from Steve L. to change the cwd before the ↵Gerald Carter2003-10-031-3/+3
| | | | | | | | | | | | postexec script (This used to be commit 497e14ba19f4f637e1203d73981ea1c401a19542)
* | abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
| | | | | | | | (This used to be commit 9365c619d6feb15289d963e9e70e1f947b7f8c3f)
* | Moving towards better i18n support in SWAT. This commit contains aTim Potter2003-10-034-92/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bunch of updates to bug 413 from Monyo: 1) pick up proper strings to call msg strings for example to add strings in wizard menu in web/swat.c, web/statuspage.c and param/loadparm.c. 2) define N_() macro in include/intl.h to pick up some strings in param/loadparm.c 3) quote all name and value tag with '"' For example in swat.c:720 the "Edit Parameter Values" string is displayd only as "Edit" because value tag is not quoted like: value=Edit Parameter Values These tags should be quoted though it sometimes works well without quotation. 4) modify the msg strings not to contain HTML tags or other non-message strings. For example dprintf(_("test\n")); is modified to dprintf("%s\n", _("test")); (This used to be commit 351d16956d8125bc689ca84adcb71e0a57d6b7cc)
* | Explicitly initialise the value of AR for vendor makes that don't doTim Potter2003-10-032-0/+3
| | | | | | | | | | | | | | this (HPUX 11). Currently it's initialised to 'ar' but this may have to be changed if any systems pop up that have archivers that aren't named 'ar'. Closes bug #552. (This used to be commit 6aada3bd3e08abedc4c043d1ceb667ca73f8cd62)
* | Portability fix from Joachim Schmitz. Closes bug #546.Tim Potter2003-10-021-1/+1
| | | | | | | | (This used to be commit 803ae4517265e4bb4639c4966e104b392913c7c0)
* | fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525Gerald Carter2003-10-022-7/+12
| | | | | | | | (This used to be commit dc6d14c2bd1a8509e40c198065b8dc930c37d3ed)
* | Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-023-1/+30
| | | | | | | | | | Jeremy. (This used to be commit 93669f329eccec34d4a1da6239ae9759f067fb8b)
* | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
| | | | | | | | | | Jeremy. (This used to be commit bbc7b189b9b4b3a5ef0a5ddbb7d2d755f6341fdf)
* | Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.Jeremy Allison2003-10-021-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 6677eba28a1f2de11c36e3edc5b7d2854452bd04)
* | Correct fix for excel read-only bug. Add panic for logic error in developer ↵Jeremy Allison2003-10-022-6/+7
| | | | | | | | | | | | | | mode. Jeremy. (This used to be commit f00af98f379463829b1ef62d78dda0365c1d7997)
* | Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke2003-10-021-1/+1
| | | | | | | | | | | | | | tested soon, but this fix is somewhat obvious. Volker (This used to be commit 227882d6f79fb5909998996e1be08df723c49e8e)
* | Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison2003-10-021-3/+4
| | | | | | | | | | | | up but works for now. Jeremy. (This used to be commit 9ad9e0dfafed4558e5ab215991d9912cd44f1127)
* | Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett2003-10-011-21/+1
| | | | | | | | | | | | | | (I renamed the element of the structure). Andrew Bartlett (This used to be commit 641652cad97b761ba11d4e89b7c9ad098c7dd1c2)
* | commit sign only patch from Andrew; bug 167; tested using 2k & XP ↵Gerald Carter2003-10-016-114/+159
| | | | | | | | | | | | clientspreviously joined to the Samba domain (This used to be commit 3802f5895ee18507c6f467bd11db0b1147a6fdfd)
* | Fixed silly typo checking for signal_handler not signal.Jeremy Allison2003-10-011-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 6c38a79be796935ab24764302805deea878b360d)
* | Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison2003-10-011-62/+86
| | | | | | | | | | Jeremy. (This used to be commit 7d79a55d9af517ed63f8a4641bbc34564a4ef889)
* | save and restore CFLAGS before/after AC_PROG_CC; this macro seems to ↵Gerald Carter2003-10-011-0/+9
| | | | | | | | | | | | overwrite the CFLAGS variable (This used to be commit dbf7fc4feb7f9c7cb720ce2dcbc8bb16badfe1f2)
* | make sure libnss_winbind.so.2 is included in the RedHAT RPMSGerald Carter2003-10-011-2/+2
| | | | | | | | (This used to be commit 6b16d9e0ad9d79efb754cdccaf1d8f907eadaa9f)
* | remove duplicate smbspool link on SWAT's front page; bug 541Gerald Carter2003-10-011-2/+1
| | | | | | | | (This used to be commit c00e58c934baa8366ac571fbed015bceb77bd597)
* | wrap internals of sys_setgroups() so the sys_XX() call can be done ↵Gerald Carter2003-10-012-4/+6
| | | | | | | | | | | | unconditionally; bug 550 (This used to be commit 9df3f53e6ae751d522c7ac21deb785f1fa05f225)
* | mark 'mangled map' as depcreated and remove 'mangled stack'Gerald Carter2003-10-011-4/+1
| | | | | | | | (This used to be commit cd06472e420ba0647a73c6e04d180c088acdb626)
* | when we don't have a working iconv library we must default to using only ↵Andrew Tridgell2003-09-301-1/+1
| | | | | | | | | | | | builtin charsets. Defaulting to CP850 when we have just determined that it doesn't work just guarantees that Samba won't work at all (in fact it just seg faults at startup). This fixes Samba on AIX, and I expect on a bunch of other platforms. (This used to be commit 9635a28181525e5e8cfb8ef77642446a0a4ba280)
* | Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison2003-09-291-1/+1
| | | | | | | | | | | | DOS program test by Amir Hardon <hardon@actcom.co.il>. Jeremy. (This used to be commit c11a7e5846002b16d0cb2991b5a7df0636b070d5)
* | Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter2003-09-291-2/+2
| | | | | | | | (This used to be commit 0281c5b764971c5300b99b82d89c812ded5a1335)
* | Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter2003-09-291-2/+8
| | | | | | | | | | | | to be appended to the netbios name between angle brackets. This interfered the 'sh -c' used to implement smbrun(). Closes bug #528. (This used to be commit 92b37b3ef097e84adace1295af42853c07ddbec2)
* | Testparm fixes:Jelmer Vernooij2003-09-291-3/+9
| | | | | | | | | | | | | | | | - Also check global 'hosts allow'/'hosts deny' when checking access to share - Warn when user specifies 2 arguments instead of 1 or 3. Patch from Jay Fenlason <fenlason@redhat.com> (This used to be commit 2690c185f01b8fb4307dc803fb90c00400f2da69)
* | Minor typos. No, not merged to all branches...Volker Lendecke2003-09-285-6/+6
| | | | | | | | (This used to be commit 47ad635d5debdfab9fc065ebfcf5c40ad5b82101)
* | Change AC_CHECK_LIB_EXT to prepend libraries instead of append. ThisTim Potter2003-09-281-1/+1
| | | | | | | | | | | | | | | | is the same way AC_CHECK_LIB works. Fix for bug 508. This may have to go a few rounds on the build farm to ensure it works everywhere. (This used to be commit afe8c708f1a7f0c0eb5b7f28b5af193c75ec2178)
* | Start to put some real 'meat' into the ntlm_auth docs.Andrew Bartlett2003-09-281-18/+122
| | | | | | | | | | Andrew Bartlett (This used to be commit 227c7daf36f82f6b7935add09b37f44a9965335b)
* | iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison2003-09-271-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 238bb74c16417140d85a304890b97e04df389ae9)
* | Ensure %S gets expanded in read/write lists.Jeremy Allison2003-09-261-6/+13
| | | | | | | | | | Jeremy. (This used to be commit 7d7096fc3a899349b46691dcc30b86b04964fe52)
* | Fix for valid users = %S in homes share.Jeremy Allison2003-09-261-3/+7
| | | | | | | | | | Jeremy. (This used to be commit c7f4e56ad5c25d477f20944e5b404ebafda9e1a8)
* | don't write to static pointers; patch from AnthonyGerald Carter2003-09-261-1/+1
| | | | | | | | (This used to be commit 5840cbe5f6207471ccd3d518a6aee91d84e24a1f)
* | More updates to better conform to the DTDJelmer Vernooij2003-09-265-24/+29
| | | | | | | | (This used to be commit ca5371803cd18166cc9f8605be737b3760e69d4f)