summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou...Jelmer Vernooij1-0/+4
2007-10-10r21834: Remove unnecessary includesJelmer Vernooij4-4/+0
2007-10-10r21830: Fix header installation, remove proto header with a single prototype.Jelmer Vernooij2-1/+7
2007-10-10r21828: Hardcode prototypes, as they're a public API.Jelmer Vernooij2-2/+48
2007-10-10r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher1-9/+1
2007-10-10r21797: remove the key directly from the environ arrayStefan Metzmacher1-25/+17
2007-10-10r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher1-0/+2
2007-10-10r21795: fix the prototype of unsetenv()...Stefan Metzmacher1-1/+1
2007-10-10r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher1-1/+61
2007-10-10r21793: add replacement for unsetenv()Stefan Metzmacher4-1/+42
2007-10-10r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2-5/+11
2007-10-10r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett1-8/+25
2007-10-10r21740: this fixes the real cause of the large log files we had. The problemAndrew Tridgell1-0/+17
2007-10-10r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett1-0/+3
2007-10-10r21729: Some more testsJelmer Vernooij2-6/+29
2007-10-10r21722: Add the dead record functionality presented on samba-technical@samba....Volker Lendecke4-6/+187
2007-10-10r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij1-3/+3
2007-10-10r21695: Fix on bigendian systems.Jelmer Vernooij1-4/+4
2007-10-10r21694: Some more testing updates.Jelmer Vernooij2-3/+38
2007-10-10r21691: Add testsuite for lib/charsetJelmer Vernooij2-6/+237
2007-10-10r21688: Add simple tests for genrandJelmer Vernooij2-0/+99
2007-10-10r21685: Add some unit tests for the registry utility functions.Jelmer Vernooij1-46/+63
2007-10-10r21683: Remove the gconf registry backend.Jelmer Vernooij3-222/+0
2007-10-10r21671: Add initial simple tests for socket wrapperJelmer Vernooij3-1/+84
2007-10-10r21670: More testsJelmer Vernooij1-0/+94
2007-10-10r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij6-0/+656
2007-10-10r21553: Remove bogus comment.Andrew Bartlett1-3/+0
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett8-399/+492
2007-10-10r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0Volker Lendecke4-13/+94
2007-10-10r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij1-26/+26
2007-10-10r21412: The last patch also incremented the seqnum when tdb_store failed. Not...Volker Lendecke1-8/+10
2007-10-10r21410: We have to increment the sequence number also when tdb_update_hash()Volker Lendecke1-1/+1
2007-10-10r21386: Run all NDR tests in the buildfarm, import some functions from Samba3...Jelmer Vernooij1-1/+2
2007-10-10r21354: fix commentStefan Metzmacher1-1/+1
2007-10-10r21311: fix very ugly "using free'ed memory" bugStefan Metzmacher1-1/+1
2007-10-10r21305: Change the skel module a little, so make it names clearer.Andrew Bartlett1-6/+7
2007-10-10r21303: As discussed on samba-technical: Change the static array for the in-m...Volker Lendecke4-36/+96
2007-10-10r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij3-1/+17
2007-10-10r21299: Fix the build for those that don't have talloc.h installed.Jelmer Vernooij2-2/+2
2007-10-10r21297: Remove the GTK+ tools and library from the main repository. They are ...Jelmer Vernooij5-2/+12
2007-10-10r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell1-1/+1
2007-10-10r21233: first version of samba4 messaging using ctdb is working. This means weAndrew Tridgell1-9/+9
2007-10-10r21230: added the hooks needed in the cluster layer and the messaging code forAndrew Tridgell1-0/+44
2007-10-10r21212: detect if the kernel does not support integrated epoll/aio when theAndrew Tridgell1-1/+11
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell5-11/+18
2007-10-10r21171: fixed a bug related to recursive event handling.Andrew Tridgell4-11/+7
2007-10-10r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell1-1/+1
2007-10-10r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett1-0/+5
2007-10-10r20981: Fix cut'n'paste error.James Peach1-1/+1
2007-10-10r20969: remove unused function, found my lcovStefan Metzmacher1-49/+0