| Commit message (Expand) | Author | Age | Files | Lines |
* | s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_... | Stefan Metzmacher | 2017-06-26 | 1 | -3/+1 |
* | lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO... | Jeremy Allison | 2017-04-22 | 1 | -2/+2 |
* | ntvfs: Add error debug statements for set_unix_security | Andreas Schneider | 2015-11-05 | 1 | -0/+3 |
* | s4:ntvfs/unixuid: remove unused allow_warnings=True | Stefan Metzmacher | 2014-11-25 | 1 | -1/+0 |
* | s4:ntvfs/unixuid: explicitly use allow_warnings=True | Stefan Metzmacher | 2014-04-02 | 1 | -0/+1 |
* | ntvfs_unixuid: No wbc_context required | Volker Lendecke | 2014-03-05 | 1 | -8/+0 |
* | unixuid: Use the tevent_context from the ntvfs_context | Volker Lendecke | 2014-03-05 | 1 | -3/+1 |
* | auth4: security_token_to_unix_token only needs a tevent_context | Volker Lendecke | 2014-03-05 | 1 | -1/+1 |
* | Revert "auth4: security_token_to_unix_token only needs a tevent_context" | Volker Lendecke | 2014-02-18 | 1 | -1/+1 |
* | Revert "unixuid: Use the tevent_context from the ntvfs_context" | Volker Lendecke | 2014-02-18 | 1 | -1/+3 |
* | Revert "ntvfs_unixuid: No wbc_context required" | Volker Lendecke | 2014-02-18 | 1 | -0/+8 |
* | ntvfs_unixuid: No wbc_context required | Volker Lendecke | 2014-02-10 | 1 | -8/+0 |
* | unixuid: Use the tevent_context from the ntvfs_context | Volker Lendecke | 2014-02-10 | 1 | -3/+1 |
* | auth4: security_token_to_unix_token only needs a tevent_context | Volker Lendecke | 2014-02-10 | 1 | -1/+1 |
* | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 2012-06-28 | 1 | -5/+6 |
* | s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointers | Stefan Metzmacher | 2012-06-13 | 1 | -31/+31 |
* | s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ... | Matthieu Patou | 2012-02-10 | 1 | -1/+1 |
* | Include uid_wrapper correctly. | Andreas Schneider | 2011-10-27 | 1 | -10/+0 |
* | s4-auth Move conversion of security_token to unix_token to auth | Andrew Bartlett | 2011-07-29 | 2 | -54/+4 |
* | ntvfs: Use security_unix_token from auth.idl | Andrew Bartlett | 2011-07-29 | 1 | -24/+16 |
* | source4/ntvfs: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 1 | -0/+2 |
* | samdb: Lowercase library name. | Jelmer Vernooij | 2010-11-07 | 1 | -1/+1 |
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 2 | -11/+0 |
* | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
* | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
* | s4:security Change struct security_token->sids from struct dom_sid * to struc... | Andrew Bartlett | 2010-08-23 | 1 | -1/+1 |
* | s4:ntvfs Don't treat the user SID and primary group SID special for idmap | Andrew Bartlett | 2010-08-18 | 1 | -12/+4 |
* | s4:idmap Adjust code to new idmap structure names and layout. | Andrew Bartlett | 2010-05-24 | 1 | -12/+12 |
* | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 2010-04-06 | 1 | -4/+0 |
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+11 |
* | s4: Switch to S3-style id mapping data types. | Kai Blin | 2010-02-11 | 1 | -5/+5 |
* | s4:UID wrapper - Fix includes | Matthias Dieter Wallnöfer | 2010-02-05 | 1 | -0/+10 |
* | Change uint_t to unsigned int in source4 | Matt Kraai | 2010-02-02 | 1 | -1/+1 |
* | s4:ntvfs Don't attempt to follow NULL in unixuid_setup_security() | Andrew Bartlett | 2009-10-02 | 1 | -1/+4 |
* | added a uid_wrapper library | Andrew Tridgell | 2009-08-05 | 1 | -1/+1 |
* | Cosmetic correction | Matthias Dieter Wallnöfer | 2009-07-19 | 1 | -1/+1 |
* | Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename | Sam Liddicott | 2009-05-20 | 1 | -2/+2 |
* | use the tevent nesting code to avoid the uid problem in the VFS | Andrew Tridgell | 2009-03-19 | 1 | -0/+66 |
* | s4:ntvfs/unixuid: s/private/priv | Stefan Metzmacher | 2009-02-02 | 1 | -23/+23 |
* | Remove unused include param/param.h. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+0 |
* | Use variables for source directory in a couple more places. | Jelmer Vernooij | 2008-05-18 | 1 | -1/+1 |
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2008-04-08 | 1 | -22/+50 |
|\ |
|
| * | ntvfs: Use wbclient in vsf_unixuid, not sidmap | Kai Blin | 2008-04-02 | 1 | -22/+50 |
* | | Move object file lists to the Makefile. | Jelmer Vernooij | 2008-03-03 | 1 | -2/+2 |
|/ |
|
* | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 2007-12-21 | 1 | -1/+2 |
* | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 2007-12-21 | 1 | -1/+1 |
* | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 1 | -3/+2 |