summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-082-2/+2
| * | | | | | | | | | | | | | libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-071-0/+1
| * | | | | | | | | | | | | | libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-072-1/+1
| * | | | | | | | | | | | | | libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-072-63/+73
| * | | | | | | | | | | | | | libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-076-1/+200
* | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-071-0/+1
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
* | | | | | | | | | | | | | | Cope with an empty mapping file in ad2oLschemaAndrew Bartlett2008-05-061-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | / Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-276-2/+989
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Remove temporary debug statementSimo Sorce2008-04-221-2/+0
* | | | | | | | | | | | | Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-215-8/+22
* | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-175-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-172-19/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-1719-91/+174
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-175-6/+7
* | | | | | | | | | | | | | | | More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
* | | | | | | | | | | | | | | | Fix typoAndrew Bartlett2008-04-171-1/+1
* | | | | | | | | | | | | | | | More work to avoid endian bugs in registry tests.Andrew Bartlett2008-04-171-5/+7
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-171-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-04-171-1/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-1716-90/+164
* | | | | | | | | | | | | | Add convenience function for getting at event context from ejs code.Jelmer Vernooij2008-04-172-0/+8
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Remove policy library - it's now in a separate git repository.Jelmer Vernooij2008-04-169-4342/+0
* | | | | | | | | | | | | Now that we don't create a new event context, don't free it.Andrew Bartlett2008-04-161-1/+0
* | | | | | | | | | | | | Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-169-71/+63
* | | | | | | | | | | | | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-153-8/+10
* | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | lib/events: fix missing prototype of s4_events_aio_init()Stefan Metzmacher2008-04-141-0/+1
* | | | | | | | | | | | | | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-1412-106/+87
* | | | | | | | | | | | | | Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-1415-97/+87
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-143-5/+16
* | | | | | | | | | | | | 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