()
| 108 | } |
| 109 | |
| 110 | pub fn authentication_cleartext_password() -> Vec<u8> { |
| 111 | let mut list = BufferList::new(); |
| 112 | list.add_int32(3); |
| 113 | list.join(true, Some(b'R')) |
| 114 | } |
| 115 | |
| 116 | pub fn authentication_md5_password() -> Vec<u8> { |
| 117 | let mut list = BufferList::new(); |
no test coverage detected