summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/unixuid
Commit message (Expand)AuthorAgeFilesLines
...
* r15826: ensure we don't dereference sec when NULLAndrew Tridgell2007-10-101-1/+2
* r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij2007-10-101-0/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-3/+4
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-4/+3
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-3/+4
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-102-1/+2
* r14838: fix the build. Looks like I still haven't quite got the hang of theAndrew Tridgell2007-10-101-0/+1
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14615: add notify to unixuid ntvfs moduleAndrew Tridgell2007-10-101-0/+14
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-4/+4
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-4/+8
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-37/+36
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-1/+1
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-2/+0
* r13129: fix the memory hierachieStefan Metzmacher2007-10-101-1/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-1/+1
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-3/+0
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+3
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2007-10-101-57/+0
* r9320: Fix premature dereference bug found by Coverty and also get rid of non...Alexander Bokovoy2007-10-101-6/+3
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+2
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-5/+5
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-101-0/+1
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-101-9/+9
* r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmapAndrew Tridgell2007-10-102-156/+12
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-0/+4
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-3/+3
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-1/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+1
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+14
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-4/+4
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sidStefan Metzmacher2007-10-101-1/+1
* r3185: Machines can login with krb5, so we need to allow them to map to a uni...Andrew Bartlett2007-10-101-2/+2
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-0/+15
* r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell2007-10-101-1/+4
* r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell2007-10-101-14/+19
* r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell2007-10-101-4/+22
* r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell2007-10-101-4/+8
* r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...Andrew Tridgell2007-10-101-18/+23
* r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell2007-10-103-0/+818