summaryrefslogtreecommitdiffstats
path: root/source/lib/util_unistr.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-06-291-1/+51
|
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-06-291-51/+1
| | | | all, so it's gone. With it 8k bss went away.
* r20361: Prevent strnlen_w reading beyond max. ValgrindJeremy Allison2006-12-271-1/+1
| | | | | found by Volker. Jeremy
* r19769: more compile fixes while merging from SAMBA_3_0 (not done yet)Gerald Carter2006-11-181-8/+10
|
* r16438: sync up to r16433Gerald Carter2006-06-211-4/+8
|
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ↵Gerald Carter2006-04-081-1/+38
| | | | ensure that global memory is freed when unloading pam_winbind.so (needs more testing on non-linux platforms)
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2006-03-141-2/+2
| | | | | | sink by ensuring all uses of rpcstr_push are consistent with a size_t dest size arg. Jeremy.
* r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2006-02-161-1/+1
| | | | Jeremy.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-10/+4
| | | | Sync with trunk as off r13315
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2005-12-271-0/+56
| | | | | | and replace calls to isupper/islower/toupper/tolower with ASCII equivalents (mapping into _w variants). Jeremy.
* r11706: Implement dsr_getdcname client code. It's handy: It not only gives ↵Volker Lendecke2005-11-131-0/+28
| | | | | | | | you the IP address but also the fqdn of the remote dc and site info. Volker
* r9780: Clean up a bunch of compiler warnings.James Peach2005-08-301-2/+3
|
* r9271: Fix problems with german umlauts - strcmp_w was broken (needs to ↵Jeremy Allison2005-08-121-4/+4
| | | | | | | always re-call macro on termination). Fix all other cases where this was also occurring. Jeremy.
* r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa andJeremy Allison2005-08-021-2/+2
| | | | | strncmp_wa. Jeremy.
* r8795: fix our perpetual motion maching in strncpy_w()Gerald Carter2005-07-271-1/+1
|
* r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2005-07-261-113/+253
| | | | | | the bugid). Make the functions in lib/util_unistr.c odd-alignment safe using some evil macros. Needs testing on bigendian. Jeremy.
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing ↵Gerald Carter2005-05-311-7/+7
| | | | version to 3.0.20pre1
* r6965: Remove some dead code from util_unistr.c.Jeremy Allison2005-05-251-16/+0
| | | | | | Start of fix for #2735 - we are not mangling some names we should. More fixes to follow. Jeremy.
* r6231: Herb, I think this checkin was a mistake. Are you sure this isGerald Carter2005-04-071-1/+1
| | | | | | what you meant to change? Fix build breakage....
* r6230: don't know how this ever worked! the compiler complained weHerb Lewis2005-04-061-1/+1
| | | | were comparing an integer to a pointer and it was right.
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-7/+7
| | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task.
* r6014: rather large change set....Gerald Carter2005-03-231-12/+13
| | | | | | | | | | | | | | pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon).
* r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ↵Gerald Carter2005-02-171-8/+16
| | | | 2341 & 2342
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-7/+7
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r4032: Fix bug #2110 - ensure we convert to ucs2 correctly.Jeremy Allison2004-12-021-10/+0
| | | | Jeremy.
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-071-6/+6
| | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+847
metze