diff options
author | Simo Sorce <idra@samba.org> | 2003-04-19 15:29:39 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-04-19 15:29:39 +0000 |
commit | 84728c340001e4355f8c0cd668eb157090722c80 (patch) | |
tree | 20830a00a1cab00105c9d959c8e859400e983cb9 /source3/lib | |
parent | ee88b8214e8ac65a0e60aca244486db78c950ece (diff) | |
download | samba-84728c340001e4355f8c0cd668eb157090722c80.tar.gz samba-84728c340001e4355f8c0cd668eb157090722c80.tar.bz2 samba-84728c340001e4355f8c0cd668eb157090722c80.zip |
fixes
fix debug, add "idmap" string to the list of classes
fix idmap, check init failures, and enhance debugging
fix idmap_tdb, _do_ init uid and gid low,high states (too bad I missed that
before)
fix smbd/uid.c, use gid_t for gids and uid_t for uids
(This used to be commit bc95de4ebb014080bc70173e7df94c672cea8df6)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c index dc675037a0..fdbd54fafb 100644 --- a/source3/lib/debug.c +++ b/source3/lib/debug.c @@ -154,6 +154,7 @@ static const char *default_classname_table[] = { "auth", /* DBGC_AUTH */ "winbind", /* DBGC_WINBIND */ "vfs", /* DBGC_VFS */ + "idmap", /* DBGC_IDMAP */ NULL }; |