jra/samba/.git
2007-12-21 Stefan Metzmacherr25867: libreplace: solaris has different prototypes...
2007-12-21 Stefan Metzmacherr25866: nss_wrapper: not all systems have get*_r calls
2007-12-21 Stefan Metzmacherr25865: libreplace: check for nss passwd|group get...
2007-12-21 Stefan Metzmacherr25864: libreplace: we should only have one location...
2007-12-21 Stefan Metzmacherr25863: libreplace: we need include <unistd.h> before...
2007-12-21 Jelmer Vernooijr25862: Avoid po, causes trouble on BSD systems.
2007-12-21 Jelmer Vernooijr25861: Fix export dynamic for HPUX.
2007-12-21 Jelmer Vernooijr25860: Remove flag that causes problems on some hosts.
2007-12-21 Jelmer Vernooijr25859: Wrap native HPUX functions in dl implementation.
2007-12-21 Jelmer Vernooijr25858: Clean up po files.
2007-12-21 Andrew Bartlettr25857: Indent
2007-12-21 Andrew Bartlettr25856: If the search fails, it is not valid to steal...
2007-12-21 Jelmer Vernooijr25855: Check for HPUX dl functions.
2007-12-21 Jelmer Vernooijr25854: Link against -ldl properly.
2007-12-21 Jelmer Vernooijr25853: Specify LIBS to sample_module - fixes build...
2007-12-21 Jelmer Vernooijr25852: Move SHLIBEXT determination into a test as...
2007-12-21 Jelmer Vernooijr25851: Move system-specific ldflags checks to librepla...
2007-12-21 Jelmer Vernooijr25850: Add macro for picflag.
2007-12-21 Günther Deschnerr25849: Add test for dfs FlushFtTable.
2007-12-21 Günther Deschnerr25848: Add IDL and torture test for dfs_SetDcAddress...
2007-12-21 Jelmer Vernooijr25847: Don't link modules against their subsystem.
2007-12-21 Jelmer Vernooijr25846: Add configure test for -Wl,--export-dynamic.
2007-12-21 Günther Deschnerr25845: Reformat the dfs test.
2007-12-21 Jelmer Vernooijr25844: Enable soloading by default.
2007-12-21 Jelmer Vernooijr25843: Finish check-soloading.
2007-12-21 Jelmer Vernooijr25842: Start working on test for loading dso's in...
2007-12-21 Stefan Metzmacherr25841: try to fix make install
2007-12-21 Stefan Metzmacherr25840: make test: activate nss_wrapper for make test
2007-12-21 Stefan Metzmacherr25839: use nss_wrapper code in samba4 if
2007-12-21 Stefan Metzmacherr25838: libreplace: include nss_wrapper.h if NSS_WRAPPE...
2007-12-21 Stefan Metzmacherr25837: nss_wrapper: add nss_wrapper.pl
2007-12-21 Stefan Metzmacherr25836: nss_wrapper: add support for groups and return...
2007-12-21 Stefan Metzmacherr25835: nss_wrapper: add support for passwd accounts
2007-12-21 Stefan Metzmacherr25834: nss_wrapper: add lib/nss_wrapper skeleton
2007-12-21 Stefan Metzmacherr25833: - we don't need --root twice
2007-12-21 Stefan Metzmacherr25831: remove unused include
2007-12-21 Stefan Metzmacherr25830: fix compiler warning
2007-12-21 Stefan Metzmacherr25829: - use DEBUG() instead of printf
2007-12-21 Stefan Metzmacherr25828: don't ignore errors
2007-12-21 Volker Lendecker25827: Start of samba3-regconfig test
2007-12-21 Andrew Bartlettr25826: Prove that adding a user or computer via LDAP...
2007-12-21 Andrew Bartlettr25825: Don't print the user's password hash at level 0.
2007-12-21 Stefan Metzmacherr25824: - NT_STATUS_IS_ERR() is not the same as !NT_STA...
2007-12-21 Stefan Metzmacherr25823: remove unneeded nesting by using error and...
2007-12-21 Stefan Metzmacherr25822: use NDR_CHECK()
2007-12-21 Stefan Metzmacherr25821: always use ndr_push/pull_error() to report...
2007-12-21 Stefan Metzmacherr25820: but still return the error...
2007-12-21 Stefan Metzmacherr25819: make the success case more clear
2007-12-21 Stefan Metzmacherr25818: remove useless '\' chars at the end of lines
2007-12-21 Günther Deschnerr25817: Add very basic FRSAPI InfoW test. Again, this...
2007-12-21 Günther Deschnerr25816: Add idl for frsapi_InfoW. Surely not correct...
2007-12-21 Günther Deschnerr25815: Small DFS idl fixes.
2007-12-21 Günther Deschnerr25814: Add my (C).
2007-12-21 Günther Deschnerr25813: Add unfinished SecurityDescriptorsMasks test...
2007-12-21 Günther Deschnerr25812: Add test for valid and invalid security descrip...
2007-12-21 Günther Deschnerr25811: Add some security descriptor helper functions.
2007-12-21 Günther Deschnerr25810: Add test for blocking security descriptor inher...
2007-12-21 Günther Deschnerr25809: Add basic security descriptor inheritance test...
2007-12-21 Günther Deschnerr25808: Move basic security descriptor test to a test_S...
2007-12-21 Günther Deschnerr25807: Close handle during winreg test.
2007-12-21 Stefan Metzmacherr25806: let libndr.h include needed stuff and remove...
2007-12-21 Stefan Metzmacherr25805: pidl: include libndr.h as first header in ndr_foo.h
2007-12-21 Stefan Metzmacherr25804: move including ndr_compression.h into HeaderInt...
2007-12-21 Günther Deschnerr25803: Make our security descriptor acl manipulation...
2007-12-21 Stefan Metzmacherr25802: fix the build on solaris, void functions doesn...
2007-12-21 Günther Deschnerr25801: Add security_ace_create() function.
2007-12-21 Günther Deschnerr25800: Use dump_data_skip_zeros() in ndrdump.
2007-12-21 Günther Deschnerr25799: Add dump_data_skip_zeros() which omits 16 zero...
2007-12-21 Stefan Metzmacherr25798: - check return value of ndr_push_set_switch_value()
2007-12-21 Stefan Metzmacherr25797: use error and out logic
2007-12-21 Stefan Metzmacherr25796: use NT_STATUS_HAVE_NO_MEMORY()
2007-12-21 Stefan Metzmacherr25795: whitespace cleanup...
2007-12-21 Stefan Metzmacherr25794: use NDR_CHECK()
2007-12-21 Stefan Metzmacherr25793: check the return value of ndr_push_set_switch_v...
2007-12-21 Stefan Metzmacherr25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()
2007-12-21 Stefan Metzmacherr25791: wrepl_request_finished() sets req->status,...
2007-12-21 Stefan Metzmacherr25790: - remove some nesting by using error and out...
2007-12-21 Stefan Metzmacherr25789: print out what error happened...
2007-12-21 Andrew Bartlettr25788: Use a single routine to handle the creation...
2007-12-21 Andrew Bartlettr25787: Assert that we handle the group membership...
2007-12-21 Andrew Bartlettr25786: Add function required by linked_attributes...
2007-12-21 Ronnie Sahlbergr25785: more small updates to frsrpc
2007-12-21 Stefan Metzmacherr25784: fix compiler warning
2007-12-21 Stefan Metzmacherr25783: socket_wrapper: don't include "includes.h"
2007-12-21 Stefan Metzmacherr25782: use NT_STATUS_HAVE_NO_MEMORY()
2007-12-21 Andrew Bartlettr25781: Handle and test linked attribute renames.
2007-12-21 Stefan Metzmacherr25780: fix bool return
2007-12-21 Stefan Metzmacherr25779: the return value of ndr_pull_set_switch_value...
2007-12-21 Stefan Metzmacherr25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK...
2007-12-21 Stefan Metzmacherr25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS...
2007-12-21 Stefan Metzmacherr25776: ndr compression: make use of NDR_CHECK() and...
2007-12-21 Stefan Metzmacherr25775: use ndr_pull_union_blob_all() in CLDAP code
2007-12-21 Stefan Metzmacherr25774: create ndr_pull_union_blob_all() and match...
2007-12-21 Ronnie Sahlbergr25773: update frsrpc.idl and add some more comments
2007-12-21 Ronnie Sahlbergr25772: rename the tail fields
2007-12-21 Ronnie Sahlbergr25771: In traces unknown7 has the same pattern as...
2007-12-21 Ronnie Sahlbergr25770: rename "unknown5" to tlv_size
2007-12-21 Ronnie Sahlbergr25769: it looks like there are 9 uint32 before the...
2007-12-21 Stefan Metzmacherr25768: pidl: NT_STATUS_IS_ERR() is NOT the same as...
2007-12-21 Stefan Metzmacherr25767: pidl: make it easier to debug errors in pidl...
next