Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16039: Add missing #!, don't rely on bash | Jelmer Vernooij | 5 | -1/+5 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 19 | -106/+126 |
2007-10-10 | r16028: Re-add the objectclass module, in the new async scheme. | Andrew Bartlett | 3 | -108/+352 |
2007-10-10 | r16024: OpenBSD doesn't have ENOTSUP so use ENOSYS | Stefan Metzmacher | 2 | -8/+10 |
2007-10-10 | r16023: we don't need a global variable here... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16022: ooops, a bit too aggressive commit :-) | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r16021: While studying how to make samldb really async I found a critical sit... | Simo Sorce | 1 | -29/+29 |
2007-10-10 | r16013: hopefully fix the configure check for darwin | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r16012: do the type checks before anythingelse | Stefan Metzmacher | 1 | -11/+12 |
2007-10-10 | r16011: we don't need sys/bitypes.h any more | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r16010: deal with the case that int64,uint64 are already typedef'ed | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16009: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16008: make debugging easier, and use the os name in the function name | Stefan Metzmacher | 1 | -12/+12 |
2007-10-10 | r16007: If no error string was setup by the backend, ensure that we always get | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r16006: only (f)getxattr returns ssize_t | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r16005: add support for XATTR's on MacOS | Stefan Metzmacher | 2 | -1/+49 |
2007-10-10 | r16004: - move #ifdef outof the real functions | Stefan Metzmacher | 1 | -12/+39 |
2007-10-10 | r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal to | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r16002: fix the build on solaris | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r16001: we don't use u_intX_t any more | Stefan Metzmacher | 2 | -7/+2 |
2007-10-10 | r16000: - use uint16_t instead of u_int16_t | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r15999: password_hash module changes: | Andrew Bartlett | 1 | -8/+16 |
2007-10-10 | r15996: Implement a missing monitor message. | Rafal Szczesniak | 1 | -1/+10 |
2007-10-10 | r15993: don't use u_int32_t, as the main heimdal code also don't use | Stefan Metzmacher | 2 | -5/+5 |
2007-10-10 | r15992: fix the subsystem name, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15991: try to fix the build on au2 IRIX 6.4 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15988: try to fix the build on au2 IRIX 6.4 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15986: Declare struct tm | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15981: we need to initialize 'ret' before 'goto failed' | Stefan Metzmacher | 1 | -5/+11 |
2007-10-10 | r15979: some farmating... | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r15978: - pass the error code back to the caller... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15970: add a more verbose comment to tridge's fix for bigendian hosts. | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r15964: fix error handling in ldb_ildap backend | Stefan Metzmacher | 1 | -7/+14 |
2007-10-10 | r15963: fix warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15962: fix a crash when connect fails | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15957: - add a test that fetches the schema from an windows LDAP server, | Stefan Metzmacher | 3 | -1/+520 |
2007-10-10 | r15956: fix warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r15955: fix whitespaces | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15953: our timegm() replacement still doesn't work, so grab the one from | Andrew Tridgell | 4 | -40/+33 |
2007-10-10 | r15950: another printf() crash on solaris | Andrew Tridgell | 1 | -84/+84 |
2007-10-10 | r15947: Do the same test on setting allocation info. | Jeremy Allison | 1 | -2/+38 |
2007-10-10 | r15946: Added check that proves that setpathinfo on an | Jeremy Allison | 1 | -0/+38 |
2007-10-10 | r15945: Check ltdb_modified results | Simo Sorce | 1 | -8/+19 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 10 | -29/+29 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 22 | -2716/+288 |
2007-10-10 | r15941: We don't use call levels, at the moment. Remove them until we do. | Rafal Szczesniak | 1 | -2/+0 |
2007-10-10 | r15940: Add new field to pass username to libnet_rpc_userinfo function. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r15939: Add tests for userinfo call with username argument provided | Rafal Szczesniak | 1 | -4/+41 |
2007-10-10 | r15938: Extend userinfo call with one optional stage - lookup for | Rafal Szczesniak | 1 | -19/+84 |
2007-10-10 | r15937: Currently, we don't use nor support distinguished call levels, so remove | Rafal Szczesniak | 1 | -15/+0 |