summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-27additional fix for CR 601Gerald Carter4-1/+25
2003-02-27Doxygen merge from headMartin Pool1-5/+6
2003-02-27Merge 1.100 patch from HEAD:Martin Pool1-8/+15
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison7-19/+162
2003-02-26Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is setAndrew Bartlett1-2/+2
2003-02-26Link wbinfo with popt_common.oTim Potter1-1/+2
2003-02-26Merge of exit path cleanup for EnumDomainUsers.Tim Potter1-41/+23
2003-02-26Merge of python prototype header removal.Tim Potter1-29/+0
2003-02-25Merge: newline on debug message.Tim Potter1-1/+1
2003-02-25Merge: add popt_common_version to command line options table.Tim Potter4-0/+4
2003-02-25Merge: const fixes.Tim Potter1-110/+87
2003-02-25Merge: const fixes.Tim Potter1-1/+2
2003-02-25Merge: const fixes.Tim Potter16-119/+136
2003-02-25Merge: fix compiler warning.Tim Potter1-0/+7
2003-02-25Progress on CR 601Gerald Carter6-315/+388
2003-02-24Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison1-2/+2
2003-02-24Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison1-3/+1
2003-02-24Merge documentation from HEADMartin Pool1-6/+13
2003-02-24Make sure these values are never uninitialsised.Andrew Bartlett1-2/+2