"status" -> "pstatus" in make_connection_snum
[samba.git] / source3 / smbd /
2008-05-10 Volker Lendecke"status" -> "pstatus" in make_connection_snum
2008-05-10 Volker LendeckeAdd create_connection_server_info() -- not used yet
2008-05-10 Volker LendeckeAdd a mem_ctx argument to make_server_info_guest()
2008-05-09 Jeremy AllisonRemove a couple of uses of SMB_VFS_GET_NT_ACL(), use
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-05-07 Volker LendeckeUse talloc_tos() for a temporary getpwnam_alloc in...
2008-05-07 Volker LendeckeUse talloc_stackframe() in find_forced_group
2008-05-06 Volker LendeckeFix a memleak introduced after refactoring "struct...
2008-05-06 Volker LendeckeRemove some unused code
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-05-05 Volker LendeckeFix typo
2008-05-05 Volker LendeckeRemove "session_key" from "struct user_struct"
2008-05-05 Volker LendeckeRemove "guest" from "struct user_struct"
2008-05-05 Volker LendeckeRemove the unix token info from "struct user_struct"
2008-05-05 Volker LendeckeRemove "nt_user_token" from "struct user_struct"
2008-05-05 Volker LendeckeRemove "logon_script" from "struct user_struct"
2008-05-05 Volker LendeckeRemove unix_homedir from struct user_struct
2008-05-05 Volker LendeckeRemove "homedir" from "struct user_struct"
2008-05-05 Volker LendeckeRevert "Fix allocation of conn->vuid_cache entries"
2008-05-05 Volker LendeckeRevert "Second half of 50c891d3: Correctly clear the...
2008-05-05 Volker LendeckeSecond half of 50c891d3: Correctly clear the vuid cache
2008-05-05 Volker LendeckeFix allocation of conn->vuid_cache entries
2008-05-05 Volker LendeckeFix dfs_Enum: In form_junctions, correctly check for...
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-05-03 Jeremy AllisonRemove the "stat_open()" function, flag, and all associ...
2008-05-02 Jeremy AllisonRename inherit_access_acl() -> inherit_access_posix_acl...
2008-05-02 Jeremy AllisonMove directory_has_default_acl() to file_access.c,...
2008-05-02 Jeremy AllisonStart to ensure we use the NT ACL interface, keep the...
2008-04-28 Jeremy AllisonFix bug found by Igor Mammedov <niallain@gmail.com...
2008-04-23 Volker LendeckeFix CLEAR_IF_FIRST handling of messages.tdb
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Michael AdamRemove redundant parameter fd from SMB_VFS_CLOSE().
2008-04-20 Michael AdamMove the posix pending close functionality down into...
2008-04-19 Volker LendeckeRefactoring: Make struct rpc_pipe_client its own talloc...
2008-04-19 Volker LendeckeFix bug 5398
2008-04-18 Stefan Metzmachersmbd: create the messaging conntext earlier
2008-04-18 Stefan Metzmachersmbd: call reinit_after_fork() in the needed places
2008-04-18 Stefan Metzmachersmbd: merge "smbd:backgroundqueue=no" option from the...
2008-04-14 Volker LendeckeRemove two pointless else branches
2008-04-14 Volker LendeckeFix some "ignoring asprintf result" warnings
2008-04-14 Alexander BokovoyUse more error-prone form of testing dm_destroy_session...
2008-04-13 Michael Adamregistry: rename init_registry() to registry_init_full...
2008-04-13 Michael Adamregistry: change init_registry() to return WERROR inste...
2008-04-12 Stefan Metzmacherdbwrap: wait for tdb2 change notifies in smbd, nmbd...
2008-04-11 Tim ProutyCleanup size_t return values in convert_string_allocate
2008-04-11 Volker LendeckeFix bug 5366
2008-04-08 Günther DeschnerFix the build of reply_setattrE().
2008-04-08 Alexander BokovoyDestroy DMAPI session when main smbd daemon exits.
2008-04-08 Jeremy AllisonRewrite the wrap checks to deal with gcc 4.x optimisations.
2008-04-07 James PeachRemove unused variable.
2008-04-07 Bill RickerFix Kerberos interop with Mac OS X 10.5 clients.
2008-04-07 Stefan Metzmachersmbd: make it possible to change the write time delay...
2008-04-07 Stefan Metzmachersmbd: make it possible to disable get_file_infos()...
2008-04-07 Stefan Metzmacherlocking: combine get_delete_on_close_flag() and get_wri...
2008-04-07 Stefan Metzmachersmbd: implement the strange write time update logic
2008-04-07 Stefan Metzmacherlocking: store the write time in the locking.tdb
2008-04-02 Jeremy AllisonFix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay...
2008-04-01 Stefan Metzmachersmbd: always close the base_fsp even if the real close...
2008-04-01 Stefan Metzmachersmbd: ignore nttrans renames as w2k3 does
2008-04-01 Jeremy AllisonOk, final move of this code :-). I think I've found...
2008-03-31 Jeremy AllisonMove the message_dispatch() call after the check for...
2008-03-31 Jeremy AllisonReduce the race condition in Samba4 in RAW-RENAME test...
2008-03-29 Jeremy AllisonFix missing '&&'.
2008-03-29 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-29 Jeremy AllisonOnly allow sendfile on non-stream fsp's. Should fix...
2008-03-28 Michael AdamAdd a talloc context parameter to current_timestring...
2008-03-28 Volker Lendeckeprintclose has only 1 vwv
2008-03-27 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-27 Jeremy AllisonFix up the comments on security=share to explain we're
2008-03-27 Michael Adamposix_acls: clarify loop condition code, removing unnee...
2008-03-24 Eric CroninMissing HAVE_UPDWTMPX check before using updwtmpx().
2008-03-20 Michael Adamsmbd: fix session setup with security = share.
2008-03-20 rootPort 3c1f1f0797e from 3-0-ctdb
2008-03-18 Andrew Tridgell[samba-3-0-ctdb.tridge @ tridge@samba.org-2007060205380...
2008-03-17 Volker LendeckeSome simplifications
2008-03-17 Marc VanHeyningenCoverity fixes
2008-03-12 Michael AdamAdd a debug message.
2008-03-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-11 Jeremy AllisonUsing Metze's S4 nttrans rename test, the nttrans rename
2008-03-11 Jeremy AllisonMetze pointed out this we don't need FILE_ATTRIBUTE_REA...
2008-03-11 Jeremy AllisonAllow us to pass RAW-RENAME by testing that the connect...
2008-03-11 Jeremy AllisonTry and fix bug #5315, as well as S4 torture tests...
2008-03-11 Jeremy AllisonFix S3 to pass the test_raw_oplock_exclusive3 test.
2008-03-11 Michael Adamregistry shares: prevent creating regular share called...
2008-03-10 Volker LendeckeConvert secrets_lock_trust_account_password to talloc
2008-03-09 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-08 Volker LendeckeFix some typos
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-06 Günther DeschnerBe more verbose why create local token has failed during
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix inotify detection
2008-02-24 Volker LendeckeAllow "max mux" async i/o requests
2008-02-24 Volker LendeckeExport aio_request_done()
2008-02-23 Volker LendeckeAIO on streams does not work (yet...)
2008-02-23 Jeremy AllisonFix debug messages.
2008-02-22 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-22 Volker LendeckeDon't use fname after create_file has been called
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
next