summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...Jeremy Allison2012-04-051-1/+1
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-043-10/+22
* First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison2012-04-042-2/+2
* s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett2012-04-031-1/+1
* s3-smbd: Inline init_modules() into only callerAndrew Bartlett2012-04-031-1/+3
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-291-1/+3
* Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison2012-03-291-1/+4
* Add DEBUG statements to show when access has been denied and why.Richard Sharpe2012-03-281-0/+2
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-264-12/+16
* s3: Fix a typoVolker Lendecke2012-03-261-1/+1
* s3: Rename a variable in inotify_watch for clarityVolker Lendecke2012-03-261-5/+5
* s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke2012-03-261-4/+4
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-248-33/+33
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-241-3/+3
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-235-63/+37
* s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2012-03-222-1/+2
* s3: Fix smbd -iVolker Lendecke2012-03-221-9/+11
* s3: Remove an unused structure fieldVolker Lendecke2012-03-221-2/+0
* 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-214-9/+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-211-1/+0
* 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-215-6/+11
* s3-notify: Lift "/." handling up one levelVolker Lendecke2012-03-162-15/+9
* s3-notify: Simplify if-expressionsVolker Lendecke2012-03-161-16/+13
* s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher2012-03-152-0/+6
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+13
* s3: Use talloc_tos() in notify_send()Volker Lendecke2012-03-151-6/+2
* s3: Fix lock ordering in notify_addVolker Lendecke2012-03-151-13/+15
* s3: properly free the notify_onelevel recordVolker Lendecke2012-03-151-1/+1
* s3: Replace some callers of cluster_id_equalVolker Lendecke2012-03-151-4/+3
* s3: Remove the separate server_id arg to notify_initVolker Lendecke2012-03-153-4/+3
* s3: Fix blank line endingsVolker Lendecke2012-03-151-13/+13
* s3-printing: Check for browseable too.Andreas Schneider2012-03-141-1/+6
* s3:smb2_server: fix a compiler warningChristian Ambach2012-03-141-2/+2
* s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher2012-03-141-0/+13
* Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...Jeremy Allison2012-03-131-4/+6
* s3: Improve statvfs supportBrad Smith2012-03-111-3/+8
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* s3: Add smb_request_doneVolker Lendecke2012-03-103-60/+98
* s3: Remove unused smb_request->doneVolker Lendecke2012-03-101-6/+0
* s3: Remove unused smb_request->chain_outbufVolker Lendecke2012-03-101-1/+0
* s3: Remove "req_wct_ofs()"Volker Lendecke2012-03-104-22/+2
* s3: Fix the read&x offset within a chainVolker Lendecke2012-03-101-0/+32
* s3: Remove chain_replyVolker Lendecke2012-03-106-289/+0
* s3: Replace chain_replyVolker Lendecke2012-03-102-3/+143
* s3: Add a new set of andx chain handling routinesVolker Lendecke2012-03-102-0/+248