s4:lsa Functions to set Domain Trust Information
[sfrench/samba-autobuild/.git] / source3 / modules /
2010-03-22 Volker Lendeckes3: file_walk_table -> files_forall
2010-03-16 Günther Deschners3-vfs: fix some buildwarnings in traffic analyzer...
2010-03-16 Jim McDonoughUpdate copyright
2010-03-16 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: add VFS functions for...
2010-03-16 Holger Hetterichsmb_traffic_analyzer.c: optimize marshalling function...
2010-03-16 Holger Hetterichvfs_smb_traffic_analyzer.c: added function
2010-03-16 Holger HetterichSimplify the code a bit by creating the functions:
2010-03-16 Holger HetterichAdd the number of common data blocks to the protocol.
2010-03-16 Holger HetterichPut all the protocol stuff into a separate header file.
2010-03-16 Holger HetterichAdd smbta-util to manage the encryption key.
2010-03-16 Holger HetterichImplement AES encryption of the data block.
2010-03-16 Holger HetterichImplement anonymization for protocol v2.
2010-03-16 Holger HetterichMake all remarks compatible to the linux kernel coding...
2010-03-16 Holger HetterichAdded an exact description of the V2 protocol.
2010-03-16 Holger HetterichMove the creation of the header.
2010-03-16 Holger HetterichFetch the SID of the user we are running as and send...
2010-03-16 Holger HetterichAdditionally send the vfs function id with the protocol.
2010-03-16 Holger HetterichAccording to the linux kernel coding styleguide, it...
2010-03-16 Holger HetterichDon't use typedefs on the VFS function data structures as
2010-03-16 Holger HetterichAdd read,pread,write,pwrite support to the V2 protocol.
2010-03-16 Holger HetterichEnable AES encryption of the data if a key was found...
2010-03-16 Holger HetterichAdd rmdir, chdir, and rename as supported VFS functions
2010-03-16 Holger HetterichThe format of data we are sending over the network...
2010-03-16 Holger HetterichCreate structs carrying the data of individual VFS...
2010-03-16 Holger HetterichIntroduce smb_traffic_analyzer protocol v2.
2010-03-15 Jeremy AllisonRemove the bool admin_user from conn struct. We no...
2010-03-15 Jeremy AllisonPass "connection_struct *conn" into functions that...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonMissed a couple more uses of conn->server_info->ptok...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-03-11 SATOH Fumiyasuvfs_netatalk: Segfault if hide files or veto files...
2010-03-08 Björn Jackes3: add vfs_crossrename
2010-03-08 Björn Jackes3: remove cross-device rename support from vfs_default
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-03-02 Björn Jackes3:vfs_aixacl2: add missing semicolon
2010-02-28 Holger Hetterichs3: vfs_full_audit.c: implement negated vfs_ops in...
2010-02-18 Günther Deschners3-modules: fix get_acl_blob in the acl_tdb VFS module.
2010-02-14 Andrew Tridgells3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
2010-02-11 Jeremy AllisonFix bad use when freeing linked list. Todd Stecher...
2010-02-10 Andrew Tridgells3-perfcount: update to use new DLIST macros
2010-02-09 Björn Jackevfs_catia: fix return type warnings
2010-02-08 Jeremy AllisonFix bug #6876 for acl_tdb module.
2010-02-07 Björn Jackes3: fix build issue on Tru64
2010-02-05 Jeremy AllisonFix bug 7075 - bug in vfs_scannedonly rmdir implementation.
2010-02-04 Björn Jackes3:vfs_scannedonly: fix build on HP-UX
2010-02-03 Volker Lendeckes3: Simplify the code a bit: Catch (len==0) early
2010-02-03 Jeremy AllisonFix bug 7081 - vfs_expand_msdfs doesn't work correctly...
2010-01-29 olivierAIX doesn't have MSG_DONTWAIT
2010-01-21 Ed PleseAdd localtime parameter to shadow_copy2.
2010-01-21 Ed PleseAdd format parameter to shadow_copy2.
2010-01-21 Ed PleseAdd sort parameter to shadow_copy2.
2010-01-17 Jeremy AllisonModification of fix for bug 6876 - Delete of an object...
2010-01-14 Olivier SessinkPart 4 of bug #7028 - include scannedonly VFS module
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 SASAJIMA ToshihiroFix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)
2010-01-13 Jeremy AllisonFix two uses of strncat -> strlcat. Ensure proper use...
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2010-01-12 Volker Lendeckes3: Lift the version of the scannedonly VFS module
2010-01-12 Olivier Sessinks3: Add the "scannedonly" vfs virus scanner interface...
2010-01-11 Volker Lendeckes3: Add a zfsacl:denymissingspecial parameter
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Björn Jackevfs_commit: print warning when no fsync support is...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Jeremy AllisonAttempt to fix one of the last two bugs with the full...
2009-12-09 Björn Jackes3: keep subsecond times on cross-filesystem moves...
2009-12-09 Andrew BartlettMerge commit 'origin/master' into abartlet-devel
2009-12-08 Björn Jackes3: make sys_posix_fallocate more generic
2009-12-08 Björn Jackes3: allocate only "new" space, not "old" sparse space...
2009-12-07 Jeremy Allisonparent_sd can never be null in this function, so don't
2009-12-07 Jeremy AllisonHopefullt final fix for 6802 - acl_xattr.c module:...
2009-12-04 Jeremy AllisonRemove smb_fname duplicates that just keep the same...
2009-12-03 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-12-03 Björn Jackeѕ3: remove superfluous option check
2009-12-02 Jeremy AllisonRestructure the ACL code some more, get the internal...
2009-12-02 Jeremy AllisonEnsure check_parent_acl_common() only looks at stored
2009-12-02 Björn Jackes3: prefer posix_fallocate for doing "strict allocate"
2009-12-02 Jeremy AllisonEnsure get_nt_acl_internal() only looks at the ACL...
2009-12-01 Jeremy AllisonFix DEBUG 0 -> DEBUG 10 (left over code).
2009-12-01 Jeremy AllisonFix bug 6938 : No hook exists to check creation rights...
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-11-29 Volker Lendeckes3: Restore "fake directory create times" as a share...
2009-11-29 Volker Lendeckes3: "copy_reg" only looks at mode, uid, gid, atime...
2009-11-29 Volker Lendeckes3: Pass up fake_dir_create_times from atalk_build_paths
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-25 Jeremy AllisonFix bug 6892 - When a chown operation is issued via...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-18 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-12 Jeremy AllisonSecond part of bugfix for 6865 - acl_xattr module:...
2009-11-11 Michael Adams3:vfs_fs_capabilities: fix a debug message
2009-11-07 Jeremy AllisonFix bug 6865 - acl_xattr module: Has dependency that...
2009-11-04 Björn Jackes3: add support for full windows timestamps resolution...
2009-10-29 Jeremy AllisonStart fixing the RAW-STREAMS test - ensure that the...
2009-10-23 Barry SabsevitzFix bug 6802 - A created folder does not properly inher...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-17 Jeremy AllisonAdd comment explaining about symlink following & posix.
next