summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't forget the NULLGerald Carter2003-02-271-3/+3
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
* additional fix for CR 601Gerald Carter2003-02-274-1/+25
* Doxygen merge from headMartin Pool2003-02-271-5/+6
* Merge 1.100 patch from HEAD:Martin Pool2003-02-271-8/+15
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-277-19/+162
* Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is setAndrew Bartlett2003-02-261-2/+2
* Link wbinfo with popt_common.oTim Potter2003-02-261-1/+2
* Merge of exit path cleanup for EnumDomainUsers.Tim Potter2003-02-261-41/+23
* Merge of python prototype header removal.Tim Potter2003-02-261-29/+0
* Merge: newline on debug message.Tim Potter2003-02-251-1/+1
* Merge: add popt_common_version to command line options table.Tim Potter2003-02-254-0/+4
* Merge: const fixes.Tim Potter2003-02-251-110/+87
* Merge: const fixes.Tim Potter2003-02-251-1/+2
* Merge: const fixes.Tim Potter2003-02-2516-119/+136
* Merge: fix compiler warning.Tim Potter2003-02-251-0/+7
* Progress on CR 601Gerald Carter2003-02-256-315/+388
* Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison2003-02-241-2/+2
* Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison2003-02-241-3/+1
* Merge documentation from HEADMartin Pool2003-02-241-6/+13
* Make sure these values are never uninitialsised.Andrew Bartlett2003-02-241-2/+2