diff options
author | 1 <mkp@mkp.net> | 1999-08-11 22:46:07 +0000 |
---|---|---|
committer | Martin Peterson <mkp@src.gnome.org> | 1999-08-11 22:46:07 +0000 |
commit | 05e9b4862f94181d3ceb456e7ec6dc77c0b1c23f (patch) | |
tree | 07a67e40fbe2d895ef8a9947dc4679a7809378a6 /HACKING | |
parent | c8f25c94e4c3e63fcb8a84e497587c0e3e3607fa (diff) | |
download | gdm-05e9b4862f94181d3ceb456e7ec6dc77c0b1c23f.tar.gz |
Nailed down the bug that has been haunting me the past couple of days. gdm
1999-08-11 <mkp@mkp.net>
* daemon/auth.c: Nailed down the bug that has been haunting me the
past couple of days. gdm no longer corrupts ~user/.Xauthority if
it contains ``foreign'' cookies.
1999-08-08 <mkp@mkp.net>
Finally merged the Ottawa megapatch:
* daemon/auth.c: Real XAuth implementation. Doesn't rely on
/usr/bin/X11/xauth anymore.
* gui/gdmlogin.c: Implemented browser functionality.
* gui/gdmconfig.c: First shot at a graphical configuration tool.
* gui/gdmface.c: Face selector capplet.
1999-08-07 <mkp@mkp.net>
* Replaced gdm_putenv() with calls to setenv() as putenv() is
broken by specification.
1999-08-02 <mkp@mkp.net>
* md5.c, md5.h, cookie.c: Fixed MD5 endianness problem (Reported
by <gewrgiou@imbc.gr>, bugzilla 3898).
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING b/HACKING new file mode 100644 index 00000000..8e82190e --- /dev/null +++ b/HACKING @@ -0,0 +1,8 @@ + +This package is actively developed and maintained. + +Don't commit changes without asking mkp@mkp.net first unless you are +doing translation stuff. + + +Martin |