summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19173: see if HPUX 11.23 needs the same workaround as 11.11Stefan Metzmacher1-0/+4
2007-10-10r19171: change the socket wrapper license toStefan Metzmacher2-36/+72
2007-10-10r19146: merge from samba3:Stefan Metzmacher1-1/+3
2007-10-10r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0Volker Lendecke1-4/+7
2007-10-10r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...Volker Lendecke1-6/+12
2007-10-10r19131: merge from samba3:Stefan Metzmacher1-1/+1
2007-10-10r19129: Add comment to clarify behaviorSimo Sorce1-0/+4
2007-10-10r19123: - pass LDFLAGS from configure to MakefileStefan Metzmacher1-1/+1
2007-10-10r19122: merge from samba3:Stefan Metzmacher1-4/+17
2007-10-10r19120: silence a warning about a test functionAndrew Tridgell1-0/+1
2007-10-10r19118: get rid of a bunch of bool misuse warningsAndrew Tridgell1-19/+19
2007-10-10r19117: I've changed the checker wrapper on snab to allow for aAndrew Tridgell1-0/+3
2007-10-10r19116: fixed a checker warningAndrew Tridgell1-4/+2
2007-10-10r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell1-1/+3
2007-10-10r19113: fixed another checker warning.Andrew Tridgell1-0/+1
2007-10-10r19112: fixed a checker warning.Andrew Tridgell1-1/+1
2007-10-10r19097: add support for SUCKET_WRAPPER_PCAP_FILEStefan Metzmacher1-14/+306
2007-10-10r19084: make socket_wrapper more portable (standalone) and not use uintX_tStefan Metzmacher1-5/+5
2007-10-10r19082: add the source vs. destination address and tcp logicStefan Metzmacher1-0/+242
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke1-1/+1
2007-10-10r19069: The sequence number is a 64 bit unsigned integerSimo Sorce1-2/+2
2007-10-10r19068: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtortureStefan Metzmacher1-4/+6
2007-10-10r19032: let the getdents replacement fail and see what the build-farm says.Stefan Metzmacher1-0/+1
2007-10-10r19029: test if opendir() on a file sets errno = ENOTDIRStefan Metzmacher1-2/+6
2007-10-10r19023: lets see what the build-farm says about trying theStefan Metzmacher1-22/+22
2007-10-10r19022: eliminate a warningDerrell Lipman1-1/+1
2007-10-10r19021: match the prototype for a trigger functionDerrell Lipman1-2/+2
2007-10-10r19017: Merge from Samba3:Volker Lendecke2-0/+24
2007-10-10r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell1-1/+6
2007-10-10r18999: merge from samba3:Stefan Metzmacher2-10/+9
2007-10-10r18995: - fix bug 4078Stefan Metzmacher2-12/+37
2007-10-10r18992: prepare SOCKET_WRAPPER_PCAP_FILE supportStefan Metzmacher1-29/+83
2007-10-10r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke1-0/+7
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell1-2/+2
2007-10-10r18970: avoid strndup and strnlen on AIX. They are quite broken. SeeAndrew Tridgell2-2/+6
2007-10-10r18960: fix caching of some configure tests AC_CACHE_CHECK()Stefan Metzmacher2-20/+20
2007-10-10r18957: we need to include unistd.h in system/network.h becauseStefan Metzmacher1-0/+4
2007-10-10r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher1-1/+1
2007-10-10r18947: overload listen() and ioctl() in socket_wrapperStefan Metzmacher3-0/+46
2007-10-10r18946: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r18943: Samba4 wants its databases private to root. I know some of them couldAndrew Tridgell1-0/+5
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell4-1/+16
2007-10-10r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell1-1/+1
2007-10-10r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...Derrell Lipman80-0/+33339
2007-10-10r18918: - bail out with unsupported option to socket()Stefan Metzmacher1-18/+53