1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00
Tim Prouty 1eb743ab8e s3: Change sockaddr util function names for consistency
Also eliminates name conflicts with OneFS system libraries
2008-12-03 10:40:20 -08:00
..
2008-10-22 21:37:36 +02:00
2008-11-01 01:29:12 +01:00
2008-10-14 02:16:27 +02:00
2008-10-12 16:27:00 +02:00
2008-10-12 16:27:00 +02:00
2008-10-18 15:49:11 +02:00
2008-10-12 02:27:38 +02:00
2008-10-12 17:34:43 +02:00
2008-11-20 13:11:59 -08:00

This directory contains libutil (until we can think of a better name)

The idea is that this library contains simple but useful data structures 
and support functions that are generally useful; not just for Samba but for 
other projects as well. Functions here should not depend on any external 
libraries, just on libc (perhaps partially provided by libreplace).