Age | Commit message (Expand) | Author | Files | Lines |
2009-10-01 | s3: remove unused rpcstr_pull and rpcstr_pull_talloc. | Günther Deschner | 1 | -35/+0 |
2009-04-07 | s3:charcnv Remove unused unistrcpy() and unistrlen() | Andrew Bartlett | 1 | -37/+0 |
2009-04-07 | s3:charcnv Remove unused unistr2 functions | Andrew Bartlett | 1 | -116/+0 |
2009-04-07 | s3:charcnv Remove unused ucs2_to_unistr2() | Andrew Bartlett | 1 | -46/+0 |
2009-03-18 | s3-rpc_parse: remove unused BUFFER5 and UNISTR3. | Günther Deschner | 1 | -16/+0 |
2008-08-12 | Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX. | Jeremy Allison | 1 | -3/+4 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -9/+11 |
2007-12-16 | get rid of doschar_table[] | Volker Lendecke | 1 | -54/+4 |
2007-12-16 | Tiny fixes to init_valid_table() | Volker Lendecke | 1 | -2/+2 |
2007-12-16 | Make init_doschar_table() static | Volker Lendecke | 1 | -1/+3 |
2007-12-16 | Make check_dos_char static | Volker Lendecke | 1 | -1/+1 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -29/+28 |
2007-11-22 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 1 | -0/+19 |
2007-11-19 | Start to remove some of the pstring functions we're | Jeremy Allison | 1 | -23/+22 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -10/+42 |
2007-11-10 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -1/+10 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 1 | -3/+3 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -16/+16 |
2007-10-10 | r25274: Attempt to fix RPC-SAMBA3-GETUSERNAME | Volker Lendecke | 1 | -2/+2 |
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 | r23662: According to simo, check_dos_char is needed | Volker Lendecke | 1 | -1/+51 |
2007-10-10 | r23660: Anybody know what check_dos_char() was used for? It wasn't called at | Volker Lendecke | 1 | -51/+1 |
2007-10-10 | r20361: Prevent strnlen_w reading beyond max. Valgrind | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18793: Fix BE string handling in the auto-generated | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -6/+8 |
2007-10-10 | r16420: Fix Klocwork #1674. Null deref. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu... | Gerald Carter | 1 | -1/+38 |
2007-10-10 | r14387: Try and fix the coverity issues (#53, #54) with negative | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13521: Implement LOOKUPNAME3 and 4. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -10/+4 |
2007-10-10 | r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") | Jeremy Allison | 1 | -0/+56 |
2007-10-10 | r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo... | Volker Lendecke | 1 | -0/+28 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -2/+3 |
2007-10-10 | r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway... | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa and | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r8795: fix our perpetual motion maching in strncpy_w() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r8762: Attempt to fix the winbindd crashing bug on Solaris (can't remember | Jeremy Allison | 1 | -113/+253 |
2007-10-10 | r7139: trying to reduce the number of diffs between trunk and 3.0; changing v... | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r6965: Remove some dead code from util_unistr.c. | Jeremy Allison | 1 | -16/+0 |
2007-10-10 | r6231: Herb, I think this checkin was a mistake. Are you sure this is | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r6230: don't know how this ever worked! the compiler complained we | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r6149: Fixes bugs #2498 and 2484. | Derrell Lipman | 1 | -7/+7 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -12/+13 |
2007-10-10 | r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ... | Gerald Carter | 1 | -8/+16 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r4032: Fix bug #2110 - ensure we convert to ucs2 correctly. | Jeremy Allison | 1 | -10/+0 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -6/+6 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 1 | -2/+2 |