summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-5/+5
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-1/+1
2007-10-10r4419: move security_token stuff to the libcli/security/Stefan Metzmacher1-0/+1
2007-10-10r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell1-9/+9
2007-10-10r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmapAndrew Tridgell2-156/+12
2007-10-10r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell1-0/+4
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-3/+3
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij2-1/+1
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-0/+1
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+14
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-4/+4
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sidStefan Metzmacher1-1/+1
2007-10-10r3185: Machines can login with krb5, so we need to allow them to map to a uni...Andrew Bartlett1-2/+2
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-0/+15
2007-10-10r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell1-1/+4
2007-10-10r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell1-14/+19
2007-10-10r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell1-4/+22
2007-10-10r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell1-4/+8
2007-10-10r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...Andrew Tridgell1-18/+23
2007-10-10r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell3-0/+818