summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison1-1/+3
2012-03-29Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison1-1/+4
2012-03-28Add DEBUG statements to show when access has been denied and why.Richard Sharpe1-0/+2
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke4-12/+16
2012-03-26s3: Fix a typoVolker Lendecke1-1/+1
2012-03-26s3: Rename a variable in inotify_watch for clarityVolker Lendecke1-5/+5
2012-03-26s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke1-4/+4
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij8-33/+33
2012-03-24lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij1-3/+3
2012-03-23s3: Remove the sys_notify dependency from notify_internalVolker Lendecke5-63/+37
2012-03-22s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2-1/+2
2012-03-22s3: Fix smbd -iVolker Lendecke1-9/+11
2012-03-22s3: Remove an unused structure fieldVolker Lendecke1-2/+0
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 Lendecke4-9/+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 Lendecke1-1/+0
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 Lendecke5-6/+11
2012-03-16s3-notify: Lift "/." handling up one levelVolker Lendecke2-15/+9
2012-03-16s3-notify: Simplify if-expressionsVolker Lendecke1-16/+13
2012-03-15s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher2-0/+6
2012-03-15s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam1-0/+13
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-14s3-printing: Check for browseable too.Andreas Schneider1-1/+6
2012-03-14s3:smb2_server: fix a compiler warningChristian Ambach1-2/+2
2012-03-14s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher1-0/+13
2012-03-13Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...Jeremy Allison1-4/+6
2012-03-11s3: Improve statvfs supportBrad Smith1-3/+8
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij1-1/+1
2012-03-10s3: Add smb_request_doneVolker Lendecke3-60/+98
2012-03-10s3: Remove unused smb_request->doneVolker Lendecke1-6/+0
2012-03-10s3: Remove unused smb_request->chain_outbufVolker Lendecke1-1/+0
2012-03-10s3: Remove "req_wct_ofs()"Volker Lendecke4-22/+2
2012-03-10s3: Fix the read&x offset within a chainVolker Lendecke1-0/+32
2012-03-10s3: Remove chain_replyVolker Lendecke6-289/+0
2012-03-10s3: Replace chain_replyVolker Lendecke2-3/+143
2012-03-10s3: Add a new set of andx chain handling routinesVolker Lendecke2-0/+248
2012-03-10s3: Make sure the andX chains are ended correctlyVolker Lendecke5-0/+33
2012-03-10s3: Fix a 64-bit warningVolker Lendecke1-1/+1
2012-03-10Ensure the right tsocket.h is included.Jeremy Allison1-1/+1
2012-03-09Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...Jeremy Allison1-2/+2
2012-03-09s3:smb2_server validate message ids with largemtuChristian Ambach1-27/+56