summaryrefslogtreecommitdiff
path: root/source4/lib/util
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14296: added an abort() to SMB_ASSERT() so that static analysers know it ↵Andrew Tridgell1-1/+1
doesn't return (This used to be commit 72334813087740cba42973bdf787d96d2d140bad)
2007-10-10r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij2-5/+5
Move architecture-independent data to DATADIR (was LIBDIR) (This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
2007-10-10r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij1-1211/+6
(This used to be commit 1004e1521a379ba6afb47e0fd3872d43363bc606)
2007-10-10r14038: reopen log files after a SIGHUPStefan Metzmacher1-14/+32
metze (This used to be commit 8e9a69171a03a1f886fcff911e8a923368645a54)
2007-10-10r13972: fix the build, jelmer can you please take a look at what's going ↵Stefan Metzmacher1-1/+1
wrong here metze (This used to be commit 737b149546ac0ee93a0d6c4f54ed40dd6dd259c3)
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-1/+1
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
2007-10-10r13959: make more functions publicStefan Metzmacher2-6/+6
metze (This used to be commit a5b95a7741085a9adb04b8b63066d1b3d0f024ae)
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij1-1/+3
(This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-1/+3
default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
2007-10-10r13859: - remove useless fsync() callsStefan Metzmacher1-2/+1
- make sure we only close the old_fd when the new one was opened metze (This used to be commit 3a6568c3669286d41343293c29c8d00fa78c372f)
2007-10-10r13851: More doc improvements.Jelmer Vernooij11-25/+134
(This used to be commit 936d26ae64b93ef8f8b2fbc632b1c2fd60840405)
2007-10-10r13849: More improvements to the libutil docs.Jelmer Vernooij3-302/+68
(This used to be commit eed16ac3b7f7062a34f09f602db0f828cac7f246)
2007-10-10r13842: Make some more functions public.Jelmer Vernooij2-18/+18
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij16-185/+192
(This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
2007-10-10r13770: - do fsync() on the debug fd, as we do in samba3,Stefan Metzmacher2-22/+21
I have an report that smbd memory usage grows to 1,5 GB or more without this... - make log_timestamp static metze (This used to be commit 551dd12baf9340ab070c8a8edca6b56770243a61)
2007-10-10r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij23-229/+1584
available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
2007-10-10r13662: Typo fix, add more public headersJelmer Vernooij2-3/+12
(This used to be commit d98948716f237c3a501b283a0bbc3837bb3fd3c8)
2007-10-10r13658: More moving around of files:Jelmer Vernooij35-0/+7947
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)