summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2008-10-12Move zlib to top-level root.Jelmer Vernooij200-0/+54050
2008-10-12Make util_tdb.h static since it is now used by Samba3.Jelmer Vernooij2-2/+114
2008-10-12Use common util_file code.Jelmer Vernooij4-20/+53
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-233/+27
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij3-0/+555
2008-10-12Add more tests to datablob testsuite.Jelmer Vernooij1-2/+44
2008-10-12Add extra const.Jelmer Vernooij1-1/+1
2008-10-12Add one-test testsuite for datablob.Jelmer Vernooij1-0/+44
2008-10-12Avoid problems with paranoid malloc checker.Jelmer Vernooij1-3/+1
2008-10-12Share data_blob implementation.Jelmer Vernooij2-0/+4
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij3-16/+17
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij2-20/+113
2008-10-11Add some simple tests for lib/util/time.cJelmer Vernooij1-0/+75
2008-10-11Make sure x_fdup compiles on Samba 4.Jelmer Vernooij2-2/+3
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij1-1/+30
Conflicts: source3/Makefile.in
2008-10-11Remove duplicate copy of dlinklist.h.Jelmer Vernooij1-1/+1
2008-10-11Clean up properly.Jelmer Vernooij1-1/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij5-5/+5
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij55-0/+11069
Conflicts: source4/Makefile
2008-10-11Use data_blob() for now, since it seems to be the only function available in ↵Jelmer Vernooij1-1/+1
both Samba 3 and Samba 4.
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
later.
2008-10-11Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij1-1/+1
2008-10-08Fix subunit files location after cherrypicks.Jelmer Vernooij6-0/+0
2008-10-08Fix path apparently gone wrong by cherrypick.Jelmer Vernooij1-0/+0
2008-10-08Move all subunit files to lib directory.Jelmer Vernooij6-0/+1241
2008-10-08Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-19/+19
2008-10-08Move subunit helper utility to specific subunit directory.Jelmer Vernooij1-0/+36
2008-10-07Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ↵Tim Prouty1-19/+19
v3-[23]-test
2008-10-06Fixed "declaration shadows global declaration" warnings.Tim Prouty1-19/+19
The patch simply uses a more descriptive variable name for tcp_seq. ../lib/socket_wrapper/socket_wrapper.c:753: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here ../lib/socket_wrapper/socket_wrapper.c: In function `swrap_marshall_packet': ../lib/socket_wrapper/socket_wrapper.c:919: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here
2008-10-01Fix some syntax errors for use with ReST.Jelmer Vernooij1-17/+26
2008-09-29lib/tdb: increase the version number after some critial changesStefan Metzmacher1-1/+1
The tdb_transaction/traverse interaction fixes are critical. metze
2008-09-24Add separate header file for arcfour.Jelmer Vernooij2-10/+16
2008-09-24Fix include paths.Jelmer Vernooij6-5/+7
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij2-1/+2
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij18-0/+1596
2008-09-22lib/talloc: move main() out of testsuite.cStefan Metzmacher3-13/+40
metze
2008-09-22libreplace: move main() out of testsuite.cStefan Metzmacher3-12/+38
metze
2008-09-19Add shared-build target to tdb.Simo Sorce4-0/+30
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-19Add shared-build target to talloc.Simo Sorce4-2/+29
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-19Fix standalone builds adjusting to new relative path.Simo Sorce5-6/+31
Add shared-build target to libreplace. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-19Provide tdb.open and ldb.open python functions.Jelmer Vernooij3-28/+41
2008-09-17Fix finding of popt sources for systems that don't have popt.Jelmer Vernooij1-1/+1
2008-09-17Fix merged build.Jelmer Vernooij1-0/+2
2008-09-17Add simple README file.Jelmer Vernooij1-0/+10
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij154-0/+46385