summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij4-8/+8
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-4/+30
2008-12-31Disable the use of splice(2)Volker Lendecke1-1/+1
2008-12-31Try to fix recvfile using splice on LinuxVolker Lendecke1-21/+36
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-2/+2
2008-12-31Remove unused function parent_dirnameVolker Lendecke1-13/+0
2008-12-31Make use of TALLOC_MEMDUP in parent_dirname_talloc()Volker Lendecke1-2/+1
2008-12-31Remove unused function get_numlist()Volker Lendecke1-51/+0
2008-12-30s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher1-7/+19
2008-12-29Add code to test write_data_iov a bitVolker Lendecke1-0/+11
2008-12-29Make write_data use write_data_iovVolker Lendecke1-24/+24
2008-12-29Add write_data_iovVolker Lendecke1-0/+69
2008-12-29Add sys_writevVolker Lendecke1-0/+14
2008-12-29s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher1-2/+2
2008-12-28Make sure share_info.tdb is open before attempting to delete an entrySteven Danneman1-2/+6
2008-12-23Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij1-2/+0
2008-12-19Move some bytes from data to text, make use of the ARRAY_SIZE macroVolker Lendecke1-2/+2
2008-12-15s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz1-2/+3
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2-83/+119
2008-12-14Move 128 bytes from the data to the text segmentVolker Lendecke1-1/+1
2008-12-14Remove a pointless static variableVolker Lendecke1-1/+1
2008-12-09s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty1-0/+27
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke2-10/+25
2008-12-08Streamline the async_sock API a bitVolker Lendecke1-33/+36
2008-12-05Fix logging to syslogDan Sledz1-1/+1
2008-12-05Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski1-1/+1
2008-12-05s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner1-1/+1
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty2-11/+11
2008-11-28Move cli_trans_oob to lib/util.cVolker Lendecke1-0/+19
2008-11-15Attempt to fix the buildVolker Lendecke1-1/+1
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke2-3/+13
2008-11-14Actually finish memcache_add_tallocVolker Lendecke1-1/+36
2008-11-14Rename some variables in getpwnam_alloc() for clarityVolker Lendecke1-11/+12
2008-11-14sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke1-4/+1
2008-11-08Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison1-0/+3
2008-11-06If we didn't inherit any ACE's the ACE pointer should be NULL.Jeremy Allison1-4/+6
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison3-30/+4
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2-1/+17
2008-11-06Start factoring out the inheritance differences.Jeremy Allison1-2/+1
2008-11-03Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison1-0/+7
2008-11-03s3: fix a few "shadows a global declaration" warningsTim Prouty1-4/+4
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2-14/+14
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij6-168/+14
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij3-14/+4
2008-11-01Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2-48/+8
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-18/+0
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij1-15/+0
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij1-19/+0
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij1-14/+0