Age | Commit message (Expand) | Author | Files | Lines |
2008-02-01 | Ensure that convert_string_allocate() allocates 2 extra | Jeremy Allison | 1 | -6/+14 |
2008-01-09 | Fixup hot paths - add macro for toupper (c < 0x80). | Jeremy Allison | 1 | -6/+12 |
2007-12-16 | Make init_doschar_table() static | Volker Lendecke | 1 | -1/+0 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -4/+9 |
2007-12-04 | pull_ascii_pstring is gone. | Jeremy Allison | 1 | -6/+0 |
2007-12-04 | Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc(). | Jeremy Allison | 1 | -1/+7 |
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 1 | -1/+1 |
2007-11-19 | Start to remove some of the pstring functions we're | Jeremy Allison | 1 | -11/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r25277: Belt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME. | Jeremy Allison | 1 | -4/+7 |
2007-10-10 | r25258: Fix a panic message and remove superfluous return after the call to s... | Michael Adam | 1 | -2/+1 |
2007-10-10 | r25238: Make the error returns from the string functions | Jeremy Allison | 1 | -20/+20 |
2007-10-10 | r25222: Fix last assumptions that (size_t)-1 can be used | Jeremy Allison | 1 | -18/+36 |
2007-10-10 | r25199: Remove pstring from strdup_upper - make it the | Jeremy Allison | 1 | -14/+31 |
2007-10-10 | r25195: Fix issue with calling pull_uc2_*alloc with | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r25184: Fix some C++ warnings and an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -8/+33 |
2007-10-10 | r25136: When tallocing a string to uppercase remember the terminating | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25120: One more warning. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -1/+15 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -0/+65 |
2007-10-10 | r24133: Explicitly pass flags2 down to push_string_fn | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r23865: Fix a type-punned error | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc() | Jeremy Allison | 1 | -16/+234 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 1 | -2/+10 |
2007-10-10 | r23662: According to simo, check_dos_char is needed | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23660: Anybody know what check_dos_char() was used for? It wasn't called at | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r22754: When processing a string, ensure we don't write one past | Jeremy Allison | 1 | -6/+15 |
2007-10-10 | r18897: Fix valgrind bug found by Volker. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r18793: Fix BE string handling in the auto-generated | Jeremy Allison | 1 | -36/+49 |
2007-10-10 | r18787: Fix the strlen_m and strlen_m_term code by merging | Jeremy Allison | 1 | -23/+76 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -7/+11 |
2007-10-10 | r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu... | Gerald Carter | 1 | -0/+17 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -13/+12 |
2007-10-10 | r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") | Jeremy Allison | 1 | -10/+1 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5933: We were handling setting of EA's incorrectly - we should be able to set | Jeremy Allison | 1 | -0/+15 |
2007-10-10 | r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the locale | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r3857: Shut up gcc about erroneous "used uninitialised" warning. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2610: Even if we only use the fast-path (ascii only) then | Jeremy Allison | 1 | -0/+21 |
2007-10-10 | r2392: Steal the nicer error message from Samba4 :-). | Jeremy Allison | 1 | -8/+12 |
2007-10-10 | r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ... | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov, | Jeremy Allison | 1 | -12/+19 |
2007-10-10 | r907: fixing browse.dat bug -- don't include the resouce byte from the netbio... | Gerald Carter | 1 | -1/+1 |
2004-04-01 | "Fixing my FORTRAN". Ensure we always have some valid char converter for the | Jeremy Allison | 1 | -4/+14 |