r12608: Remove some unused #include lines.
[kamenim/samba.git] / source4 / lib / util.c
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Jelmer Vernooijr12487: Remove obsolete function
2007-10-10 Stefan Metzmacherr12286: handle absolute path and url in lock_path(...
2007-10-10 Stefan Metzmacherr12285: move the smbd.tmp into piddir, --with-fhs piddi...
2007-10-10 Jelmer Vernooijr10438: Move portability functions to lib/replace/...
2007-10-10 Jelmer Vernooijr10315: Remove use of fstring and pstring in dynconfig.c
2007-10-10 Andrew Tridgellr9791: r11611@blu: tridge | 2005-08-30 21:48:22 ...
2007-10-10 Andrew Tridgellr8703: cope with null string in interpret_addr()
2007-10-10 Andrew Tridgellr8579: recognise the name 'localhost' as 127.0.0.1...
2007-10-10 Andrew Tridgellr7912: make private_path() recognise a non-relative...
2007-10-10 Jelmer Vernooijr7850: Support mkdir() with just one parameter. Patch...
2007-10-10 Andrew Tridgellr7597: removed the bogus get_myfullname() and get_mydom...
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5297: ensure pstring is not in the generated prototypes
2007-10-10 Andrew Bartlettr4682: A LDB-based secrets implementation in Samba4.
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Stefan Metzmacherr3965: fix compiler warnings
2007-10-10 Stefan Metzmacherr3581: fix some signedness warnings with gcc-4.0
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3457: s_addr is a macro on solaris, so we can't use...
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3441: some include file cleanups and general housekeeping
2007-10-10 Andrew Tridgellr3360: improved the deletion of tmp files. smbd now...
2007-10-10 Andrew Tridgellr3357: removed the need to use TDB_CLEAR_IF_FIRST in...
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr3004: removed some unused functions
2007-10-10 Andrew Tridgellr2900: rusty pointed out to me that discard_const(...
2007-10-10 Andrew Tridgellr2783: got rid of the unused remote architecture detect...
2007-10-10 Andrew Tridgellr2634: use discard_const_p() in a few places
2007-10-10 Andrew Tridgellr2632: a new approach to handling const errors. We...
2007-10-10 Andrew Bartlettr2514: Remove unused funcions, and add static.
2007-10-10 Jim McDonoughr1596: Fix up copyrights.
2007-10-10 Andrew Bartlettr1434: Merge this function in from Samba 3.0, but use...
2007-10-10 Stefan Metzmacherr1308: move smb_panic() to lib/fault.c
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Andrew Bartlettr1163: Add const.
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr961: convert 'uchar' to 'uint8_t'
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2004-02-18 Stefan Metzmacherremove unused NISPLUS/AUTOMOUNT stuff
2003-12-13 Andrew Tridgelladded a basic dcerpc endpoint mapper to Samba4. Current...
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-24 Andrew Tridgell * fixed byte order in epmapper parsing
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code