Fixup the change_to_user_by_session() case as called from become_user_by_session()
[ddiss/samba.git] / source3 /
2013-01-14 Jeremy AllisonFixup the change_to_user_by_session() case as called...
2013-01-14 Jeremy AllisonMove create_share_access_mask() from smbd/service.c...
2013-01-14 Jeremy AllisonFix bug #9518 - conn->share_access appears not be be...
2013-01-14 Jeremy AllisonFactor code out of check_user_ok() into a call to check...
2013-01-14 Jeremy AllisonInitialize stack variables. Prelude to factoring out...
2013-01-14 Jeremy AllisonAdd check_user_share_access()
2013-01-14 Jeremy AllisonCorrectly setup the conn->share_access based on the...
2013-01-14 Jeremy AllisonAdd parallel cache for share_access entries, one per...
2013-01-14 Jeremy AllisonChange API for create_share_access_mask() - remove...
2013-01-14 Jeremy AllisonChange API for create_share_access_mask() to pass in...
2013-01-14 Jeremy AllisonFix API for create_share_access_mask().
2013-01-14 Jeremy AllisonRemove static from create_share_access_mask().
2013-01-14 Jeremy AllisonRemove unneeded variable "const struct auth_session_inf...
2013-01-14 Jeremy AllisonRemove dead code now vuser can no longer be NULL.
2013-01-14 Jeremy AllisonRemove the second set of {} braces, no longer needed...
2013-01-14 Jeremy AllisonRemove one set of enclosing {} braces, no longer needed.
2013-01-14 Jeremy AllisonMove the definition of struct vuid_cache_entry *ent...
2013-01-14 Jeremy AllisonStart to tidy-up check_user_ok().
2013-01-11 Stefan Metzmachers3:smb2_negprot: set the 'remote_proto' value (bug...
2013-01-10 Volker Lendeckesmbd: Fix bug 9549 -- Memleak in the async echo handler
2013-01-02 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2012-12-11 Michael Adams3:auth: fix create_token_from_sid() to not fail in...
2012-12-11 Michael Adams3:auth: fix function header comment for user_sid_in_gr...
2012-12-11 Michael Adams3:auth: fix header comment for user_sid_in_group_sid()
2012-12-10 Günther Deschners3-auth: remove crypto from serverinfo_to_SamInfoX...
2012-12-10 Günther Deschners3-rpc_server: Remove obsolete process_creds boolean...
2012-12-10 Günther Deschners3-auth: session keys in validation level 6 samlogon...
2012-12-10 Günther Deschners3-rpc_server: support AES for interactive netlogon...
2012-12-10 Günther Deschners3-rpc_server: we need to encrypt OWFs using DES in...
2012-12-10 Günther Deschners3-rpc_server: pass down netlogon cred state in _netr_S...
2012-12-10 Günther Deschners3-rpc_client: use netlogon_creds_aes_encrypt in intera...
2012-12-10 Günther Deschners3-rpc_server: support AES decryption in netr_ServerPas...
2012-12-10 Günther Deschners3-rpc_client: support AES encryption in netr_ServerPas...
2012-12-10 Günther Deschners3-rpc_client: use netlogon_creds_arcfour_crypt() in...
2012-12-07 Andrew Bartlettbuild: Install .po files for SWAT intl support
2012-12-07 Michael Adams3:smbd: don't apply create/directory mask and modes...
2012-12-07 Jeremy AllisonAnother fix needed for bug #9236 - ACL masks incorrectl...
2012-12-07 Arvid Requates3:smbd: Fix typo in got_duplicate_group check
2012-12-07 Jeremy AllisonModify ensure_canon_entry_valid() into ensure_canon_ent...
2012-12-07 Michael AdamRevert "Fix bug 9376 - ensure_canon_entry_valid generat...
2012-12-07 Michael AdamRevert "Another fix needed for bug #9236 - ACL masks...
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-04 Michael Adams3:smbd:vfs_acl: fix a PANIC when setting an ACL fails...
2012-12-03 Günther Deschners3-net: Fix DEBUG() location.
2012-12-03 Günther Deschners3-net: give more control how to update/register DNS...
2012-12-03 Günther Deschners3-net: pass down a flags field to DoDNSUpdate().
2012-12-03 Günther Deschners3-net: move out some prototypes to net_dns.h.
2012-12-03 Günther Deschners3-net: pass down struct net_context to the dns update...
2012-12-03 Michael Adams3:passdb: fix building pdb_ldap as shared module
2012-12-03 Michael Adams3:selftest: extend sids2xids test script to cope with...
2012-12-03 Michael Adams3:passdb: don't look into group mappings in legacy_sid...
2012-12-03 Michael Adams3:passdb:pdb_ldap: treat "Unix User" and "Unix Group...
2012-12-03 Michael Adams3:passdb:pdb_ldap: pre-validate sid with sid_check_obj...
2012-12-03 Michael Adams3:passdb: add sid_check_object_is_for_passdb()
2012-12-03 Michael Adams3:passdb: factor pdb_sid_to_id_unix_users_and_groups...
2012-12-03 Michael Adams3:passdb: don't bail out in pdb_default_sid_to_id...
2012-12-03 Michael Adams3:winbindd: use the new sid_check_is_for_passdb()...
2012-12-03 Michael Adambuild the new sid_check_is_for_passdb() function into...
2012-12-03 Michael Adams3:lib: add utility function sid_check_is_for_passdb()
2012-12-03 Michael Adams3:winbindd: remove unused function idmap_backends_sid_...
2012-12-03 Michael Adams3:test:wbinfo_sids2xids: test the results with singula...
2012-12-03 Michael Adams3:test: fix intialization of WBINFO in test_wbinfo_sid...
2012-12-03 Michael Adams3:idmap_autorid: force mapping type to ID_TYPE_BOTH...
2012-12-03 Michael Adams3:idmap_rid: force mapping type to ID_TYPE_BOTH for...
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_gid()
2012-12-03 Michael Adams3:winbindd: remove unused idmap_sid_to_uid()
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove unused server implementation of...
2012-12-03 Michael Adams3:winbindd: remove wbint_Sid2Gid from the wbint.idl
2012-12-03 Michael Adams3:winbindd: remove wbint_Sid2Uid() from the wbint.idl
2012-12-03 Michael Adams3:winbindd: remove now unused wb_sid2uid and wb_sid2gi...
2012-12-03 Michael Adams3:winbindd: change winbindd_getgroups to use wb_sids2x...
2012-12-03 Michael Adams3:winbindd: change wb_getgrsid to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: change wb_fill_pwent to use wb_sids2xids...
2012-12-03 Michael Adams3:winbindd: make idmap_find_domain() static.
2012-12-03 Michael Adams3:winbindd: also use idmap_passdb for own sam and...
2012-12-03 Michael Adams3:winbindd: add idmap_find_domain_with_sid()
2012-12-03 Michael Adams3:winbindd: rename idmap_init_passdb_domain() -> idmap...
2012-12-03 Michael Adams3:winbindd: use struct unixid instead of uint64 in...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: add an explanatory comment to _wbint_Sids2...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2gid...
2012-12-03 Michael Adams3:winbindd: use wb_sids2xids instead of wb_sid2uid...
2012-12-03 Michael Adams3:winbindd: factor winbindd_sids_to_xids into external...
2012-12-03 Michael Adams3:winbindd: convert some spaces to tabs in winbindd_si...
2012-12-03 Michael Adams3:winbindd: add explaining comment winbindd_sids_to_xi...
2012-12-03 Michael Adams3:winbindd: factor lsa_SidType_to_id_type() out of...
2012-12-03 Michael Adams3:winbindd: simplify winbindd_sids_to_xids_recv()...
2012-12-03 Michael Adams3:winbindd:util: add a comment explaining the function...
2012-12-03 Christian Ambachs3:winbindd fix a compiler warning
2012-12-03 Christian Ambachs3:winbindd fix a compiler warning
2012-12-03 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-12-03 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-12-03 Volker Lendeckes3: Fix idmap_hash
2012-12-03 Stefan Metzmachers3:smbcacls: add --query-security-info and --set-securi...
2012-12-03 Stefan Metzmachers3:libsmb: add cli_{query,set}_security_descriptor...
2012-12-03 Stefan Metzmachers3:smbd/open: fall back to Builtin_Administrators if...
2012-12-03 Stefan Metzmachers3:smbd/open: try the primary sid (user) as group_sid...
2012-12-03 Stefan Metzmachers3:smbd/open: use Builtin_Administrators as owner of...
2012-12-03 Stefan Metzmachers3:vfs_gpfs: add no memory check in gpfs2smb_acl()
next