summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...Jim McDonough2007-10-102-2/+5
* r2233: fixed 3 places where == is mistakenly used instead of = in bourneAndrew Tridgell2007-10-101-3/+3
* r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type,...Paul Green2007-10-101-4/+4
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2007-10-103-7/+146
* r2219: Remember to count bad_components only on pathname boundaries.Jeremy Allison2007-10-101-2/+2
* r2215: I think I'm really close now. The key is to count the number ofJeremy Allison2007-10-101-22/+29
* r2213: Optimisation. Passes masktest against W2K3.Jeremy Allison2007-10-101-0/+3
* r2198: Correct fix for #1360. Need to use -Wl when passing flags to the linker.Tim Potter2007-10-101-1/+1
* r2196: This error code change is incorrect. Still working on it...Jeremy Allison2007-10-101-5/+0
* r2194: Here is the efforts of much pain reproducing W2K3 pathnameJeremy Allison2007-10-102-72/+87
* r2191: ensure that we assign our pid to print jobs (and not our parent's pid)...Gerald Carter2007-10-101-17/+8
* r2190: disable 'winbind enable local accounts' by default (had to be done doc...Gerald Carter2007-10-101-1/+1
* r2188: adding some initial checks for DragonFly (same as FreeBSD 4.1)Gerald Carter2007-10-101-3/+4
* r2177: use the correct counter when copying group rids from the user_info3 st...Gerald Carter2007-10-101-3/+3
* r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...Jeremy Allison2007-10-101-0/+6
* r2163: converted samba3 to use the new utf-16 aware iconv code. Also changedAndrew Tridgell2007-10-101-64/+208
* r2160: fixed the uuid pack/unpack routines (they could go past the end of the...Andrew Tridgell2007-10-101-52/+14
* r2157: This parameter in loadparm appears compleatly unused.Andrew Bartlett2007-10-101-2/+0
* r2155: Reformat, plus steal from Samba4 :-).Jeremy Allison2007-10-101-233/+259
* r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison2007-10-102-40/+20
* r2150: Fix parsing of names ending in dot and a few other error returnsJeremy Allison2007-10-101-16/+11
* r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-)Andrew Bartlett2007-10-101-1/+1
* r2137: This is a patch I've been running at Hawker for a while.Andrew Bartlett2007-10-101-19/+29
* r2135: BUG 1464: make sure that printing commands are initialized even if the...Gerald Carter2007-10-101-3/+2
* r2133: Several fixes:Gerald Carter2007-10-109-266/+275
* r2131: Fixup format string. The magic value format specifier was missing, soJim McDonough2007-10-101-1/+1
* r2116: Ensure statcache has large enough tdb memory hash size (1031).Jeremy Allison2007-10-101-1/+1
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...Jeremy Allison2007-10-105-39/+69
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2007-10-104-167/+59
* r2111: Fix memleak with valid names.Jeremy Allison2007-10-101-0/+1
* r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....Volker Lendecke2007-10-101-3/+0
* r2091: only use sAMAccountName and not userPrincipalName since the breaks win...Gerald Carter2007-10-101-0/+6
* r2090: fix formatting that was bugging meGerald Carter2007-10-101-36/+18
* r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter2007-10-103-4/+13
* r2083: Fix memleak on return code path.Jeremy Allison2007-10-101-5/+6
* r2082: lp_path should be lp_pathname.Jeremy Allison2007-10-102-2/+3
* r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner2007-10-104-24/+31
* r2079: Clear the publish-bit from the attributes-mask when migratingGünther Deschner2007-10-101-0/+6
* r2077: fix logic bug in the check for creating a user's home directory in reg...Gerald Carter2007-10-102-11/+18
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2007-10-104-127/+3
* r2073: Adding getprinter level 7 to rpcclient.Günther Deschner2007-10-103-0/+40
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...Simo Sorce2007-10-102-2/+4
* r2068: Use SMB_ASSERT to track down empty printername (thanks jerry).Günther Deschner2007-10-101-2/+1
* r2067: Prevent nameless $LIBDIR/printing/.tdb from beeing created.Günther Deschner2007-10-101-0/+3
* r2057: Although rarely used, prevent "net lookup kdc" from segfaulting whenGünther Deschner2007-10-102-1/+12
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison2007-10-104-33/+21
* r2027: Fix for but #1657, used initialized variable, fromJeremy Allison2007-10-101-1/+1
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-107-493/+100
* r2023: If there's garbage in the pidfile, we should not panic but assume that...Volker Lendecke2007-10-101-0/+7
* r2022: Add net_copy_fileattr as a separate function to copy just ACLs, attrsGünther Deschner2007-10-101-101/+198