Age | Commit message (Expand) | Author | Files | Lines |
2003-03-06 | Make smbtorture use the same cli_full_connection() framework as the rest of | Andrew Bartlett | 4 | -865/+842 |
2003-03-06 | more off-by-one safe_strcpy() | Andrew Bartlett | 1 | -3/+3 |
2003-03-06 | More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy()) | Andrew Bartlett | 4 | -30/+30 |
2003-03-06 | FIXME about crash on failure case. | Martin Pool | 1 | -2/+5 |
2003-03-05 | Add *SMBSERVER fallback code to smbtorture ... | Richard Sharpe | 1 | -3/+17 |
2003-03-05 | Add code to allow us to specify the port to connect on when performing | Richard Sharpe | 1 | -6/+14 |
2003-03-05 | Use new configure test to turn on this automated test for correct string | Andrew Bartlett | 1 | -1/+1 |
2003-03-05 | A couple more fixes for fstrcpy() into a malloced region. In this case it's | Andrew Bartlett | 2 | -5/+5 |
2003-03-05 | Add a test for a useful property of the compiler - we can get link-time | Andrew Bartlett | 1 | -0/+18 |
2003-03-05 | also ignore the autom4te-2.53.cache | Andrew Bartlett | 1 | -1/+1 |
2003-03-05 | This file has not been maintained for a while - if we really want this | Andrew Bartlett | 1 | -3/+0 |
2003-03-05 | lp_string: Add note about dodgy StrnCpy use. | Martin Pool | 1 | -0/+3 |
2003-03-05 | Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinter | Tim Potter | 1 | -1/+1 |
2003-03-05 | More const fixes. | Jeremy Allison | 2 | -3/+3 |
2003-03-05 | Writable string const fixes. | Jeremy Allison | 3 | -8/+14 |
2003-03-05 | Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full | Jeremy Allison | 1 | -7/+2 |
2003-03-04 | Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intent | Andrew Bartlett | 1 | -2/+2 |
2003-03-03 | Another pstrcpy() into malloc()ed buffer fix. | Andrew Bartlett | 1 | -2/+2 |
2003-03-03 | Const warning fixes. | Jeremy Allison | 1 | -2/+2 |
2003-03-03 | dlsym takes a const char *. | Jeremy Allison | 1 | -1/+1 |
2003-03-03 | Fix "might be used uninitialised" warnings. | Jeremy Allison | 1 | -2/+2 |
2003-03-03 | Do my janitorial duties to encourage others to do so. | Richard Sharpe | 2 | -7/+8 |
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 | -2/+14 |
2003-03-03 | Try the PASSWD environment variable if we don't have one from the command line. | Andrew Bartlett | 1 | -0/+4 |
2003-03-03 | Fixes to the vfs_fake_perms modules - we only need to specify the VFS | Andrew Bartlett | 1 | -211/+29 |
2003-03-03 | Add const | Andrew Bartlett | 1 | -1/+1 |
2003-03-01 | i forgot to commit the privilege db init call | Andrew Tridgell | 1 | -0/+4 |
2003-03-01 | Added limit to number of jobs enumerated. Set to 0 (means no limit). | Jeremy Allison | 2 | -0/+10 |
2003-03-01 | the new DEVELOPER checks for string overflows have (as expected) | Andrew Tridgell | 2 | -3/+12 |
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 | fixed a crash bug in the new winbindd 'sids rule!' code | Andrew Tridgell | 1 | -1/+1 |
2003-02-28 | Doxygen janitor: add note that strequal is in fact case-insensitive. | Martin Pool | 1 | -6/+8 |
2003-02-28 | - added help on -P option | Andrew Tridgell | 1 | -0/+2 |
2003-02-28 | Doxygen janitor | Martin Pool | 3 | -9/+9 |
2003-02-28 | Doxygen janitor: fix parameter names, grammar, tag names. | Martin Pool | 1 | -14/+14 |
2003-02-28 | Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd" | Martin Pool | 1 | -1/+1 |
2003-02-28 | Doxygen janitor: check_domain_match parameter is spelled | Martin Pool | 1 | -2/+2 |
2003-02-28 | Fix comment typo | Martin Pool | 1 | -1/+1 |
2003-02-28 | Remove reference to "mainpage.dox" and CodingStandards, which have | Martin Pool | 2 | -11/+3 |
2003-02-28 | Add a comment about the meaning of samba's internal character set and | Martin Pool | 1 | -0/+24 |
2003-02-28 | Add simple test harness that exposes StrCaseCmp for testing. | Martin Pool | 1 | -0/+20 |
2003-02-28 | cleanup some compiler warnings | Jim McDonough | 1 | -3/+3 |
2003-02-28 | Improve net ads lookup: | 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 | -2/+26 |