summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-0419-50/+59
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-043-3/+3
* Add in bufflen limit when storing NetBIOS names. Remove safe_strcpy.Jeremy Allison2011-05-041-16/+32
* Convert safe_strXX to strlXXX. Clean up off-by-ones.Jeremy Allison2011-05-041-31/+17
* Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison2011-05-041-7/+7
* Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison2011-05-041-3/+3
* Fold null terminator into listlen length, change to strlcpy.Jeremy Allison2011-05-041-6/+4
* Fix the only place we reply on the NULL handling for the source in safe_strcpy.Jeremy Allison2011-05-041-10/+18
* Fix off-by-one when used with safe_strcpy.Jeremy Allison2011-05-041-1/+1
* sasl_secret_t ends in a char [1] size. This means the extra character is impl...Jeremy Allison2011-05-041-2/+2
* Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison2011-05-044-9/+9
* BUGFIX when converting from safe_strcpy to strlcpy.Jeremy Allison2011-05-041-1/+5
* Remove overmalloc_safe_strcpy - can be simple strlcpy.Jeremy Allison2011-05-043-10/+2
* Remove obvious use of safe_strcpy + safe_strcat -> strlcpy + strlcat.Jeremy Allison2011-05-041-10/+10
* Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison2011-05-044-10/+10
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-0414-26/+26
* s3-torture: Add a test for notify upon read&xVolker Lendecke2011-05-045-1/+304
* Always build before commit ... :-)Volker Lendecke2011-05-041-1/+1
* Remove unused function parse_add_domuser().Jeremy Allison2011-05-042-26/+0
* s3-waf: add vfs_gpfs_hsm_notify to the build.Günther Deschner2011-05-042-0/+14
* RHEL-CTDB: Build vfs_gpfs_hsm_notifyVolker Lendecke2011-05-041-1/+2
* vfs_gpfs: Properly notify the offline->online changesVolker Lendecke2011-05-043-0/+117
* vfs_gpfs: Block sendfile for offline filesVolker Lendecke2011-05-041-0/+12
* vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke2011-05-041-5/+12
* s3: Properly deal with exited winbind childrenVolker Lendecke2011-05-041-0/+5
* s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner2011-05-042-8/+2
* s3: Filter out duplicates in name_query()Volker Lendecke2011-05-041-2/+18
* s3-includes: when MADVISE support was reverted back in 2009, someone forgot t...Günther Deschner2011-05-031-4/+0
* s3-includes: move enum flush_reason_enum to smb.hGünther Deschner2011-05-032-16/+16
* s3-includes: remove ipv6 related prototype which is already defined in ../lib...Günther Deschner2011-05-031-5/+0
* s3-system: move LOCK_ defines to lib/system.cGünther Deschner2011-05-032-9/+9
* s3: Handle EINTR from sys_poll correctlyVolker Lendecke2011-05-031-1/+4
* s3-proto: move remaining krb5 protos to krb5_protos.hGünther Deschner2011-05-032-7/+6
* s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename.Andrew Bartlett2011-05-033-3/+3
* s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ...Björn Jacke2011-05-031-1/+1
* ѕ3/configure: move out generic CPPFLAGS in the solaris case hereBjörn Jacke2011-05-031-3/+4
* ѕ3/configure: move out generic LDFLAGS in the solaris case hereBjörn Jacke2011-05-031-3/+1
* lib/util make string_wrappers.h a public headerAndrew Bartlett2011-05-031-1/+1
* s4-param Rename secrets_init() -> randseed_init()Andrew Bartlett2011-05-033-10/+10
* lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett2011-05-034-89/+4
* lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett2011-05-032-35/+27
* s4: fix arguments to safe_strcpy()Andrew Bartlett2011-05-032-7/+7
* s4-socket: rename allow_access() to socket_allow_access()Andrew Tridgell2011-05-033-8/+8
* lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett2011-05-036-145/+12
* s3-lib make push_ucs2() staticAndrew Bartlett2011-05-032-2/+1
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-0312-150/+135
* s4-param: use new roles.hAndrew Tridgell2011-05-031-5/+1
* s3-include: use new roles.hAndrew Tridgell2011-05-032-9/+2
* libds: added roles.h for server rolesAndrew Tridgell2011-05-032-0/+43
* libcli/raw: use a different ifdef than s3 smb.hAndrew Tridgell2011-05-031-3/+3