summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | More patchfile fixes. Write support should work now.Wilco Baan Hofman2008-04-152-14/+35
* | | | | | | | | | | | | | Fix PReg write support.Wilco Baan Hofman2008-04-154-18/+97
* | | | | | | | | | | | | | Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman2008-04-155-32/+226
* | | | | | | | | | | | | | Remove debug stuff.Wilco Baan Hofman2008-04-141-1/+0
* | | | | | | | | | | | | | Add support for security descriptors. Also patched the regf backend to suppor...Wilco Baan Hofman2008-04-147-42/+164
* | | | | | | | | | | | | | Attempt to fix the patchfile_preg backend for big endian machines.Wilco Baan Hofman2008-04-142-6/+10
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-133-6/+6
* | | | | | | | | | | | | Use new torture_assert_mem_equal.Jelmer Vernooij2008-04-131-1/+1
* | | | | | | | | | | | | Attempt to fix get_value() test on sparc machines.Jelmer Vernooij2008-04-131-1/+1
* | | | | | | | | | | | | Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-113-34/+85
* | | | | | | | | | | | | Don't install libevents for now, just its headers. It is already part of othe...Jelmer Vernooij2008-04-041-3/+1
* | | | | | | | | | | | | Don't install talloc manpage from samba, it's already installed from the stan...Jelmer Vernooij2008-04-041-3/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij2008-04-043-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | IRPC: Add include guards for the header.Kai Blin2008-04-021-0/+4
| * | | | | | | | | | | | util: Add talloc_get_type_abort() call.Kai Blin2008-04-022-0/+22
* | | | | | | | | | | | | Install libevents since it's required by samba-gtk.Jelmer Vernooij2008-04-032-2/+8
* | | | | | | | | | | | | Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij2008-04-031-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Re-add params file to git.Jelmer Vernooij2008-04-021-0/+587
* | | | | | | | | | | | Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-022-4/+4
* | | | | | | | | | | | Move handle utility functions to public header, remove more public headers.Jelmer Vernooij2008-04-021-1/+0
* | | | | | | | | | | | Trim down installed headers some more.Jelmer Vernooij2008-04-021-1/+1
* | | | | | | | | | | | Merge hive.h into registry.hJelmer Vernooij2008-04-027-215/+186
* | | | | | | | | | | | Merge patchfile.h into registry.hJelmer Vernooij2008-04-026-61/+30
* | | | | | | | | | | | Reduce the number of installed headers.Jelmer Vernooij2008-04-026-9/+3
* | | | | | | | | | | | Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0212-21/+121
* | | | | | | | | | | | Add warning to public headers.Jelmer Vernooij2008-04-011-0/+4
* | | | | | | | | | | | Add userdata argument to reseed callback function.Jelmer Vernooij2008-04-013-6/+8
* | | | | | | | | | | | Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-013-7/+7
* | | | | | | | | | | | Move ini-like file parser to the utility library.Jelmer Vernooij2008-04-012-1/+10
* | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher2008-03-281-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-1/+1
* | | | | | | | | | | | Convert some more files to GPLv3.Andrew Kroeger2008-03-2813-13/+13
|/ / / / / / / / / / /
* | | | | | | | | | | libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam2008-03-271-1/+8
* | | | | | | | | | | Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2008-03-262-35/+55
* | | | | | | | | | | More safety around ldb_dn C functions in python bindings.Andrew Bartlett2008-03-191-2/+6
* | | | | | | | | | | lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher2008-03-181-1/+1
* | | | | | | | | | | socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't...Stefan Metzmacher2008-03-181-1/+1
* | | | | | | | | | | libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-181-1/+0
* | | | | | | | | | | libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-186-24/+55
* | | | | | | | | | | ldb: not every shell supports '==' so use '='Stefan Metzmacher2008-03-181-1/+1
* | | | | | | | | | | Fix macro name (no 's' in ifr_addr).Gerald W. Carter2008-03-181-1/+1
* | | | | | | | | | | Fix Coverity ID 554Volker Lendecke2008-03-181-0/+3
* | | | | | | | | | | Check the return value of fgetsVolker Lendecke2008-03-181-1/+4
* | | | | | | | | | | libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
* | | | | | | | | | | libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
* | | | | | | | | | | libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
* | | | | | | | | | | libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
* | | | | | | | | | | libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
* | | | | | | | | | | lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2008-03-182-47/+3