summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij12-106/+87
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij15-97/+87
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij3-5/+16
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij3-6/+6
2008-04-13Use new torture_assert_mem_equal.Jelmer Vernooij1-1/+1
2008-04-13Attempt to fix get_value() test on sparc machines.Jelmer Vernooij1-1/+1
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij3-34/+85
2008-04-04Don't install libevents for now, just its headers. It is already part of othe...Jelmer Vernooij1-3/+1
2008-04-04Don't install talloc manpage from samba, it's already installed from the stan...Jelmer Vernooij1-3/+0
2008-04-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij3-0/+26
2008-04-03Install libevents since it's required by samba-gtk.Jelmer Vernooij2-2/+8
2008-04-03Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij1-2/+2
2008-04-02IRPC: Add include guards for the header.Kai Blin1-0/+4
2008-04-02util: Add talloc_get_type_abort() call.Kai Blin2-0/+22
2008-04-02Re-add params file to git.Jelmer Vernooij1-0/+587
2008-04-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2-4/+4
2008-04-02Move handle utility functions to public header, remove more public headers.Jelmer Vernooij1-1/+0
2008-04-02Trim down installed headers some more.Jelmer Vernooij1-1/+1
2008-04-02Merge hive.h into registry.hJelmer Vernooij7-215/+186
2008-04-02Merge patchfile.h into registry.hJelmer Vernooij6-61/+30
2008-04-02Reduce the number of installed headers.Jelmer Vernooij6-9/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij12-21/+121
2008-04-01Add warning to public headers.Jelmer Vernooij1-0/+4
2008-04-01Add userdata argument to reseed callback function.Jelmer Vernooij3-6/+8
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij3-7/+7
2008-04-01Move ini-like file parser to the utility library.Jelmer Vernooij2-1/+10
2008-03-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+1
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-1/+1
2008-03-28libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher1-1/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger13-13/+13
2008-03-27libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam1-1/+8
2008-03-26Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2-35/+55
2008-03-19More safety around ldb_dn C functions in python bindings.Andrew Bartlett1-2/+6
2008-03-18lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher1-1/+1
2008-03-18socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't...Stefan Metzmacher1-1/+1
2008-03-18libreplace: replace.c does not need system/network.h anymore.Michael Adam1-1/+0
2008-03-18libreplace: move rep_socketpair() to its own module.Michael Adam6-24/+55
2008-03-18ldb: not every shell supports '==' so use '='Stefan Metzmacher1-1/+1
2008-03-18Fix macro name (no 's' in ifr_addr).Gerald W. Carter1-1/+1
2008-03-18Fix Coverity ID 554Volker Lendecke1-0/+3
2008-03-18Check the return value of fgetsVolker Lendecke1-1/+4
2008-03-18libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam1-1/+0
2008-03-18libreplace: remove trailing white spaces.Michael Adam2-2/+2
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam6-34/+61
2008-03-18libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam1-9/+13
2008-03-18libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher1-3/+0
2008-03-18lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2-47/+3
2008-03-18libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher1-0/+3
2008-03-18libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2-3/+3
2008-03-18libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher1-7/+9