summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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 Schmitt3-0/+54
2012-03-22s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt1-0/+129
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-22s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam1-1/+1
2012-03-22s3-selftest: Remove some unnecessary commaBjörn Baumbach1-2/+2
2012-03-22s3-selftest: Add samba3.blackbox.net.registry.check to test listBjörn Baumbach1-0/+2
2012-03-22s3-selftest: introduce new net registry check checkBjörn Baumbach1-0/+146
2012-03-22Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.Jeremy Allison1-3/+8
2012-03-21s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke5-10/+14
2012-03-21s3: Remove "conn" param from notify_init()Volker Lendecke3-11/+5
2012-03-21s3: Remove "conn" param from sys_notify_context_createVolker Lendecke3-5/+3
2012-03-21s3: Remove "conn" from sys_notify_contextVolker Lendecke3-3/+1
2012-03-21s3: Pass "conn" to sys_notify_watch()Volker Lendecke3-2/+5
2012-03-21s3: Pass "conn" to notify_add()Volker Lendecke3-3/+6
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke11-14/+28
2012-03-20libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij1-2/+2
2012-03-20libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij1-3/+3
2012-03-20libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij4-10/+10
2012-03-19s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett1-2/+2
2012-03-17s3:gse: fix debug message in gse_get_server_auth_token()Stefan Metzmacher1-1/+1
2012-03-17Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison1-5/+20
2012-03-16build: Do not use --export-dynamic flag on OpenBSD 5.xAmitay Isaacs1-1/+2
2012-03-16s3-notify: Lift "/." handling up one levelVolker Lendecke2-15/+9
2012-03-16s3-notify: Simplify if-expressionsVolker Lendecke1-16/+13
2012-03-16s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke4-6/+8
2012-03-15Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...Jeremy Allison1-1/+1
2012-03-15s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher2-0/+6
2012-03-15s3:selftest: reactivate the writetimeupdatedelay speed-upMichael Adam1-1/+2
2012-03-15s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam5-0/+92
2012-03-15s3: Use talloc_tos() in notify_send()Volker Lendecke1-6/+2
2012-03-15s3: Fix lock ordering in notify_addVolker Lendecke1-13/+15
2012-03-15s3: properly free the notify_onelevel recordVolker Lendecke1-1/+1
2012-03-15s3: Replace some callers of cluster_id_equalVolker Lendecke1-4/+3
2012-03-15s3: Remove the separate server_id arg to notify_initVolker Lendecke3-4/+3
2012-03-15s3: Fix blank line endingsVolker Lendecke1-13/+13
2012-03-15s3: Update waf build to include missed dependancy on Lion.Ira Cooper1-1/+1
2012-03-15util: Add --disable-fault-handling.Ira Cooper1-0/+7
2012-03-15build: Do not build with utmp when we do not have utmp.hAndrew Bartlett1-1/+4