summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-10-02Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2-6/+7
2003-10-02Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke1-1/+1
2003-10-02Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison1-3/+4
2003-10-02Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison1-3/+4
2003-10-01Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett1-21/+1
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter6-114/+159
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter6-114/+159
2003-10-01Fixed silly typo checking for signal_handler not signal.Jeremy Allison1-1/+1
2003-10-01Fixed silly typo checking for signal_handler not signal.Jeremy Allison1-1/+1
2003-10-01Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison1-62/+86
2003-10-01Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison1-62/+86
2003-10-01save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...Gerald Carter1-0/+9
2003-10-01save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...Gerald Carter1-0/+9
2003-10-01merge of parameter changes from 3.0 and fix for bug 550Gerald Carter3-8/+7
2003-10-01wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter2-4/+6
2003-10-01mark 'mangled map' as depcreated and remove 'mangled stack'Gerald Carter1-4/+1
2003-09-30when we don't have a working iconv library we must default to using only buil...Andrew Tridgell1-1/+1
2003-09-29Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison1-1/+1
2003-09-29Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison1-1/+1
2003-09-29Merge from 3.0:Tim Potter1-1/+1
2003-09-29Merge from 3.0:Tim Potter1-2/+8
2003-09-29Merge from 3.0:Tim Potter1-2/+33
2003-09-29Merge from 3.0:Tim Potter1-16/+4
2003-09-29Merge from 3.0:Tim Potter1-3/+4
2003-09-29Merge from 3.0:Tim Potter1-6/+13
2003-09-29Merge from 3.0:Tim Potter1-3/+7
2003-09-29Merge from 3.0:Tim Potter22-650/+467
2003-09-29Merge from 3.0:Tim Potter1-1/+1
2003-09-29Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter1-2/+2
2003-09-29Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter1-2/+8
2003-09-29Testparm fixes:Jelmer Vernooij1-3/+9
2003-09-29Testparm fixes:Jelmer Vernooij1-3/+9
2003-09-28Change AC_CHECK_LIB_EXT to prepend libraries instead of append. ThisTim Potter1-1/+1
2003-09-27iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison1-1/+1
2003-09-26Ensure %S gets expanded in read/write lists.Jeremy Allison1-6/+13
2003-09-26Fix for valid users = %S in homes share.Jeremy Allison1-3/+7
2003-09-26don't write to static pointers; patch from AnthonyGerald Carter1-1/+1
2003-09-26don't write to static pointers; patch from AnthonyGerald Carter1-1/+1
2003-09-26Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.Jeremy Allison1-16/+4
2003-09-26More bug #413. Fix bad html table row termination in SWAT wizard code found byTim Potter1-4/+3
2003-09-26Change title of SWAT globals page from 'Global Variables' to 'GlobalTim Potter1-1/+3
2003-09-26Allow d_printf() to handle strings with escaped quotation marks since theTim Potter1-2/+33
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison22-650/+467
2003-09-24* sync more files from 3.0Gerald Carter9-35/+86
2003-09-24Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!Volker Lendecke1-1/+1
2003-09-24Another round of merges from 3.0:Tim Potter1-13/+25
2003-09-24Another round of merges from 3.0:Tim Potter1-81/+59
2003-09-24Another round of merges from 3.0:Tim Potter1-1/+1
2003-09-24Fix bug #456 for 3.0.0 release.Tim Potter2-1/+27
2003-09-24fixing a bug in the retry loop for winbindd_pam_auth[_crap]()Gerald Carter1-15/+25