summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-24Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!Volker Lendecke1-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
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke4-28/+49
2003-09-23Add a descriptive comment to our usage of setresuid. lib/afs.c needsVolker Lendecke1-0/+4
2003-09-22Reformat - preparing to fix bug #480 (which will be ugly).Jeremy Allison1-81/+59
2003-09-22fix some warnings found by the Sun C compilerGerald Carter7-10/+8
2003-09-22Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>Jeremy Allison1-0/+1
2003-09-22Applied Monyo's patch for bug #412 which allows \n characters toTim Potter1-0/+2
2003-09-21Fix typoJelmer Vernooij1-1/+1
2003-09-20Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij1-10/+28
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison8-24/+26
2003-09-19Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy1-3/+5
2003-09-19Put in some DEBUGs for swat language selection. Part of bug 456.Tim Potter1-13/+22
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison11-52/+129
2003-09-18Oops. Proper fix for #470.Jeremy Allison1-18/+20
2003-09-18Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison1-2/+11
2003-09-18Change error message displayed when --without-libiconv is used asTim Potter1-1/+1
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison2-0/+5
2003-09-17Obviously correct typo bugfix from Lin Li <linl@xandros.com>.Jeremy Allison1-1/+1
2003-09-17Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard Bollinger...Alexander Bokovoy2-79/+79
2003-09-17Fix scripts to generate correct tables for compilers which have character con...Alexander Bokovoy1-2/+2
2003-09-16Fix typo. Found by Aurelien DegremontJelmer Vernooij1-1/+1
2003-09-16Applied Steve Langasek's patch for bug #450.Tim Potter1-3/+4
2003-09-16Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2-8/+6
2003-09-15Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison1-2/+2
2003-09-15Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison1-1/+1
2003-09-15A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison1-1/+1
2003-09-15Fixed test and wording for long share names.Christopher R. Hertel1-3/+4
2003-09-15fix online helpSimo Sorce1-1/+1
2003-09-15Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...Alexander Bokovoy1-0/+1
2003-09-15Fixed typo in debug.Tim Potter1-1/+1