Age | Commit message (Expand) | Author | Files | Lines |
2003-03-11 | Patch from Ronan Waide: | Martin Pool | 1 | -1/+1 |
2003-03-11 | Remove obsolete file. | Tim Potter | 1 | -13/+0 |
2003-03-10 | strcpy_base from HEAD and trivial fix for smbclient -L | Volker Lendecke | 2 | -8/+17 |
2003-03-10 | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 1 | -1/+1 |
2003-03-10 | Use "$@" to preserve shell quoting in case somebody passes an escaped | Martin Pool | 1 | -1/+1 |
2003-03-08 | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 3 | -3/+3 |
2003-03-07 | Extra const committed by mistake - revert. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Missed parentheses around complex logic. | Jeremy Allison | 1 | -1/+2 |
2003-03-07 | Patch from Michael Steffens. In his own words : | Jeremy Allison | 3 | -82/+203 |
2003-03-07 | Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit. | Jeremy Allison | 1 | -0/+3 |
2003-03-07 | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 3 | -69/+227 |
2003-03-06 | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 3 | -2/+4 |
2003-03-05 | More const fixes. | Jeremy Allison | 2 | -3/+3 |
2003-03-05 | Writable string const fixes. | Jeremy Allison | 2 | -7/+13 |
2003-03-05 | Fix for little-used lpq parser. | Jeremy Allison | 1 | -1/+1 |
2003-03-05 | Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full | Jeremy Allison | 1 | -7/+2 |
2003-03-04 | preparing for release of 3.0alpha22 | Gerald Carter | 1 | -1/+1 |
2003-03-03 | More janitorial duties, fixing the BIG_UINT changes for large offsets. | Richard Sharpe | 2 | -6/+7 |
2003-03-03 | Const warning fixes. | Jeremy Allison | 1 | -2/+2 |
2003-03-03 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2003-03-03 | dlysym takes a const char *. | Jeremy Allison | 1 | -1/+1 |
2003-03-03 | * always report ourselves as a Windows 2000 print server (even | Gerald Carter | 1 | -8/+29 |
2003-03-03 | * CR1868: only send a change notify message if we have something | Gerald Carter | 2 | -4/+16 |
2003-03-01 | Added limit to number of jobs enumerated. Set to 0 (means no limit). | Jeremy Allison | 2 | -0/+10 |
2003-03-01 | Ensure added jobs increment total_jobs. | Jeremy Allison | 1 | -0/+6 |
2003-02-28 | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 1 | -3/+3 |
2003-02-28 | Remove reference to "mainpage.dox" and CodingStandards, which have | Martin Pool | 1 | -4/+3 |
2003-02-28 | Move net ads lookup improvements over from HEAD | Jim McDonough | 1 | -61/+142 |
2003-02-28 | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 3 | -15/+61 |
2003-02-27 | don't forget the NULL | Gerald Carter | 1 | -3/+3 |
2003-02-27 | and the winner of "i should have just written it in assembly | Gerald Carter | 1 | -3/+3 |
2003-02-27 | don't pass NULL pointers to strcmp() | Gerald Carter | 1 | -2/+2 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 4 | -1/+25 |
2003-02-27 | Doxygen merge from head | Martin Pool | 1 | -5/+6 |
2003-02-27 | Merge 1.100 patch from HEAD: | Martin Pool | 1 | -8/+15 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 7 | -19/+162 |
2003-02-26 | Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is set | Andrew Bartlett | 1 | -2/+2 |
2003-02-26 | Link wbinfo with popt_common.o | Tim Potter | 1 | -1/+2 |
2003-02-26 | Merge of exit path cleanup for EnumDomainUsers. | Tim Potter | 1 | -41/+23 |
2003-02-26 | Merge of python prototype header removal. | Tim Potter | 1 | -29/+0 |
2003-02-25 | Merge: newline on debug message. | Tim Potter | 1 | -1/+1 |
2003-02-25 | Merge: add popt_common_version to command line options table. | Tim Potter | 4 | -0/+4 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -110/+87 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -1/+2 |
2003-02-25 | Merge: const fixes. | Tim Potter | 16 | -119/+136 |
2003-02-25 | Merge: fix compiler warning. | Tim Potter | 1 | -0/+7 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 6 | -315/+388 |
2003-02-24 | Merge from HEAD. Use pstrcpy not safe_strcpy. | Jeremy Allison | 1 | -2/+2 |
2003-02-24 | Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ... | Jeremy Allison | 1 | -3/+1 |