Age | Commit message (Expand) | Author | Files | Lines |
2009-01-21 | Use script path to find the setup directory. | Jelmer Vernooij | 3 | -3/+3 |
2009-01-21 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 16 | -177/+208 |
2009-01-21 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 16 | -177/+208 |
2009-01-21 | Merge branch 'v4-0-test' of /home/jelmer/samba4 | Jelmer Vernooij | 34 | -43/+5662 |
2009-01-21 | Allow calling DCE/RPC server implementations directly using | Jelmer Vernooij | 50 | -574/+6201 |
2009-01-21 | build_docs: Use 'make distclean' instead of 'make clean'. | Karolin Seeger | 1 | -1/+1 |
2009-01-21 | build-docs: Change to the right directory before calling 'make clean'. | Karolin Seeger | 1 | -1/+1 |
2009-01-21 | build-docs: Add 'make clean'. | Karolin Seeger | 1 | -0/+3 |
2009-01-21 | Allow overriding the function that ships the request in the Samba 3 | Jelmer Vernooij | 19 | -532/+540 |
2009-01-21 | s4:auth: move make_server_info_netlogon_validation() function arround | Stefan Metzmacher | 7 | -148/+143 |
2009-01-21 | merged-build: propare to fix make test4 | Stefan Metzmacher | 1 | -1/+4 |
2009-01-21 | selftest: add --exeext parameter | Stefan Metzmacher | 2 | -5/+14 |
2009-01-21 | s4:selftest: reference binaries via variables in tests.sh | Stefan Metzmacher | 1 | -7/+9 |
2009-01-21 | selftest:Samba4: add bindir_path() utility function to construct the binary p... | Stefan Metzmacher | 1 | -12/+23 |
2009-01-21 | selftest: bin/ is under $(builddir) instead of $(srcdir) | Stefan Metzmacher | 1 | -2/+3 |
2009-01-21 | s4:python glue: fix dependecy to pyldb | Stefan Metzmacher | 1 | -1/+1 |
2009-01-21 | s3:docs: fix ommission in fix of (real)distclean targets | Michael Adam | 1 | -1/+1 |
2009-01-21 | s3:create-tarball: also include the VENDOR_PATCH in the version | Michael Adam | 1 | -0/+4 |
2009-01-21 | s3:docs: fix distclean target and add realdistclean target | Michael Adam | 1 | -1/+4 |
2009-01-21 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2009-01-21 | s3:docs: clarify explanation of the allocator in the idmap_ldap manpage | Michael Adam | 1 | -2/+8 |
2009-01-21 | s3:docs: clarify explanation of the allocator in the idmap_tdb manpage | Michael Adam | 1 | -4/+10 |
2009-01-21 | s3:docs: clarify explanation of allocator in the idmap_tdb2 manpage | Michael Adam | 1 | -4/+6 |
2009-01-21 | s3:docs: fix copy and paste error in the idmap_tdb2 manpage | Michael Adam | 1 | -1/+0 |
2009-01-21 | s4:ldb: remove dependency to samba4's events wrapper | Stefan Metzmacher | 7 | -29/+36 |
2009-01-20 | librpc: Fix warning caused by some empty debug strings | Tim Prouty | 1 | -3/+3 |
2009-01-21 | s3:docs: add a manpage for idmap_tdb2 | Michael Adam | 1 | -0/+132 |
2009-01-21 | s3:docs: update the idmap_ldap manpage to reflect current facts. | Michael Adam | 1 | -7/+23 |
2009-01-21 | s3:docs: update the idmap_tdb manpage to reflect current facts. | Michael Adam | 1 | -20/+61 |
2009-01-20 | "userdom_struct" does not need "full_name" anymore -- unused | Volker Lendecke | 5 | -7/+2 |
2009-01-20 | Fix some nonempty blank lines | Volker Lendecke | 2 | -20/+20 |
2009-01-20 | Remove some unused code | Volker Lendecke | 3 | -17/+0 |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 5 | -71/+99 |
2009-01-20 | Make use of TALLOC_FREE | Volker Lendecke | 1 | -3/+1 |
2009-01-20 | socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83... | Stefan Metzmacher | 1 | -3/+1 |
2009-01-20 | s3:messaging: also recreate the local messaging backend in messaging_reinit() | Stefan Metzmacher | 1 | -3/+11 |
2009-01-20 | s3: reinit_after_fork() should reinit the event context before the messaging ... | Stefan Metzmacher | 1 | -4/+4 |
2009-01-20 | s3:events: add support for signal events | Stefan Metzmacher | 1 | -0/+6 |
2009-01-20 | s3:smbd: call message_dispatch() before processing incoming PDUs | Stefan Metzmacher | 1 | -0/+6 |
2009-01-20 | tevent: rename signal handler functions to start with tevent_common_ | Stefan Metzmacher | 1 | -5/+6 |
2009-01-19 | Don't use TMPDIR as variable, it's already used for other purposes. | Jelmer Vernooij | 1 | -5/+8 |
2009-01-19 | Make sure server_role gets initialized in backend provisioning code - | Jelmer Vernooij | 3 | -3/+19 |
2009-01-19 | Merge branch 'v4-0-stable' | Jelmer Vernooij | 6 | -252/+282 |
2009-01-19 | Add some more entries to WHATSNEW, by no means complete. | Jelmer Vernooij | 1 | -0/+10 |
2009-01-19 | Remove mention of external heimdal - its not yet supported. | Jelmer Vernooij | 1 | -3/+0 |
2009-01-19 | s3:idmap_tdb: convert to the dbwrap api | Stefan Metzmacher | 1 | -244/+223 |
2009-01-19 | s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch() | Stefan Metzmacher | 2 | -8/+31 |
2009-01-19 | s3:dbwrap: add get_flags() hook to db_context | Stefan Metzmacher | 3 | -0/+18 |
2009-01-19 | Avoid flooding of syslog with failing pam_putenv messages. | Andreas Schneider | 1 | -1/+1 |
2009-01-19 | Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c | Volker Lendecke | 1 | -2/+4 |