summaryrefslogtreecommitdiff
path: root/source3/include/safe_string.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-25lib: move the string wrappers from source3/include to common lib/utilAndrew Tridgell1-105/+1
2011-03-23s3-safe_string: Add checked_strlcpy()Andrew Bartlett1-0/+12
2011-03-23s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett1-44/+14
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-53/+26
2011-03-01s3-build __FUNCTION__ is always available, always use itAndrew Bartlett1-1/+1
2010-08-05s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke1-2/+2
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett1-16/+6
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-6/+6
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-10/+0
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-12/+47
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison1-31/+0
2007-10-10r24321: Attempt to fix the "hape" cc buildVolker Lendecke1-3/+3
2007-10-10r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke1-1/+1
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke1-3/+3
2007-10-10r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()Jeremy Allison1-0/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-3/+3
2007-10-10r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison1-1/+1
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-0/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-0/+14
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison1-0/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-5/+0
2003-06-11on AIX FD_ZERO() is defined in terms of bzero(), so we can't haveAndrew Tridgell1-5/+0
2003-06-10Ok, I've tried being Mr. Nice Guy and people (you know who you are) stillJeremy Allison1-0/+5
2003-03-27The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel1-9/+3
2003-03-22(merge from HEAD)Andrew Bartlett1-25/+25
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-8/+11
2003-03-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison1-23/+141
2003-03-17Merge from HEAD:Andrew Bartlett1-0/+3
2003-03-10strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke1-0/+9
2003-01-14Merge from HEAD:Andrew Bartlett1-0/+21
2002-04-24Merged [fp]strterminate macros from HEAD to fix compile.Tim Potter1-0/+3
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-0/+5
2002-02-16Added some splint annotations from andreas.Tim Potter1-0/+7
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-5/+4
2002-01-15Integrate with PSTRING_SANCTIFY.Martin Pool1-4/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-0/+7
2001-04-28- added test for vasprintfAndrew Tridgell1-5/+0
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-0/+5
2000-02-03Busting up of source/include/smb.h into smaller pieces which can beTim Potter1-0/+50
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-45/+0
1999-07-09Hived off string routines into a separate file.Tim Potter1-0/+45