Age | Commit message (Expand) | Author | Files | Lines |
2008-03-18 | Fix Coverity ID 554 | Volker Lendecke | 1 | -0/+3 |
2008-03-18 | Check the return value of fgets | Volker Lendecke | 1 | -1/+4 |
2008-03-18 | libreplace: remove duplicate entry of inet_ntoa from README. | Michael Adam | 1 | -1/+0 |
2008-03-18 | libreplace: remove trailing white spaces. | Michael Adam | 2 | -2/+2 |
2008-03-18 | libreplace: replace inet_ntoa() when it is missing | Michael Adam | 6 | -34/+61 |
2008-03-18 | libreplace: put inet_aton.c under LGPL instead of GPL. | Michael Adam | 1 | -9/+13 |
2008-03-18 | smbtorture: fix typos in RAW-OPLOCK output. | Michael Adam | 1 | -2/+2 |
2008-03-18 | libreplace: remove unused SOCKET_LIBS and NSL_LIBS | Stefan Metzmacher | 1 | -3/+0 |
2008-03-18 | lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSL | Stefan Metzmacher | 2 | -47/+3 |
2008-03-18 | libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIB | Stefan Metzmacher | 1 | -0/+3 |
2008-03-18 | libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checks | Stefan Metzmacher | 2 | -3/+3 |
2008-03-18 | libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBS | Stefan Metzmacher | 1 | -7/+9 |
2008-03-18 | ldb: remove configure with 'make realdistclean' | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | ldb: nothing uses "system/network.h" so don't include it | Stefan Metzmacher | 1 | -1/+0 |
2008-03-18 | ldb: fix the standalone build | Stefan Metzmacher | 6 | -13/+13 |
2008-03-18 | selftest: fix parsing of Subunit results | Stefan Metzmacher | 1 | -30/+1 |
2008-03-18 | Allocate one 0-byte in asprintf replacement when len==0 | Volker Lendecke | 1 | -1/+1 |
2008-03-18 | selftest: use a separate var for printing out sub parts of lines with \r | Stefan Metzmacher | 1 | -2/+4 |
2008-03-18 | idmap: Map SIDs to unixids instead of uids/gids | Kai Blin | 9 | -583/+519 |
2008-03-18 | make: Fix make valgrindtest-env | Kai Blin | 1 | -1/+3 |
2008-03-17 | RAW-BENCH-OPEN: avoid sync calls before the main loop | Stefan Metzmacher | 1 | -33/+55 |
2008-03-17 | RAW-BENCH-OPEN: fix the output and calculate the total operations | Stefan Metzmacher | 1 | -7/+17 |
2008-03-17 | selftest: handle progress output in verbose mode | Stefan Metzmacher | 3 | -4/+31 |
2008-03-17 | socket_wrapper: make pcap code more portable | Stefan Metzmacher | 1 | -39/+40 |
2008-03-17 | Don't require users of credentials.h to have krb5.h and gssapi.h | Andrew Bartlett | 4 | -11/+24 |
2008-03-15 | pvfs_open: set h->have_opendb_entry directly after odb_open_file() | Stefan Metzmacher | 1 | -2/+2 |
2008-03-15 | pvfs_open: the pvfs_odb_retry structs need to be children of the request | Stefan Metzmacher | 1 | -2/+0 |
2008-03-15 | pvfs_unlink: disable async retries for wildcard deletes | Stefan Metzmacher | 1 | -0/+6 |
2008-03-15 | messaging: fix a valgrind warning on 64bit hosts zero out padding | Stefan Metzmacher | 1 | -0/+2 |
2008-03-15 | Rework memberof handling in slapd.conf (used for OpenLDAP backend) | Andrew Bartlett | 2 | -25/+24 |
2008-03-14 | swig: regenerate _wrap.c files | Stefan Metzmacher | 5 | -49/+49 |
2008-03-14 | swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V() | Stefan Metzmacher | 1 | -2/+2 |
2008-03-14 | libreplace: fix samba4 build (by not setting global LIBS). | Michael Adam | 2 | -3/+3 |
2008-03-14 | libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests. | Michael Adam | 1 | -0/+4 |
2008-03-14 | heimdal_build: fix linkage of asn1_compile and compile_et. | Michael Adam | 1 | -2/+0 |
2008-03-14 | libreplace: add an inet_aton() function that calls inet_pton(). | Michael Adam | 6 | -0/+42 |
2008-03-14 | Allow more 'domain' objects when looking for a unqiue SID. | Andrew Bartlett | 1 | -2/+2 |
2008-03-14 | Rework our SAMR test and SAMR server. | Andrew Bartlett | 3 | -50/+111 |
2008-03-14 | Check for Administrator as a Alias (copy&paste bug) | Andrew Bartlett | 1 | -1/+1 |
2008-03-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 3 | -1/+5 |
2008-03-13 | build: compile_et also needs inet_aton() | Stefan Metzmacher | 1 | -0/+1 |
2008-03-13 | build: we don't rely on bash yet:-) '==' should be just '=' | Stefan Metzmacher | 1 | -1/+1 |
2008-03-13 | fix build of asn1_compile when there is no system inet_aton() function. | Michael Adam | 1 | -0/+1 |
2008-03-13 | configure: when detecting python we should disable pyconfig.h | Stefan Metzmacher | 1 | -0/+2 |
2008-03-13 | Rework SAMR functions to avoid gendb_search() | Andrew Bartlett | 1 | -26/+38 |
2008-03-13 | kdc: Provide extended error information in AS-REP error replies. | Andrew Kroeger | 1 | -17/+50 |
2008-03-13 | heimdal: Add parameter to windc_plugin to allow extended return codes. | Andrew Kroeger | 4 | -5/+7 |
2008-03-13 | Don't use 'dn', this attribute does not exist with the LDAP backend, | Andrew Bartlett | 1 | -1/+1 |
2008-03-13 | Show why a LookupName fails (help debugging) | Andrew Bartlett | 2 | -3/+21 |
2008-03-13 | Report binding in libnet failure message. | Andrew Bartlett | 1 | -1/+4 |