summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:ntvfs: Fix code spellingAndreas Schneider1-20/+20
2017-06-26s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher1-3/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2015-11-05ntvfs: Add error debug statements for set_unix_securityAndreas Schneider1-0/+3
2014-11-25s4:ntvfs/unixuid: remove unused allow_warnings=TrueStefan Metzmacher1-1/+0
2014-04-02s4:ntvfs/unixuid: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+1
2014-03-05ntvfs_unixuid: No wbc_context requiredVolker Lendecke1-8/+0
2014-03-05unixuid: Use the tevent_context from the ntvfs_contextVolker Lendecke1-3/+1
2014-03-05auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke1-1/+1
2014-02-18Revert "auth4: security_token_to_unix_token only needs a tevent_context"Volker Lendecke1-1/+1
2014-02-18Revert "unixuid: Use the tevent_context from the ntvfs_context"Volker Lendecke1-1/+3
2014-02-18Revert "ntvfs_unixuid: No wbc_context required"Volker Lendecke1-0/+8
2014-02-10ntvfs_unixuid: No wbc_context requiredVolker Lendecke1-8/+0
2014-02-10unixuid: Use the tevent_context from the ntvfs_contextVolker Lendecke1-3/+1
2014-02-10auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke1-1/+1
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-5/+6
2012-06-13s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher1-31/+31
2012-02-10s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ...Matthieu Patou1-1/+1
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-10/+0
2011-07-29s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2-54/+4
2011-07-29ntvfs: Use security_unix_token from auth.idlAndrew Bartlett1-24/+16
2011-03-19source4/ntvfs: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2010-11-07samdb: Lowercase library name.Jelmer Vernooij1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2-11/+0
2010-10-23s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij1-1/+1
2010-10-23s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij1-1/+1
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-1/+1
2010-08-18s4:ntvfs Don't treat the user SID and primary group SID special for idmapAndrew Bartlett1-12/+4
2010-05-24s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett1-12/+12
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-4/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+11
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin1-5/+5
2010-02-05s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer1-0/+10
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-1/+1
2009-10-02s4:ntvfs Don't attempt to follow NULL in unixuid_setup_security()Andrew Bartlett1-1/+4
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-1/+1
2009-07-19Cosmetic correctionMatthias Dieter Wallnöfer1-1/+1
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott1-2/+2
2009-03-19use the tevent nesting code to avoid the uid problem in the VFSAndrew Tridgell1-0/+66
2009-02-02s4:ntvfs/unixuid: s/private/privStefan Metzmacher1-23/+23
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-22/+50
2008-04-02ntvfs: Use wbclient in vsf_unixuid, not sidmapKai Blin1-22/+50
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-2/+2
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+2
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2