summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | Fix const.Jelmer Vernooij2008-04-152-2/+2
* | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-04-1530-216/+201
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | 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
* | | | | | | | | | | | | | Fix formatting, remove unused function.Jelmer Vernooij2008-04-151-14/+3
* | | | | | | | | | | | | | 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