summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-03-17Fix building --with-smbwrapper.Tim Potter2-24/+6
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter3-21/+39
2003-03-14Fix off by one bug noticed by Andrew Bartlett.Jeremy Allison1-2/+2
2003-03-13Merge from HEAD. 'win2000 can take much longer than the specified time to res...Jeremy Allison1-1/+1
2003-03-13Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call'Jeremy Allison1-2/+6
2003-03-13Merge of tdb_unlockeys() crash fix.Tim Potter1-0/+2
2003-03-13Merge of added locking functions from HEAD.Tim Potter1-1/+81
2003-03-13Merge of some commentary for getprinter info levels supported by win2k+Tim Potter1-0/+16
2003-03-13In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool1-0/+4
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison5-96/+191
2003-03-13Merge of Andrew Bartlett's SID limit fix from HEAD.Jeremy Allison1-0/+5
2003-03-12fixed a strcat noticed by metzeAndrew Tridgell1-1/+1
2003-03-12Ensure we count the length correctly in mangle_map.Jeremy Allison1-6/+15
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter3-1/+6
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-11Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison1-1/+2
2003-03-11When opening an existing DB, don't require the hash_size specified toMartin Pool1-2/+1
2003-03-11Patch from Ronan Waide:Martin Pool1-1/+1
2003-03-11Remove obsolete file.Tim Potter1-13/+0
2003-03-10strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke2-8/+17
2003-03-10check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter1-1/+1
2003-03-10Use "$@" to preserve shell quoting in case somebody passes an escapedMartin Pool1-1/+1
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison3-3/+3
2003-03-07Extra const committed by mistake - revert.Jeremy Allison1-1/+1
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison3-82/+203
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison3-69/+227
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter3-2/+4
2003-03-05More const fixes.Jeremy Allison2-3/+3
2003-03-05Writable string const fixes.Jeremy Allison2-7/+13
2003-03-05Fix for little-used lpq parser.Jeremy Allison1-1/+1
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-03-04preparing for release of 3.0alpha22Gerald Carter1-1/+1
2003-03-03More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe2-6/+7
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-03-03Fix const warning.Jeremy Allison1-1/+1
2003-03-03dlysym takes a const char *.Jeremy Allison1-1/+1
2003-03-03* always report ourselves as a Windows 2000 print server (evenGerald Carter1-8/+29
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter2-4/+16
2003-03-01Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2-0/+10
2003-03-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-02-28Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij1-3/+3
2003-02-28Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool1-4/+3
2003-02-28Move net ads lookup improvements over from HEADJim McDonough1-61/+142
2003-02-28*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison3-15/+61
2003-02-27 don't forget the NULLGerald Carter1-3/+3
2003-02-27and the winner of "i should have just written it in assemblyGerald Carter1-3/+3
2003-02-27don't pass NULL pointers to strcmp()Gerald Carter1-2/+2