s3-net: Fix typo in comment.
[obnox/samba/samba-obnox.git] / source3 / smbd /
2012-05-08 Andrew Bartletts3-python: Add python bindings for posix ACL layer
2012-05-06 Stefan Metzmachers3:smb2_negprot: add support for PROTOCOL_SMB3_00
2012-05-05 Michael Adams3:smbd: comment the lp_load call in reload_services()
2012-05-04 Volker Lendeckes3: Remove an unused extern declaration
2012-05-04 Volker Lendeckes3: Remove an unused parameter from check_parent_access()
2012-05-04 Volker Lendeckes3: In mkdir_internal, don't retrieve parent_dir from...
2012-05-04 Volker Lendeckes3: Fix a typo
2012-05-01 Andrew Bartletts3-smbd: Use security_session_user_level() rather than...
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-26 Volker Lendeckes3: oplock_timeout is a talloc child of fsp
2012-04-26 Volker Lendeckes3: Remove code TALLOC_FREE already does
2012-04-24 Volker Lendeckes3: Simplify check_reduced_name a bit
2012-04-24 Volker Lendeckes3: Fix a typo
2012-04-24 Volker Lendeckes3: Introduce variable "indyniov" for easier reading
2012-04-23 Jeremy AllisonFix bug #8882 - Broken processing of %U with vfs_full_a...
2012-04-20 Michael Adams3:id_cache: do not use the in-memory idmap cache ...
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2747: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2749: REVERSE_INULL
2012-04-18 Jeremy AllisonEnsure we have 12 bytes of data for a SMB_SET_CIFS_UNIX...
2012-04-18 Andrew Bartletts3-dbwrap: push lp_ctx up another layer in the stack
2012-04-17 Volker Lendeckes3: New notify implementation
2012-04-17 Volker Lendeckes3: Increase debuglevel for unknown child msgs
2012-04-16 Stefan Metzmachers3:smbd/sesssetup: use a helper variable 'action' to...
2012-04-16 Andrew Bartlettparam: Change from _lp to lp__ as the prefix for intern...
2012-04-13 Adrian Bunkrely on sys/inotify.h for inotify
2012-04-12 Jeremy AllisonWe never cancel SMB1 aio, only SMB2 aio - and in this...
2012-04-12 Jeremy AllisonRemove cancel_aio_by_fsp(). It can never work and could...
2012-04-12 Jeremy AllisonMove the counting of outstanding_aio_calls into the...
2012-04-12 Volker Lendeckes3: Fix a segfault with debug level 3 on Solaris
2012-04-11 Christian Ambachs3:smbd only care about missing level2 support if kerne...
2012-04-11 Christian Ambachs3:smbd only initialize kernel oplocks if they are...
2012-04-11 Christian Ambachs3:smbd add seperate function to initialize kernel...
2012-04-11 Christian Ambachs3:param convert kernel oplocks to share parameter
2012-04-10 Volker Lendeckes3: Use talloc_get_size instead of strlen
2012-04-09 Volker Lendeckes3: Move the aio signal init to the vfs module
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_F* locking defines
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_fopen wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: #ifdef LARGE_SMB_OFF_T as off_t is now always...
2012-04-04 Jeremy AllisonThird part of fix for bug #8837 - smbd crashes when...
2012-04-04 Jeremy AllisonSecond part of bugfix for bug #8837 - smbd crashes...
2012-04-04 Jeremy AllisonFirst part of fix for bug 8837 - smbd crashes when...
2012-04-03 Andrew Bartletts3-vfs: Use new smb_load_module for better diagnostics
2012-04-03 Andrew Bartletts3-smbd: Inline init_modules() into only caller
2012-03-29 Jeremy AllisonStart to add truncate checks on all uses of strlcpy...
2012-03-29 Jeremy AllisonBased on code from Richard Sharpe <realrichardsharpe...
2012-03-28 Richard SharpeAdd DEBUG statements to show when access has been denie...
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-26 Volker Lendeckes3: Fix a typo
2012-03-26 Volker Lendeckes3: Rename a variable in inotify_watch for clarity
2012-03-26 Volker Lendeckes3: Pass "filter" instead of "notify_entry" to inotify_map
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrappers for setpwent/getpwent...
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-22 Christof Schmitts3:vfs_gpfs: Export disk_norm function
2012-03-22 Volker Lendeckes3: Fix smbd -i
2012-03-22 Volker Lendeckes3: Remove an unused structure field
2012-03-21 Jeremy AllisonFix bug 8823 - source3/smbd/process.c:smb_dump seems...
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-21 Volker Lendeckes3: Remove "conn" param from notify_init()
2012-03-21 Volker Lendeckes3: Remove "conn" param from sys_notify_context_create
2012-03-21 Volker Lendeckes3: Remove "conn" from sys_notify_context
2012-03-21 Volker Lendeckes3: Pass "conn" to sys_notify_watch()
2012-03-21 Volker Lendeckes3: Pass "conn" to notify_add()
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-16 Volker Lendeckes3-notify: Lift "/." handling up one level
2012-03-16 Volker Lendeckes3-notify: Simplify if-expressions
2012-03-15 Stefan Metzmachers3:smbd: call file_close_user() before removing tree...
2012-03-15 Michael Adams3:smbd: let smbd/nmbd/winbindd child processes termina...
2012-03-15 Volker Lendeckes3: Use talloc_tos() in notify_send()
2012-03-15 Volker Lendeckes3: Fix lock ordering in notify_add
2012-03-15 Volker Lendeckes3: properly free the notify_onelevel record
2012-03-15 Volker Lendeckes3: Replace some callers of cluster_id_equal
2012-03-15 Volker Lendeckes3: Remove the separate server_id arg to notify_init
2012-03-15 Volker Lendeckes3: Fix blank line endings
2012-03-14 Andreas Schneiders3-printing: Check for browseable too.
2012-03-14 Christian Ambachs3:smb2_server: fix a compiler warning
2012-03-14 Stefan Metzmachers3:smbd: also create ncalrpc/np directory before forkin...
2012-03-13 Jeremy AllisonSecond part of fix for bug #7933 - samba fails to honor...
2012-03-11 Brad Smiths3: Improve statvfs support
2012-03-10 Jelmer Vernooijtdb_wrap: Move to specific directory.
2012-03-10 Volker Lendeckes3: Add smb_request_done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->done
2012-03-10 Volker Lendeckes3: Remove unused smb_request->chain_outbuf
2012-03-10 Volker Lendeckes3: Remove "req_wct_ofs()"
2012-03-10 Volker Lendeckes3: Fix the read&x offset within a chain
2012-03-10 Volker Lendeckes3: Remove chain_reply
2012-03-10 Volker Lendeckes3: Replace chain_reply
2012-03-10 Volker Lendeckes3: Add a new set of andx chain handling routines
2012-03-10 Volker Lendeckes3: Make sure the andX chains are ended correctly
2012-03-10 Volker Lendeckes3: Fix a 64-bit warning
2012-03-10 Jeremy AllisonEnsure the right tsocket.h is included.
2012-03-10 Jeremy AllisonFix up Christian Ambach's multi-credit code - the Credi...
next