summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* r2333: check the script is not a 0 lenght stringSimo Sorce2004-09-141-1/+1
* r2331: check password script code and example from trunkSimo Sorce2004-09-144-3/+141
* r2317: Fixup error messages and reformat.Jeremy Allison2004-09-131-903/+922
* r2312: Fix for bugid #1667, smbpasswd file could be left locked onJeremy Allison2004-09-131-0/+2
* r2292: changing version to 3.0.8pre1Gerald Carter2004-09-121-1/+1
* r2265: Volkers change to HEAD looks very good. Commit messageJeremy Allison2004-09-092-5/+20
* r2264: Fix for #1741. Define a struct nss_groupsbymem (thanks lukeh!) forTim Potter2004-09-091-0/+22
* r2263: When testing whether building shared libraries actually works, useTim Potter2004-09-091-4/+5
* r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0...Gerald Carter2004-09-091-3/+3
* r2258: Attempt to fix Bug 1715. Not sure if all of ldapsam_compat works now, ...Volker Lendecke2004-09-081-0/+7
* r2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from samba4.Tim Potter2004-09-082-2/+11
* r2246: Some good fixes for HPUX from JBravo on #samba-technical:Tim Potter2004-09-071-0/+39
* r2245: Typo fix from trunk.Tim Potter2004-09-071-2/+2
* r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...Jim McDonough2004-09-072-2/+5
* r2233: fixed 3 places where == is mistakenly used instead of = in bourneAndrew Tridgell2004-09-061-3/+3
* r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type,...Paul Green2004-09-061-4/+4
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2004-09-043-7/+146
* r2219: Remember to count bad_components only on pathname boundaries.Jeremy Allison2004-09-031-2/+2
* r2215: I think I'm really close now. The key is to count the number ofJeremy Allison2004-09-031-22/+29
* r2213: Optimisation. Passes masktest against W2K3.Jeremy Allison2004-09-031-0/+3
* r2198: Correct fix for #1360. Need to use -Wl when passing flags to the linker.Tim Potter2004-09-021-1/+1
* r2196: This error code change is incorrect. Still working on it...Jeremy Allison2004-09-021-5/+0
* r2194: Here is the efforts of much pain reproducing W2K3 pathnameJeremy Allison2004-09-022-72/+87
* r2191: ensure that we assign our pid to print jobs (and not our parent's pid)...Gerald Carter2004-09-021-17/+8
* r2190: disable 'winbind enable local accounts' by default (had to be done doc...Gerald Carter2004-09-021-1/+1
* r2188: adding some initial checks for DragonFly (same as FreeBSD 4.1)Gerald Carter2004-09-021-3/+4
* r2177: use the correct counter when copying group rids from the user_info3 st...Gerald Carter2004-09-011-3/+3
* r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...Jeremy Allison2004-09-011-0/+6
* r2163: converted samba3 to use the new utf-16 aware iconv code. Also changedAndrew Tridgell2004-09-011-64/+208
* r2160: fixed the uuid pack/unpack routines (they could go past the end of the...Andrew Tridgell2004-09-011-52/+14
* r2157: This parameter in loadparm appears compleatly unused.Andrew Bartlett2004-09-011-2/+0
* r2155: Reformat, plus steal from Samba4 :-).Jeremy Allison2004-09-011-233/+259
* r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison2004-08-312-40/+20
* r2150: Fix parsing of names ending in dot and a few other error returnsJeremy Allison2004-08-311-16/+11
* r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-)Andrew Bartlett2004-08-311-1/+1
* r2137: This is a patch I've been running at Hawker for a while.Andrew Bartlett2004-08-311-19/+29
* r2135: BUG 1464: make sure that printing commands are initialized even if the...Gerald Carter2004-08-311-3/+2
* r2133: Several fixes:Gerald Carter2004-08-319-266/+275
* r2131: Fixup format string. The magic value format specifier was missing, soJim McDonough2004-08-311-1/+1
* r2116: Ensure statcache has large enough tdb memory hash size (1031).Jeremy Allison2004-08-301-1/+1
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...Jeremy Allison2004-08-305-39/+69
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2004-08-304-167/+59
* r2111: Fix memleak with valid names.Jeremy Allison2004-08-301-0/+1
* r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....Volker Lendecke2004-08-281-3/+0
* r2091: only use sAMAccountName and not userPrincipalName since the breaks win...Gerald Carter2004-08-271-0/+6
* r2090: fix formatting that was bugging meGerald Carter2004-08-271-36/+18
* r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter2004-08-273-4/+13
* r2083: Fix memleak on return code path.Jeremy Allison2004-08-271-5/+6
* r2082: lp_path should be lp_pathname.Jeremy Allison2004-08-262-2/+3
* r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner2004-08-264-24/+31