summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-03-21Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett1-1/+1
2004-03-19Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2-5/+28
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter5-2/+43
2004-03-19missed some of Derrel's changesGerald Carter1-1/+1
2004-03-19add --with-libdir and --with-mandir (patch from Guenther Deschner)Gerald Carter1-2/+34
2004-03-19bumping version to 3.0.3pre2Gerald Carter1-1/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter5-118/+547
2004-03-19backport from headSimo Sorce1-0/+3
2004-03-19Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2-11/+12
2004-03-18Merge from HEAD for Amanda group.Jeremy Allison2-2/+16
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough6-2/+308
2004-03-18BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change us...Gerald Carter1-1/+1
2004-03-18Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison1-0/+3
2004-03-18Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke1-1/+9
2004-03-18Two little annoyances:Volker Lendecke2-3/+2
2004-03-18Added a varient of Volker's patch to fix the "self-referrals as anonymous user"Jeremy Allison1-19/+49
2004-03-17Remove excess logging when probing for the length of the next mb char.Jeremy Allison2-13/+20
2004-03-17asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter1-0/+2
2004-03-17Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2-43/+17
2004-03-16Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2-0/+25
2004-03-16fix overlapping memory bug when copying usernameGerald Carter1-2/+5
2004-03-16BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter1-0/+4
2004-03-16BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -...Gerald Carter2-2/+4
2004-03-16Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy2-1/+23
2004-03-16merging print change notify fix from HP appliance. Also might address some o...Gerald Carter2-80/+16
2004-03-16BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter4-76/+96
2004-03-16Avoid mb conversion overflow when sending an announcement.Jeremy Allison1-1/+4
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison22-94/+97
2004-03-15removing extra comma in --with-fhsGerald Carter1-1/+1
2004-03-15include swatdir in 'make showlayout'Gerald Carter1-0/+1
2004-03-15fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter1-2/+5
2004-03-14When trying to remove a user from a group, winbind should be informedVolker Lendecke1-0/+3
2004-03-14Use possessive in message asking for user's password.Tim Potter1-1/+1
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison6-11/+16
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison25-176/+197
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison5-809/+887
2004-03-12if we are truncating to the . we need to start at the beginning in caseHerb Lewis1-1/+1
2004-03-12Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison1-2/+2
2004-03-12Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2-47/+55
2004-03-12Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy1-2/+2
2004-03-12Fix string overflow due to wrong size calculationAlexander Bokovoy1-1/+1
2004-03-12Allow msdfs symlink syntax to be more forgiving (it took me ages to rememberJeremy Allison1-4/+12
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison10-77/+81
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough4-48/+60
2004-03-11add missing #ifdef HAVE_BICONV stuffHerb Lewis1-0/+3
2004-03-11BUG 1088: patch from SATOH Fumiyasu <fumiya@miraclinux.com> -- use strchr_m()...Gerald Carter1-29/+19
2004-03-11Ensure we use check_path_syntax() to pull out DFS paths.Jeremy Allison1-7/+2
2004-03-11Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison1-5/+23
2004-03-10another typoHerb Lewis1-1/+1
2004-03-10Moving towards getting msdfs working again (this looks like it was brokenJeremy Allison1-5/+62