r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered
[kai/samba-autobuild/.git] / source4 / ntvfs / unixuid / vfs_unixuid.c
2007-10-10 James Peachr15188: Restore svn rev. 15183, 15184 and 15185, which...
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 James Peachr15185: Force all NTVFS modules to provide a critical...
2007-10-10 Stefan Metzmacherr14964: - move sidmap code from ntvfs_common to SAMDB
2007-10-10 Andrew Tridgellr14838: fix the build. Looks like I still haven't quite...
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Andrew Tridgellr14615: add notify to unixuid ntvfs module
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Stefan Metzmacherr13129: fix the memory hierachie
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Alexander Bokovoyr9320: Fix premature dereference bug found by Coverty...
2007-10-10 Stefan Metzmacherr9240: - move struct security_token to the idl file...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Stefan Metzmacherr4419: move security_token stuff to the libcli/security/
2007-10-10 Andrew Tridgellr4147: converted from NT_USER_TOKEN to struct security_...
2007-10-10 Andrew Tridgellr3982: split out the sid -> uid/gid mapping routines...
2007-10-10 Andrew Tridgellr3832: added NT ACL query/set to the posix NTVFS backen...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Andrew Tridgellr3528: added support for the SMBntcancel() operation...
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3461: another place where "open" was used as a structu...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Stefan Metzmacherr3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the...
2007-10-10 Andrew Bartlettr3185: Machines can login with krb5, so we need to...
2007-10-10 Andrew Tridgellr3039: This solves the problem of async handlers in...
2007-10-10 Andrew Tridgellr3024: run the *_connect() NTVFS initialisation operati...
2007-10-10 Andrew Tridgellr2934: - changed the unixuid module to use the nt_user_...
2007-10-10 Andrew Tridgellr2930: added a security context cache to the unixuid...
2007-10-10 Andrew Tridgellr2803: allow unixuid module to work with foreign securi...
2007-10-10 Andrew Tridgellr2796: - changed ldap attributes "UnixID" to "unixID...
2007-10-10 Andrew Tridgellr2794: a very simple version of the unixuid NTVFS pass...