summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-18lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2-47/+3
2008-03-18libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher1-0/+3
2008-03-18libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2-3/+3
2008-03-18libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher1-7/+9
2008-03-18ldb: remove configure with 'make realdistclean'Stefan Metzmacher1-1/+1
2008-03-18ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher1-1/+0
2008-03-18ldb: fix the standalone buildStefan Metzmacher6-13/+13
2008-03-18selftest: fix parsing of Subunit resultsStefan Metzmacher1-30/+1
2008-03-18Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke1-1/+1
2008-03-18selftest: use a separate var for printing out sub parts of lines with \rStefan Metzmacher1-2/+4
2008-03-18idmap: Map SIDs to unixids instead of uids/gidsKai Blin9-583/+519
2008-03-18make: Fix make valgrindtest-envKai Blin1-1/+3
2008-03-17RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher1-33/+55
2008-03-17RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher1-7/+17
2008-03-17selftest: handle progress output in verbose modeStefan Metzmacher3-4/+31
2008-03-17socket_wrapper: make pcap code more portableStefan Metzmacher1-39/+40
2008-03-17Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett4-11/+24
2008-03-15pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher1-2/+2
2008-03-15pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher1-2/+0
2008-03-15pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher1-0/+6
2008-03-15messaging: fix a valgrind warning on 64bit hosts zero out paddingStefan Metzmacher1-0/+2
2008-03-15Rework memberof handling in slapd.conf (used for OpenLDAP backend)Andrew Bartlett2-25/+24
2008-03-14swig: regenerate _wrap.c filesStefan Metzmacher5-49/+49
2008-03-14swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher1-2/+2
2008-03-14libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2-3/+3
2008-03-14libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam1-0/+4
2008-03-14heimdal_build: fix linkage of asn1_compile and compile_et.Michael Adam1-2/+0
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam6-0/+42
2008-03-14Allow more 'domain' objects when looking for a unqiue SID.Andrew Bartlett1-2/+2
2008-03-14Rework our SAMR test and SAMR server.Andrew Bartlett3-50/+111
2008-03-14Check for Administrator as a Alias (copy&paste bug)Andrew Bartlett1-1/+1
2008-03-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett3-1/+5
2008-03-13build: compile_et also needs inet_aton()Stefan Metzmacher1-0/+1
2008-03-13build: we don't rely on bash yet:-) '==' should be just '='Stefan Metzmacher1-1/+1
2008-03-13fix build of asn1_compile when there is no system inet_aton() function.Michael Adam1-0/+1
2008-03-13configure: when detecting python we should disable pyconfig.hStefan Metzmacher1-0/+2
2008-03-13Rework SAMR functions to avoid gendb_search()Andrew Bartlett1-26/+38
2008-03-13kdc: Provide extended error information in AS-REP error replies.Andrew Kroeger1-17/+50
2008-03-13heimdal: Add parameter to windc_plugin to allow extended return codes.Andrew Kroeger4-5/+7
2008-03-13Don't use 'dn', this attribute does not exist with the LDAP backend,Andrew Bartlett1-1/+1
2008-03-13Show why a LookupName fails (help debugging)Andrew Bartlett2-3/+21
2008-03-13Report binding in libnet failure message.Andrew Bartlett1-1/+4
2008-03-13Bail out, rather than segfault on no domain sid.Andrew Bartlett1-2/+3
2008-03-13Correctly normalise records against OpenLDAP.Andrew Bartlett1-1/+1
2008-03-13Don't search the whole tree for the domains's sidAndrew Bartlett1-4/+18
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett7-6/+49
2008-03-13Don't segfault on invalid objectClass input.Andrew Bartlett1-6/+13
2008-03-13Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett16-67/+655
2008-03-13Update the provision scripts and selftest for LDAPAndrew Bartlett3-9/+19
2008-03-13Don't talloc_free() the UUID before we return.Andrew Bartlett1-1/+4