summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-2445-93/+93
* adt_tree: Fix return types.Jelmer Vernooij2012-03-241-3/+3
* s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij2012-03-241-52/+18
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-243-5/+8
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-245-36/+6
* util_malloc: Remove unused constant.Jelmer Vernooij2012-03-241-3/+0
* lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2012-03-241-3/+3
* lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2012-03-242-2/+2
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-243-6/+6
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-243-5/+5
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-242-4/+4
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-242-34/+0
* cli_pipe: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* sock_exec: Avoid sys_connect.Jelmer Vernooij2012-03-241-2/+2
* util_sock: Avoid sys_connect.Jelmer Vernooij2012-03-241-7/+13
* ctdb_conn: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-1/+1
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-235-63/+37
* s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 buildAndrew Bartlett2012-03-231-6/+0
* s3:vfs_gpfs: fix some compiler warningsChristian Ambach2012-03-222-4/+4
* s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach2012-03-221-6/+0
* s3:vfs_gpfs: correct use of profiling macrosChristian Ambach2012-03-221-4/+5
* s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt2012-03-223-0/+54
* s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt2012-03-221-0/+129
* s3:vfs_gpfs: add GPFS api calls for quota and free space reportingChristof Schmitt2012-03-222-0/+80
* s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2012-03-222-1/+2
* s3:client correct a wordingChristian Ambach2012-03-221-1/+1
* s3: Fix smbd -iVolker Lendecke2012-03-221-9/+11
* s3: Remove an unused structure fieldVolker Lendecke2012-03-221-2/+0
* s3: Add "notify" cmd to smbclientVolker Lendecke2012-03-221-0/+57
* s3: Add sync cli_notifyVolker Lendecke2012-03-222-0/+39
* s3: Add FILE_NOTIFY_CHANGE_ALL #defineVolker Lendecke2012-03-221-0/+8
* s3-libsmb: Fix parsing a notify responseVolker Lendecke2012-03-221-1/+1
* s3: rename "len"->"next", according to wiresharkVolker Lendecke2012-03-221-3/+3
* s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam2012-03-221-1/+1
* s3-selftest: Remove some unnecessary commaBjörn Baumbach2012-03-221-2/+2
* s3-selftest: Add samba3.blackbox.net.registry.check to test listBjörn Baumbach2012-03-221-0/+2
* s3-selftest: introduce new net registry check checkBjörn Baumbach2012-03-221-0/+146
* Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.Jeremy Allison2012-03-221-3/+8
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-215-10/+14
* s3: Remove "conn" param from notify_init()Volker Lendecke2012-03-213-11/+5
* s3: Remove "conn" param from sys_notify_context_createVolker Lendecke2012-03-213-5/+3
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-213-3/+1
* s3: Pass "conn" to sys_notify_watch()Volker Lendecke2012-03-213-2/+5
* s3: Pass "conn" to notify_add()Volker Lendecke2012-03-213-3/+6
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-2111-14/+28
* libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij2012-03-201-2/+2
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-201-3/+3
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-204-10/+10
* s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett2012-03-191-2/+2