Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | Fix link flags for ldb and tdb Python modules. | Jelmer Vernooij | 2008-05-08 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone build | Stefan Metzmacher | 2008-05-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba | Stefan Metzmacher | 2008-05-07 | 2 | -1/+1 | |
| * | | | | | | | | | | | | | | libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macro | Stefan Metzmacher | 2008-05-07 | 2 | -63/+73 | |
| * | | | | | | | | | | | | | | libreplace: always provide utime() and utimes() | Stefan Metzmacher | 2008-05-07 | 6 | -1/+200 | |
* | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 2008-05-07 | 1 | -0/+1 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | libreplace: check how portable utimes() and futimes() are | Stefan Metzmacher | 2008-05-06 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | Cope with an empty mapping file in ad2oLschema | Andrew Bartlett | 2008-05-06 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | / | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 2008-04-27 | 6 | -2/+989 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Remove temporary debug statement | Simo Sorce | 2008-04-22 | 1 | -2/+0 | |
* | | | | | | | | | | | | | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 2008-04-21 | 5 | -8/+22 | |
* | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 2008-04-17 | 5 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2008-04-17 | 2 | -19/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2008-04-17 | 19 | -91/+174 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 2008-04-17 | 5 | -6/+7 | |
* | | | | | | | | | | | | | | | | More endian fixes in the registry | Andrew Bartlett | 2008-04-17 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | Fix typo | Andrew Bartlett | 2008-04-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | More work to avoid endian bugs in registry tests. | Andrew Bartlett | 2008-04-17 | 1 | -5/+7 | |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Fix bug in registry test on big-endian machines. | Andrew Bartlett | 2008-04-17 | 2 | -19/+32 | |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 2008-04-17 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Skip strcmp() on 2 NULL pointers. | Andrew Bartlett | 2008-04-17 | 1 | -1/+2 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 2008-04-17 | 16 | -90/+164 | |
* | | | | | | | | | | | | | | Add convenience function for getting at event context from ejs code. | Jelmer Vernooij | 2008-04-17 | 2 | -0/+8 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Remove policy library - it's now in a separate git repository. | Jelmer Vernooij | 2008-04-16 | 9 | -4342/+0 | |
* | | | | | | | | | | | | | Now that we don't create a new event context, don't free it. | Andrew Bartlett | 2008-04-16 | 1 | -1/+0 | |
* | | | | | | | | | | | | | Remove unused arguments from reg_open_local(). | Jelmer Vernooij | 2008-04-16 | 9 | -71/+63 | |
* | | | | | | | | | | | | | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 2008-04-15 | 3 | -8/+10 | |
* | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4 | Jelmer Vernooij | 2008-04-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | lib/events: fix missing prototype of s4_events_aio_init() | Stefan Metzmacher | 2008-04-14 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 2008-04-14 | 12 | -106/+87 | |
* | | | | | | | | | | | | | | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 2008-04-14 | 15 | -97/+87 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Remove prototypes from build.h in preparation of removing build.h | Jelmer Vernooij | 2008-04-14 | 3 | -5/+16 | |
* | | | | | | | | | | | | | Use torture_assert_mem_equal() in a couple more places. | Jelmer Vernooij | 2008-04-13 | 3 | -6/+6 | |
* | | | | | | | | | | | | | Use new torture_assert_mem_equal. | Jelmer Vernooij | 2008-04-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Attempt to fix get_value() test on sparc machines. | Jelmer Vernooij | 2008-04-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Return SAM ldb context and loadparm context as part of C provision | Jelmer Vernooij | 2008-04-11 | 3 | -34/+85 | |
* | | | | | | | | | | | | | Don't install libevents for now, just its headers. It is already part of othe... | Jelmer Vernooij | 2008-04-04 | 1 | -3/+1 | |
* | | | | | | | | | | | | | Don't install talloc manpage from samba, it's already installed from the stan... | Jelmer Vernooij | 2008-04-04 | 1 | -3/+0 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange | Jelmer Vernooij | 2008-04-04 | 3 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | IRPC: Add include guards for the header. | Kai Blin | 2008-04-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | | util: Add talloc_get_type_abort() call. | Kai Blin | 2008-04-02 | 2 | -0/+22 | |
* | | | | | | | | | | | | | Install libevents since it's required by samba-gtk. | Jelmer Vernooij | 2008-04-03 | 2 | -2/+8 | |
* | | | | | | | | | | | | | Fix installation of dcerpc_atsvc and registry as required by samba-gtk. | Jelmer Vernooij | 2008-04-03 | 1 | -2/+2 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Re-add params file to git. | Jelmer Vernooij | 2008-04-02 | 1 | -0/+587 | |
* | | | | | | | | | | | | Reintroduce header previously autogenerated but ignored by git. | Jelmer Vernooij | 2008-04-02 | 2 | -4/+4 | |
* | | | | | | | | | | | | Move handle utility functions to public header, remove more public headers. | Jelmer Vernooij | 2008-04-02 | 1 | -1/+0 | |
* | | | | | | | | | | | | Trim down installed headers some more. | Jelmer Vernooij | 2008-04-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge hive.h into registry.h | Jelmer Vernooij | 2008-04-02 | 7 | -215/+186 | |
* | | | | | | | | | | | | Merge patchfile.h into registry.h | Jelmer Vernooij | 2008-04-02 | 6 | -61/+30 | |
* | | | | | | | | | | | | Reduce the number of installed headers. | Jelmer Vernooij | 2008-04-02 | 6 | -9/+3 |