summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-16254-12944/+16772
| * get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2003-07-112-3/+3
| * mark the HEAD branch as deprecated. Nothing that a determinedAndrew Tridgell2003-06-072-1/+12
* | Typo in error message.Jeremy Allison2003-10-031-1/+1
* | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-033-6/+19
* | Grrr. compile patches before you apply !Jeremy Allison2003-10-031-4/+4
* | cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter2003-10-031-3/+3
* | abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
* | Moving towards better i18n support in SWAT. This commit contains aTim Potter2003-10-034-92/+102
* | Explicitly initialise the value of AR for vendor makes that don't doTim Potter2003-10-032-0/+3
* | Portability fix from Joachim Schmitz. Closes bug #546.Tim Potter2003-10-021-1/+1
* | fixed for /sbin/mount.smbfs link when using $DESTDIR; bug 525Gerald Carter2003-10-022-7/+12
* | Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-023-1/+30
* | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
* | Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.Jeremy Allison2003-10-021-1/+1
* | Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2003-10-022-6/+7
* | Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke2003-10-021-1/+1
* | Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison2003-10-021-3/+4
* | Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett2003-10-011-21/+1
* | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-016-114/+159
* | Fixed silly typo checking for signal_handler not signal.Jeremy Allison2003-10-011-1/+1
* | Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison2003-10-011-62/+86
* | save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...Gerald Carter2003-10-011-0/+9
* | wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter2003-10-012-4/+6
* | mark 'mangled map' as depcreated and remove 'mangled stack'Gerald Carter2003-10-011-4/+1
* | when we don't have a working iconv library we must default to using only buil...Andrew Tridgell2003-09-301-1/+1
* | Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison2003-09-291-1/+1
* | Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter2003-09-291-2/+2
* | Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter2003-09-291-2/+8
* | Testparm fixes:Jelmer Vernooij2003-09-291-3/+9
* | Change AC_CHECK_LIB_EXT to prepend libraries instead of append. ThisTim Potter2003-09-281-1/+1
* | iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison2003-09-271-1/+1
* | Ensure %S gets expanded in read/write lists.Jeremy Allison2003-09-261-6/+13
* | Fix for valid users = %S in homes share.Jeremy Allison2003-09-261-3/+7
* | don't write to static pointers; patch from AnthonyGerald Carter2003-09-261-1/+1
* | Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.Jeremy Allison2003-09-261-16/+4
* | More bug #413. Fix bad html table row termination in SWAT wizard code found byTim Potter2003-09-261-4/+3
* | Change title of SWAT globals page from 'Global Variables' to 'GlobalTim Potter2003-09-261-1/+3
* | Allow d_printf() to handle strings with escaped quotation marks since theTim Potter2003-09-261-2/+33
* | Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-2522-650/+467
* | Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!Volker Lendecke2003-09-241-1/+1
* | Fix bug #456 for 3.0.0 release.Tim Potter2003-09-242-1/+27
* | fixing a bug in the retry loop for winbindd_pam_auth[_crap]()Gerald Carter2003-09-241-15/+25
* | This only touches the fake kaserver support. It adds two parameters:Volker Lendecke2003-09-234-28/+49
* | Add a descriptive comment to our usage of setresuid. lib/afs.c needsVolker Lendecke2003-09-231-0/+4
* | Reformat - preparing to fix bug #480 (which will be ugly).Jeremy Allison2003-09-221-81/+59
* | fix some warnings found by the Sun C compilerGerald Carter2003-09-227-10/+8
* | Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>Jeremy Allison2003-09-221-0/+1
* | Applied Monyo's patch for bug #412 which allows \n characters toTim Potter2003-09-221-0/+2
* | Fix typoJelmer Vernooij2003-09-211-1/+1