user auth patches

Ralf Habacker ralf.habacker at freenet.de
Wed Jun 13 23:50:03 PDT 2007


Havoc Pennington schrieb:
> Hi,
>
> I am wanting to implement SASL anonymous login support
> (http://tools.ietf.org/html/rfc4505), so to start I checked in the
> following two patches. I still have to do the actual anonymous mechanism.
>
> Patch review would be a very good idea, since I probably messed 
> something up. Testing this on a real system with a system bus would be 
> a smart idea also.
Are these and the following patches are applied to cvs ?
>
> The Windows port is broken for the moment, but it should now be possible
> to delete all the code for emulating dbus_uid_t/dbus_gid_t on Windows.
> If it isn't let me know where it's still needed.
>
I will take a look.  Currently I have seen problems on unix too:


Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.205
diff -u -p -r1.205 configure.in
--- configure.in    25 May 2007 21:53:55 -0000    1.205
+++ configure.in    9 Jun 2007 21:50:52 -0000
@@ -1169,6 +1169,8 @@ fi
 AC_DEFINE_UNQUOTED(DBUS_SESSION_SOCKET_DIR, "$DBUS_SESSION_SOCKET_DIR", 
[Where per-session bus puts its sockets])
 AC_SUBST(DBUS_SESSION_SOCKET_DIR)
 
+AC_DEFINE_UNQUOTED(DBUS_UNIX, "1", [Defined on UNIX and Linux systems 
and not on Windows])
+
 AC_OUTPUT([


Do you have seen that there is already a DBUS_UNIX  in line 75

2007-05-17 Ralf.Habacker  <ralf.habacker at freenet.de>
 
    * configure.in: define constant DBUS_UNIX.



AC_DEFINE(DBUS_UNIX,1,[dbus on unix])


Ralf



More information about the dbus mailing list