summaryrefslogtreecommitdiffstats
path: root/source/lib/util_str.c
Commit message (Collapse)AuthorAgeFilesLines
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-11/+11
| | | | | | | | | | | | | | | | | | 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-0/+14
| | | | | | | | | | | | | | 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).
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2005-03-221-1/+1
|
* r5956: more compile warngin fixes from the Mr. MaderGerald Carter2005-03-221-3/+3
|
* r5954: Fix some compiler warnings and add missing exclude-block in "net rpcGünther Deschner2005-03-221-1/+1
| | | | | | share migrate" (found by Lars Mueller <lmuelle@suse.de>). Guenther
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to ↵Gerald Carter2005-03-221-1/+1
| | | | cleanup the name space
* r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard ↵Gerald Carter2005-02-011-4/+10
| | | | base64_encode_data_blob() against empty blobs
* r5066: A couple of small fixes from James Peach @ SGI.Jeremy Allison2005-01-281-2/+2
| | | | Jeremy.
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2005-01-151-0/+16
|
* r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>Jeremy Allison2004-12-221-0/+8
| | | | | to prevent uninitialized creds being freed. Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-19/+19
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r2605: Fix stupid typo in back-port of Samba4 fix.Jeremy Allison2004-09-241-1/+1
| | | | Jeremy.
* r2578: Pick up optimisation from Samba4 - thanks tridge !Jeremy Allison2004-09-241-0/+12
| | | | | | | | - I recently found out that charaters below 0x3F are guaranteed not to occur as secondary bytes in any multi-byte character set. This allows for a very simple optimisation in strchr_m() and strrchr_m(). It might be a good idea to pick this up for Samba3. Jeremy.
* r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison2004-09-151-5/+8
| | | | Jeremy.
* r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB ↵Jeremy Allison2004-09-011-0/+6
| | | | | | strupper_m/strlower_m. Jeremy.
* r2111: Fix memleak with valid names.Jeremy Allison2004-08-301-0/+1
| | | | Jeremy.
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ↵Simo Sorce2004-08-251-2/+2
| | | | broken.
* r1570: merging changes from 3.0.5Gerald Carter2004-07-221-4/+12
|
* r1087: BUG 1221: revert old change that used single and double quotes as ↵Gerald Carter2004-06-081-1/+1
| | | | delimters in next_token(), and change print_parameter() to print out parm values surrounded by double quotes (instead of single quotes)
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-071-4/+2
| | | | | | | | 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.
* r116: volker's patch for local group and group nestingGerald Carter2004-04-071-0/+18
|
* r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett2004-04-071-0/+11
| | | | Andrew Bartlett
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-18/+0
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+2047
metze