search for: dbg_level

Displaying 3 results from an estimated 3 matches for "dbg_level".

2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...ng this! > > > > Eg. validate_nt_acl_blob() has debug statements: > > How about adding this on top - or squashing into it ? Updated patchset attached. My patches now (hopefully) update all DEBUG calls they touch. New patch on-top that does the rest of the file, using the new DBG_LEVEL macros in all places. Cheerio! -slow -------------- next part --------------
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > Cheerio! > -slow Still reviewing this - but a few things that will need changing: When adding the validate_nt_acl_blob() function in [PATCH 06/12] vfs_acl_common: move the ACL blob validation to a helper function this makes some of the existing function names in debug statements incorrect. Eg. validate_nt_acl_blob()
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...raw TORTURE_RAW', > internal_module=True, > -- > 2.7.4 > > > From 4b5d7a5577094544aa52b65a22cc0c61fde97478 Mon Sep 17 00:00:00 2001 > From: Ralph Boehme <slow at samba.org> > Date: Sat, 27 Aug 2016 10:11:14 +0200 > Subject: [PATCH 13/13] vfs_acl_common: use DBG_LEVEL and remove function > prefixes in DEBUG statements > > Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 > > Signed-off-by: Ralph Boehme <slow at samba.org> > --- > source3/modules/vfs_acl_common.c | 75 ++++++++++++++++++---------------------- > 1 file changed...