summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-24replace: Add system/network.h for ucred struct.Jelmer Vernooij1-0/+1
2012-03-24s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij1-52/+18
2012-03-24adt_tree: Avoid WERROR.Jelmer Vernooij3-5/+8
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij11-67/+77
2012-03-24util_malloc: Remove unused constant.Jelmer Vernooij1-3/+0
2012-03-24lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij3-13/+3
2012-03-24lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij4-9/+3
2012-03-24lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij5-14/+8
2012-03-24lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij5-13/+7
2012-03-24lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij4-26/+4
2012-03-24lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij4-34/+32
2012-03-24lib/util: Remove prototype for removed sys_memalign.Jelmer Vernooij1-4/+0
2012-03-24lib/util: Remove trivial wrapper sys_connect() around connect().Jelmer Vernooij2-20/+0
2012-03-24cli_pipe: Avoid sys_connect.Jelmer Vernooij1-1/+3
2012-03-24sock_exec: Avoid sys_connect.Jelmer Vernooij1-2/+2
2012-03-24util_sock: Avoid sys_connect.Jelmer Vernooij1-7/+13
2012-03-24ctdb_conn: Avoid sys_connect.Jelmer Vernooij1-1/+3
2012-03-24replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij6-39/+46
2012-03-24Improve the Makefile. Use a standard make macro, not a shell command.Richard Sharpe1-1/+1
2012-03-24selftest.py: Add cleanup_pid.Jelmer Vernooij2-2/+31
2012-03-24selftest.py: Add write_krb5_conf.Jelmer Vernooij2-0/+79
2012-03-24selftest.py: Add mk_realms_stanza function.Jelmer Vernooij2-3/+63
2012-03-24selftest.py: Add selftest.target.samba with bindir_path function.Jelmer Vernooij3-1/+63
2012-03-24Make it possible for developers of out-of-tree modules to use the same names ...Richard Sharpe1-1/+1
2012-03-23lib/async_req: Retry read_packet with read(2)Volker Lendecke1-0/+4
2012-03-23s3: Remove the sys_notify dependency from notify_internalVolker Lendecke5-63/+37
2012-03-23s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 buildAndrew Bartlett1-6/+0
2012-03-23wintest: test demote of DCAndrew Bartlett1-0/+3
2012-03-23lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.Rusty Russell1-11/+10
2012-03-23lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.Rusty Russell1-0/+5
2012-03-23lib/tdb: fix missing return 0 code.Rusty Russell1-1/+1
2012-03-22s3:vfs_gpfs: fix some compiler warningsChristian Ambach2-4/+4
2012-03-22s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach1-6/+0
2012-03-22s3:vfs_gpfs: correct use of profiling macrosChristian Ambach1-4/+5
2012-03-22s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt4-0/+79
2012-03-22s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt2-0/+176
2012-03-22s3:vfs_gpfs: add GPFS api calls for quota and free space reportingChristof Schmitt2-0/+80
2012-03-22s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2-1/+2
2012-03-22s3:client correct a wordingChristian Ambach1-1/+1
2012-03-22s3: Fix smbd -iVolker Lendecke1-9/+11
2012-03-22s3: Remove an unused structure fieldVolker Lendecke1-2/+0
2012-03-22s3: Add "notify" cmd to smbclientVolker Lendecke1-0/+57
2012-03-22s3: Add sync cli_notifyVolker Lendecke2-0/+39
2012-03-22s3: Add FILE_NOTIFY_CHANGE_ALL #defineVolker Lendecke1-0/+8
2012-03-22s3-libsmb: Fix parsing a notify responseVolker Lendecke1-1/+1
2012-03-22s3: rename "len"->"next", according to wiresharkVolker Lendecke1-3/+3
2012-03-22lib/tdb2: fix -Wcast-qual warnings.Rusty Russell15-59/+33
2012-03-22lib/tdb2: fix -Wshadow warnings.Rusty Russell6-27/+27
2012-03-22lib/tdb2: fix OpenBSD incoherent mmap (tdb2 version)Rusty Russell3-8/+31
2012-03-22lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version)Rusty Russell3-24/+56