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