1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00
Andrew Tridgell f3d684a48c r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bug
took a _LONG_ time to find.

The problem was that when encoding/decoding password buffers we use
the pull/push string functions, which by default align unicode
strings. But on solaris sparc the buffer is not aligned always (its a
stack variable, an array of uint8_t). That perfectly OK in C, so we
just tell the pull/push functions not to auto-align.
(This used to be commit bb7835eced00607eb6b1725be6d96a6dcb842049)
2007-10-10 14:20:24 -05:00
..
2007-10-10 12:50:40 -05:00
2007-10-10 14:19:03 -05:00
2007-10-10 14:19:14 -05:00
2007-10-10 14:18:28 -05:00
2007-10-10 14:20:17 -05:00
2007-10-10 14:20:22 -05:00
2007-10-10 14:19:13 -05:00
2007-10-10 14:18:10 -05:00
2007-10-10 14:18:04 -05:00
2007-10-10 13:59:15 -05:00
2007-10-10 14:19:12 -05:00
2007-10-10 14:08:06 -05:00