EINVAL is also a valid error return, meaning "this filesystem
[kai/samba.git] / source3 / smbd /
2008-08-26 Andrew TridgellEINVAL is also a valid error return, meaning "this...
2008-08-26 Andrew Tridgellbecome root for AIO operations
2008-08-22 Jeremy AllisonDon't re-initialize a token when we already have one...
2008-08-20 Stefan Metzmachersmbd: fix the handling of create_options to pass RAW...
2008-08-14 Jeremy AllisonFix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech...
2008-08-14 Jeremy AllisonFix for bug #5617, reported and patched by Bartosz...
2008-08-13 Michael Adamsmbd: prevent smbd from panicing with "clustering ...
2008-08-13 Andrew Tridgelladded a explanatory comment on tcon check
2008-08-13 Andrew Tridgellensure we exit with non-zero status on EOF on socket...
2008-08-13 Andrew Tridgellfixed child exit handling and IP release handling
2008-08-13 Andrew Tridgelllog unclean shutdowns
2008-08-13 Andrew Tridgellregister the ctdbd reconfigure message
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-12 Michael AdamMake sure to always set errno on error path in OpenDir...
2008-08-12 Michael AdamFix unix_convert() for "*" after changing map_nt_error_...
2008-08-12 Andrew TridgellI found lots of places where we assume error will be...
2008-08-10 Volker Lendeckefix smb_len calculation for chained requests
2008-08-10 Volker LendeckeFix andx offset calculation for more than 2 chained...
2008-07-27 Volker LendeckeFix a debug message
2008-07-27 Volker LendeckeRemove a pointless CONST_DISCARD
2008-07-27 Volker LendeckeMake create_conn_struct() public
2008-07-25 Jeremy AllisonFix bug creating files using DOS clients with mixed
2008-07-25 Jeremy AllisonIf we're not allowing streams on this conn ptr,
2008-07-22 Zach LoafmanFix various build warnings
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-19 Volker LendeckeIntroduce is_known_pipename
2008-07-03 Jeremy AllisonPatch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for...
2008-07-01 Jeremy AllisonTwo more fixes from Jim Brown <jim.brown@miami.edu...
2008-06-28 Volker LendeckeLet send_trans_reply work on only the inbuf
2008-06-28 Volker LendeckeFactor out create_outbuf, creating an outbuf just given...
2008-06-26 Volker LendeckeFix a debug message
2008-06-26 Volker LendeckeRemove current_user reference from printfsp.c
2008-06-26 Volker Lendeckeremove unused extern current_user from lanman.c
2008-06-26 Volker LendeckeChange print_access_check to take auth_serversupplied_i...
2008-06-26 Michael Adamsmbd: untangle logic in smbd_messaging_context() slightly.
2008-06-26 Michael Adamsmbd: don't panic if messaging_init() fails but return...
2008-06-24 Volker LendeckeMove the responsibility to keep the cwd from srv_dfs_nt...
2008-06-22 Volker LendeckeRemove the "exists" parameter from create_msdfs_link
2008-06-22 Volker LendeckeReduce memory usage in form_junctions() a little bit
2008-06-22 Volker LendeckeFix an abort in junction_to_local_path
2008-06-22 Volker LendeckeFix a crash in _dfs_Enum
2008-06-22 Volker LendeckeFix an uninitialized variable access in callers of...
2008-06-21 Volker LendeckeFix a double-closedir() in form_junctions()
2008-06-19 Volker LendeckeRemove current_user references from nttrans.c
2008-06-19 Volker LendeckeRemove current_user references from trans2.c
2008-06-19 Volker LendeckeRemove some current_user references from trans2.c
2008-06-19 Volker LendeckeRemove reference to current_user from reply.c
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-06-19 Volker LendeckeRemove the "current_user" arg from fsp_belongs_conn
2008-06-19 Volker LendeckeRemove the "current_user" arg from check_fsp
2008-06-19 Volker LendeckeRWX on a file does not imply DELETE access
2008-06-19 Volker LendeckeFix checks in can_delete_file_in_directory()
2008-06-19 Volker LendeckeRemove some code
2008-06-17 Michael Adamfile_access: add a function header comment for can_acce...
2008-06-17 Michael Adamsmbd/dir.c: remove unneeded stat buf parameter from...
2008-06-17 Michael Adamfile_access: remove unneeded stat buf parameter from...
2008-06-17 Volker LendeckeAdd some debug to notify
2008-06-15 Volker LendeckeRemove the current_user references from open.c
2008-06-15 Volker LendeckeRemove the current_user reference from fake_file.c
2008-06-15 Volker LendeckeRemove unused "extern struct current_user" from dir.c
2008-06-15 Volker LendeckeRemove the reference to current_user from file_access.c
2008-06-14 Volker LendeckeMove connection-specific vuid cache clear to uid.c
2008-06-14 Volker LendeckeSlight refactoring for check_user_ok: It only needs...
2008-06-14 Volker LendeckeGroup the access checks together in check_user_ok()
2008-06-14 Volker LendeckeConsistently use snum in check_user_ok
2008-06-14 Volker LendeckeCompare the pointer "vuser" to NULL, not 0
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-28 Jeremy AllisonSecurity fix for CVE-2008-1105: Boundary failure when...
2008-05-28 Günther DeschnerFix Bug #5285. (libcap header mismatch)
2008-05-27 Jeremy AllisonAllow server manager to close open files selected by id.
2008-05-27 Jeremy AllisonRe-enable the evil "aio write behind" parameter.
2008-05-25 Volker LendeckeRemove some references to get_current_username() and...
2008-05-25 Volker LendeckeRemove the reference to current_user_info from share_ac...
2008-05-25 Volker LendeckeRemove reference to current_user_info from lanman.c
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Volker LendeckeFix type error in debug message
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-05-20 Jeremy AllisonFix bug #5477 - recvfile code was broken.
2008-05-20 Karolin Seegersesssetup.c: Add debug message.
2008-05-19 Jeremy AllisonRestructuring of code to fix #5460. Remove search
2008-05-16 Volker LendeckeSimplify fake_file logic
2008-05-14 Jeremy AllisonEnsure we don't keep searching for sharename if it's
2008-05-13 Jim McDonoughMerge branch 'v3-3-test' of git://git.samba.org/samba...
2008-05-13 Jeremy AllisonFix debug message.
2008-05-13 Jeremy AllisonSecond part of patch for bug #5460. Cope with pathnames
2008-05-13 Jeremy AllisonFix bug #5460. The problem is RHEL5.0 shipped a CIFS...
2008-05-10 Volker LendeckeWith force user, we have the same base token for all...
2008-05-10 Volker LendeckeFix a memleak in new auth_serversupplied code
2008-05-10 Volker LendeckeFix a memleak
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2008-05-10 Volker LendeckeRemove the unix token info from connection_struct
2008-05-10 Volker LendeckeReplace nt_user_token with server_info in connection_struct
2008-05-10 Volker LendeckeEmpty some nonempty blank lines
2008-05-10 Volker LendeckeMake use of talloc_tos() in change_to_user()
2008-05-10 Volker LendeckeNext try at making the vuid cache circular
2008-05-10 Volker Lendeckefind_forced_group can directly change the token in...
2008-05-10 Volker LendeckeAdd an error return in find_forced_group()
2008-05-10 Volker LendeckeDo not unnecessarily mess with the results in find_forc...
2008-05-10 Volker LendeckeReplace find_forced_user by a direct call to make_serve...
2008-05-10 Volker LendeckeSimplify make_connection_snum: Copy connection_struct...
next