summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD:Andrew Bartlett2003-03-173-4/+69
* Merge new statcache.c from HEAD.Andrew Bartlett2003-03-171-61/+126
* Fix memory leak.Volker Lendecke2003-03-171-0/+2
* Fix building --with-smbwrapper.Tim Potter2003-03-172-24/+6
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-143-21/+39
* Fix off by one bug noticed by Andrew Bartlett.Jeremy Allison2003-03-141-2/+2
* Merge from HEAD. 'win2000 can take much longer than the specified time to res...Jeremy Allison2003-03-131-1/+1
* Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call'Jeremy Allison2003-03-131-2/+6
* Merge of tdb_unlockeys() crash fix.Tim Potter2003-03-131-0/+2
* Merge of added locking functions from HEAD.Tim Potter2003-03-131-1/+81
* Merge of some commentary for getprinter info levels supported by win2k+Tim Potter2003-03-131-0/+16
* In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool2003-03-131-0/+4
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-135-96/+191
* Merge of Andrew Bartlett's SID limit fix from HEAD.Jeremy Allison2003-03-131-0/+5
* fixed a strcat noticed by metzeAndrew Tridgell2003-03-121-1/+1
* Ensure we count the length correctly in mangle_map.Jeremy Allison2003-03-121-6/+15
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-123-1/+6
* We use unsigned now, so use %u.Jeremy Allison2003-03-111-1/+1
* Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison2003-03-111-1/+2
* When opening an existing DB, don't require the hash_size specified toMartin Pool2003-03-111-2/+1
* Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
* Remove obsolete file.Tim Potter2003-03-111-13/+0
* strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke2003-03-102-8/+17
* check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter2003-03-101-1/+1
* Use "$@" to preserve shell quoting in case somebody passes an escapedMartin Pool2003-03-101-1/+1
* Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison2003-03-081-1/+1
* Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison2003-03-073-3/+3
* Extra const committed by mistake - revert.Jeremy Allison2003-03-071-1/+1
* Missed parentheses around complex logic.Jeremy Allison2003-03-071-1/+2
* Patch from Michael Steffens. In his own words :Jeremy Allison2003-03-073-82/+203
* Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison2003-03-071-0/+3
* Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison2003-03-073-69/+227
* add #define for the max device name length in a DEVICEMODEGerald Carter2003-03-063-2/+4
* More const fixes.Jeremy Allison2003-03-052-3/+3
* Writable string const fixes.Jeremy Allison2003-03-052-7/+13
* Fix for little-used lpq parser.Jeremy Allison2003-03-051-1/+1
* Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison2003-03-051-7/+2
* preparing for release of 3.0alpha22Gerald Carter2003-03-041-1/+1
* More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe2003-03-032-6/+7
* Const warning fixes.Jeremy Allison2003-03-031-2/+2
* Fix const warning.Jeremy Allison2003-03-031-1/+1
* dlysym takes a const char *.Jeremy Allison2003-03-031-1/+1
* * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
* * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-032-4/+16
* Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-012-0/+10
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
* Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool2003-02-281-4/+3
* Move net ads lookup improvements over from HEADJim McDonough2003-02-281-61/+142
* *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison2003-02-283-15/+61