summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett2007-10-101-1/+9
| | | | | | | | | at least a generic error, even when inside a transaction. This helps debugging ldb/js interactions a lot... Andrew Bartlett (This used to be commit b607acf6f0b3567a40a3e35911c690feda243f50)
* r16006: only (f)getxattr returns ssize_tStefan Metzmacher2007-10-101-8/+8
| | | | | metze (This used to be commit d4af8da7c9b4c510ceb1ef96f6ff4bbf717a16d9)
* r16005: add support for XATTR's on MacOSStefan Metzmacher2007-10-102-1/+49
| | | | | | | Thanks to Bjoern Jacke for his help. metze (This used to be commit 8f8480e453ced38cbf27d0a1a45843c5eb126016)
* r16004: - move #ifdef outof the real functionsStefan Metzmacher2007-10-101-12/+39
| | | | | | | - hopefully all build-farm hosts have ENOTSUP... metze (This used to be commit 62c64f1ddc71436aab6a2f3f2ecc3e6dcb752db9)
* r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal toStefan Metzmacher2007-10-101-0/+4
| | | | | | | | | | the size of 'long long' so we can use strtol/strtoul Patch from Bjoern Jacke, thanks! (I only added the SIZEOF_LONG == SIZEOF_LONG_LONG) metze (This used to be commit 2bda7b63be1257210601dac3e2b1070f48d765b4)
* r16002: fix the build on solarisStefan Metzmacher2007-10-102-3/+3
| | | | | | | Patch from Bjoern Jacke, thanks! metze (This used to be commit 1250355909533e033f30e6a960c58cfc9ec760ba)
* r16001: we don't use u_intX_t any moreStefan Metzmacher2007-10-102-7/+2
| | | | | metze (This used to be commit e0e4f86b30185e01975eff91c2ce7ab7ca5353c1)
* r16000: - use uint16_t instead of u_int16_tStefan Metzmacher2007-10-101-5/+6
| | | | | | | | | - use int32_t for seq_number both changes let us use the types which the main heimdal code uses metze (This used to be commit ecff7b70aadb9ac27731a5b44aa20b49ac82321a)
* r15999: password_hash module changes:Andrew Bartlett2007-10-101-8/+16
| | | | | | | | | | - Quiet some IBM Checker warnings (enum mismatch) - Only search for the attributes we need - fix comments - fix copyrights Andrew Bartlett (This used to be commit ee6fe3a80fd5038c2b141bf8a85139f99ac96e4d)
* r15996: Implement a missing monitor message.Rafal Szczesniak2007-10-101-1/+10
| | | | | rafal (This used to be commit 37ec35672e23c8a3e3f1f44d2fce69a0729519fb)
* r15993: don't use u_int32_t, as the main heimdal code also don't useStefan Metzmacher2007-10-102-5/+5
| | | | | | | it anymore metze (This used to be commit e1842c9b55ffd0792fea2cff37b812d319c76f1f)
* r15992: fix the subsystem name,Stefan Metzmacher2007-10-101-2/+2
| | | | | | | hopefully fix the build on Mac OS 10.4.5 metze (This used to be commit 103f64c7cf9854e8f41f2aede68aec622cd554b6)
* r15991: try to fix the build on au2 IRIX 6.4Stefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 658f9a15890f17643da1217c332aea27915ee46e)
* r15988: try to fix the build on au2 IRIX 6.4Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 9e93e6f5fb654e4162bbc039306a4b79003e22d7)
* r15986: Declare struct tmJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 139d9369dc1b7daaf980a0c95b0921388ec39913)
* r15981: we need to initialize 'ret' before 'goto failed'Stefan Metzmacher2007-10-101-5/+11
| | | | | metze (This used to be commit 941f93f93f3ce9dacaafe80520b8751f738e7032)
* r15979: some farmating...Stefan Metzmacher2007-10-101-7/+6
| | | | | metze (This used to be commit 53ec76d8d2edaa37bbccb6de838248931a3a76d2)
* r15978: - pass the error code back to the caller...Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | | | | - we were giving OPERATIONS_ERROR in all cases:-( - we now pass ALREADY_EXIST fine to the caller, and the code in libnet_site.c is happy again. - this bug wasn't noticed for a long time because the ldb_ildap code always passed SUCCESS to it's caller metze (This used to be commit 7b9d7119205c442f338deab07122ce1548bad9b6)
* r15970: add a more verbose comment to tridge's fix for bigendian hosts.Stefan Metzmacher2007-10-101-1/+6
| | | | | | | tridge: I'm fine with this fix metze (This used to be commit f38b042ded6ec9b243c15d7710261708f208d289)
* r15964: fix error handling in ldb_ildap backendStefan Metzmacher2007-10-101-7/+14
| | | | | metze (This used to be commit 54e5aeff87b859960dfc5e4b6e3ab026ce5470ff)
* r15963: fix warningsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 11b49a440567eb3fa3391c15f5486c63141f1b97)
* r15962: fix a crash when connect failsStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 0540a5f220bac6f9b9782c22e23a0b19f9aa86cb)
* r15957: - add a test that fetches the schema from an windows LDAP server,Stefan Metzmacher2007-10-103-1/+520
| | | | | | | | | | | | | | | | and stores it into structures. - this prints out some useful information on the screen about attributes (will be extended for objectClasses too) - the plan is to create hide the relation of structures behind an interface we can later use this interface in a lot of places: - our schema module for ldb - the ndr_print code for DsGetNCChanges, to translate the uint32 attribute and objectClass id's into names, display attribute values depending on the attribute syntax - ... metze (This used to be commit 1908f0cd6230c22aabb0e1eab2f9d37d17f12f18)
* r15956: fix warningsStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit e874a099667c7213cc8dda0a94bf749d7706fbb5)
* r15955: fix whitespacesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit a3d1ce6d3b8e771d28ab4418679b89a388579360)
* r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell2007-10-104-40/+33
| | | | | | Heimdal which does work. This should fix most of the rest of the failures on solaris (This used to be commit acfaa98b5ea686feb81350baf09b3f4480f96edc)
* r15950: another printf() crash on solarisAndrew Tridgell2007-10-101-84/+84
| | | | (This used to be commit 5a065b9225f7a7fe221c61e26a08abc0d29f3bb9)
* r15947: Do the same test on setting allocation info.Jeremy Allison2007-10-101-2/+38
| | | | | Jeremy. (This used to be commit b8f6f62acd2ae79c87303b72e8bea22abc3a6b6e)
* r15946: Added check that proves that setpathinfo on anJeremy Allison2007-10-101-0/+38
| | | | | | oplocked open file generates a break. Jeremy. (This used to be commit 061b519b27cecbeb0687426201caaa7e8d95d856)
* r15945: Check ltdb_modified resultsSimo Sorce2007-10-101-8/+19
| | | | (This used to be commit bbda863f0766e4f4100a644f9a1ddcd8e18d29cd)
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-1010-29/+29
| | | | (This used to be commit 55d97ef88f377ef1dbf7b1774a15cf9035e2f320)
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-1022-2716/+288
| | | | | | | | | | | | | | This means that some modules have been disabled as well as they have not been ported to the async interface One of them is the ugly objectclass module. I hope that the change in samldb module will make the MMC happy without the need of this crappy module, we need proper handling in a decent schema module. proxy and ldb_map have also been disabled ldb_sqlite3 need to be ported as well (currenlty just broken). (This used to be commit 51083de795bdcbf649de926e86969adc20239b6d)
* r15941: We don't use call levels, at the moment. Remove them until we do.Rafal Szczesniak2007-10-101-2/+0
| | | | | rafal (This used to be commit 592387a769521d221a89d374ef72c6123160cfed)
* r15940: Add new field to pass username to libnet_rpc_userinfo function.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 16b4b4dbb7aa1a239e680457d3cb4e3db3d38dc7)
* r15939: Add tests for userinfo call with username argument providedRafal Szczesniak2007-10-101-4/+41
| | | | | | | which enables optional stage resolving username to a rid. rafal (This used to be commit f57a8ace6f55174a30f42a7c2cb01d6917c07be7)
* r15938: Extend userinfo call with one optional stage - lookup forRafal Szczesniak2007-10-101-19/+84
| | | | | | | | username to resolve it to a rid, when a sid argument is not explicitly provided. rafal (This used to be commit 9bc4ef267c3d6720422e2a2f7f2c1572ba694d2d)
* r15937: Currently, we don't use nor support distinguished call levels, so removeRafal Szczesniak2007-10-101-15/+0
| | | | | | | | them until we do such thing. There's no need to complicate things more at the moment. rafal (This used to be commit 94fb191e6b862a6b05bc962c56a0a3d34a67f6b7)
* r15933: remove the last sync call to ldb_requestSimo Sorce2007-10-101-4/+73
| | | | (This used to be commit 10d66aa61dab2e59e5a510cf34b1cfad86fc2529)
* r15932: Remove per request credsSimo Sorce2007-10-1011-24/+0
| | | | | They have never benn used and make little sense too imo (This used to be commit f0c1d08d50f8a3e25650ac85b178ec7a43e433d9)
* r15930: Attempt to fix the buildfarm segfaults -- thanks Tridge for the hintsVolker Lendecke2007-10-101-0/+4
| | | | (This used to be commit e363020115fc17caee6c3230d46fff41670a27d4)
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-1021-569/+604
| | | | | | I was sick of jumping inot each module for each request, even the ones not handle by that module. (This used to be commit 7d65105e885a28584e8555453b90232c43a92bf7)
* r15926: Add NET-API-DELETEUSER test to the standard tests run on 'make test'Rafal Szczesniak2007-10-101-3/+3
| | | | | rafal (This used to be commit 5c2bc9a4f6074735cf3fba4461a23132a9877b0c)
* r15922: password_hash.c has proven to be a good way to research how to build ↵Simo Sorce2007-10-101-42/+65
| | | | | | | an async module change asq.c to be more readble (This used to be commit 9197187c4290847721432db09bdfb2f1d06e51ba)
* r15921: Include new headers.Rafal Szczesniak2007-10-102-2/+0
| | | | | rafal (This used to be commit a528b64054551c780bd546c92edf189409fa358b)
* r15920: Move userman.c and userinfo.c definition into respectiveRafal Szczesniak2007-10-105-74/+102
| | | | | | | header files instead of composite.h rafal (This used to be commit 8cafbe7afedc90346cbd0cbedc2571143ae3dbc6)
* r15919: - Create function checking prerequisites like valid domainRafal Szczesniak2007-10-101-63/+175
| | | | | | | | | opened and rpc pipe connected. Each user management routine calls the function before doing their job - Initial work on user modify functionality (does nothing yet) rafal (This used to be commit 51501cdeef0f253d52112a368a07815ef1fbccca)
* r15916: Modify RPC-AUTHCONTEXT so that it can be anabled in samba3 make testVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 4298fde656ac72a2f0fae9f25e3b5b1f3948f8f5)
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-107-168/+396
| | | | | | | Start enhancing it and fix some problems with incorrect evalutaion of the codes Implement rdn rename (async only) (This used to be commit 6af1d738b9668d4f0eb6194ac0f84af9e73f8c2e)
* r15912: Run an rpc request with an invalid uid and make sure ↵Volker Lendecke2007-10-102-0/+128
| | | | | | | | | NT_STATUS_INVALID_HANDLE is returned. Volker (This used to be commit 0ef6ecda1dd009174c2c684a1dd3adabf4772daf)
* r15908: Mention ncalrpc in smbtorture help outputJelmer Vernooij2007-10-102-2/+92
| | | | | Update smbtorture manpage with binding string format explanation (This used to be commit 37f6dc130e697c840676c96aadc295bcde6a0bca)