summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-docs: Change to the right directory before calling 'make clean'.Karolin Seeger2009-01-211-1/+1
* build-docs: Add 'make clean'.Karolin Seeger2009-01-211-0/+3
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-217-148/+143
* merged-build: propare to fix make test4Stefan Metzmacher2009-01-211-1/+4
* selftest: add --exeext parameterStefan Metzmacher2009-01-212-5/+14
* s4:selftest: reference binaries via variables in tests.shStefan Metzmacher2009-01-211-7/+9
* selftest:Samba4: add bindir_path() utility function to construct the binary p...Stefan Metzmacher2009-01-211-12/+23
* selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher2009-01-211-2/+3
* s4:python glue: fix dependecy to pyldbStefan Metzmacher2009-01-211-1/+1
* s3:docs: fix ommission in fix of (real)distclean targetsMichael Adam2009-01-211-1/+1
* s3:create-tarball: also include the VENDOR_PATCH in the versionMichael Adam2009-01-211-0/+4
* s3:docs: fix distclean target and add realdistclean targetMichael Adam2009-01-211-1/+4
* Fix a typoVolker Lendecke2009-01-211-1/+1
* s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam2009-01-211-2/+8
* s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam2009-01-211-4/+10
* s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam2009-01-211-4/+6
* s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam2009-01-211-1/+0
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-217-29/+36
* librpc: Fix warning caused by some empty debug stringsTim Prouty2009-01-201-3/+3
* s3:docs: add a manpage for idmap_tdb2Michael Adam2009-01-211-0/+132
* s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam2009-01-211-7/+23
* s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam2009-01-211-20/+61
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-205-7/+2
* Fix some nonempty blank linesVolker Lendecke2009-01-202-20/+20
* Remove some unused codeVolker Lendecke2009-01-203-17/+0
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-205-71/+99
* Make use of TALLOC_FREEVolker Lendecke2009-01-201-3/+1
* socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...Stefan Metzmacher2009-01-201-3/+1
* s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher2009-01-201-3/+11
* s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher2009-01-201-4/+4
* s3:events: add support for signal eventsStefan Metzmacher2009-01-201-0/+6
* s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher2009-01-201-0/+6
* tevent: rename signal handler functions to start with tevent_common_Stefan Metzmacher2009-01-201-5/+6
* Don't use TMPDIR as variable, it's already used for other purposes.samba-4.0.0alpha6Jelmer Vernooij2009-01-191-5/+8
* Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij2009-01-193-3/+19
* Merge branch 'v4-0-stable'Jelmer Vernooij2009-01-196-252/+282
|\
| * Add some more entries to WHATSNEW, by no means complete.Jelmer Vernooij2009-01-191-0/+10
| * s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher2009-01-191-244/+223
| * s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2009-01-192-8/+31
| * s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher2009-01-193-0/+18
* | Remove mention of external heimdal - its not yet supported.Jelmer Vernooij2009-01-191-3/+0
|/
* Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider2009-01-191-1/+1
* Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke2009-01-191-2/+4
* Attempt to fix the merged buildVolker Lendecke2009-01-192-3/+3
* S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.Karolin Seeger2009-01-193-5/+5
* S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.Karolin Seeger2009-01-192-5/+5
* nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher2009-01-191-2/+3
* nbt_server/wins: add some constStefan Metzmacher2009-01-191-3/+4
* nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2009-01-192-2/+2
* wrepl_server: make 'use inform' the default and autofallback against old serversStefan Metzmacher2009-01-193-3/+25