summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More safety around ldb_dn C functions in python bindings.Andrew Bartlett2008-03-191-2/+6
| | | | | | | | | Ensure that the ldb python binding 'TypeError dn not set' errors are not in the SWIG wrapper's use of ldb functions, put some more error checks in. Andrew Bartlett (This used to be commit 8d4c831184cff8bca85daf6cc711b189b5cf3a47)
* Supply HDB_DB_DIR macroAndrew Bartlett2008-03-191-0/+2
| | | | | | | | While we don't use the default HDB directories, the code needs this macro defined. Andrew Bartlett (This used to be commit b5dbdef1580a58c0f208e83491946391cd08e570)
* Merge branch 'v4-0-logon' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-03-195-22/+57
|\ | | | | | | (This used to be commit 8252b51850f108aa8f43ec25c752a411c32f9764)
| * kdc: Provide extended error information in AS-REP error replies.Andrew Kroeger2008-03-131-17/+50
| | | | | | | | | | | | | | | | | | This change utilizes the addition of the e_data parameter to the windc_plugin in the heimdal code to pass extended information back to the client. The extended information is provided in an e-data block as part of the kerberos error message, and allows the client to determine which specific error condition occurred. (This used to be commit 502466ba950bfd104518b9eb9586896c1e076343)
| * heimdal: Add parameter to windc_plugin to allow extended return codes.Andrew Kroeger2008-03-134-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | These changes add a krb5_data parameter named e_data to the windc_plugin to allow the samba KDC to return extended error information in addition to the standard KRB5KDC_ERR_* codes. Windows uses the extended information to provide detailed information in user dialogs (e.g. account disabled, logon hours restriction, must change password, etc.). This particular commit modifies only heimdal code. Hopefully this can be submitted and accepted into the upstream heimdal codebase. (This used to be commit f542362be25e7182a0836de7a0163f6b9fce9408)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-1943-766/+700
|\ \ | | | | | | | | | (This used to be commit 400c16e7004bc3a881bb6efb99a273cdac87f70c)
| * | lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher2008-03-181-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit b7dad8674a3aaa27bc1103a83be75434d413239b)
| * | libndr: EXT_NSL doesn't exist anymore, but it wasn't needed anywayStefan Metzmacher2008-03-181-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit 33347928e17dead3485de7dcfb0915da4638da05)
| * | socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL ↵Stefan Metzmacher2008-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | doesn't exist anymore metze (This used to be commit 1dd8e3775686badfd35dca23d291af93d8cf5695)
| * | heimdal_build: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't ↵Stefan Metzmacher2008-03-181-3/+3
| | | | | | | | | | | | | | | | | | | | | exist anymore metze (This used to be commit 0fb3d246212e2e7d68c1276dff1628ece9794283)
| * | libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-181-1/+0
| | | | | | | | | | | | | | | Michael (This used to be commit 2d3c2f34f33338ff422047dae9cc262522689328)
| * | libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-186-24/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prototype is now in system/network.h, implementation in socketpair.c, and check in socketpair.m4. Now the last networking function has vanished from replace.c. Michael (This used to be commit 94ac8a25be15b55f66eff96fdddc2fdc71a43b1e)
| * | ldb: not every shell supports '==' so use '='Stefan Metzmacher2008-03-181-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit b5eeaf9b27e0116e57825b664642d2b5cfd895f0)
| * | Fix macro name (no 's' in ifr_addr).Gerald W. Carter2008-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Interface detection on Solaris still failing due to items pointed out here: http://lists.samba.org/archive/samba-technical/2007-November/056701.html (cherry picked from commit 37c87acc9d48c1fb5d4806374ca8e992300db1ff) (This used to be commit 5757d8dfe9e6cf7b662acdf5c3d825f0021822c0)
| * | Fix Coverity ID 554Volker Lendecke2008-03-181-0/+3
| | | | | | | | | | | | | | | (cherry picked from commit 471b1b0c58bc2def5d2fe9d98401def34724d447) (This used to be commit effda48a2670325fed56e158539417c6f95381b8)
| * | Check the return value of fgetsVolker Lendecke2008-03-181-1/+4
| | | | | | | | | | | | | | | (cherry picked from commit b8aaa9a69fd6217ce0387ef8e84f316706186d70) (This used to be commit 8f58d39c0c621e9da85308d721a146352cc4939e)
| * | libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
| | | | | | | | | | | | | | | Michael (This used to be commit 98ee8c84300757d778733a458c6ca3e6022b40ea)
| * | libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
| | | | | | | | | | | | | | | Michael (This used to be commit 1f9ca7eed965904f67cf78fbac007432b8a057fd)
| * | libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...not only replace it when it is broken. This moves the defintion of rep_inet_ntoa from replace.c to inet_ntoa.c and adds configure checks for existence of inet_ntoa(). Checks are moved to an include file of its own. NOTE: The original rep_inet_ntoa in replace.c was wrapped into a "#ifndef WITH_PTHREADS" but the prototype in replace.h and the define in system/network.h were not. I removed that ifndef since the inet_ntoa() function is usually not thread safe anyways, since it returns a pointer to a static buffer. So whoever calls inet_ntoa() should be aware that it is not thread safe anyways. Michael (This used to be commit 974c0c45ad42644348e0b55454715b12158f1028)
| * | libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
| | | | | | | | | | | | | | | Michael (This used to be commit cca5d6626fe395f08fd4c8b2344e4e43646cb987)
| * | smbtorture: fix typos in RAW-OPLOCK output.Michael Adam2008-03-181-2/+2
| | | | | | | | | | | | | | | Michael (This used to be commit 9fa4b53b61064c910b8f5c9c676c971023b8670c)
| * | libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
| | | | | | | | | | | | | | | metze (This used to be commit 62bb177a6e4a3e1f949b78c7cd7583f2e1271739)
| * | lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2008-03-182-47/+3
| | | | | | | | | | | | | | | | | | | | | The configure checks are also in libreplace now. metze (This used to be commit 07e931a77f21e025281b6285f4ce7aebf1106b86)
| * | libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
| | | | | | | | | | | | | | | metze (This used to be commit 79037c31334e271a718fcac234148038814b591e)
| * | libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
| | | | | | | | | | | | | | | | | | | | | ...instead of using SOCKET_LIBS and NSL_LIBS. metze (This used to be commit cef2e8d748756f61c248ad6660e85dd1ac36308a)
| * | libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
| | | | | | | | | | | | | | | | | | | | | But keep the old ones untill the callers are fixed. metze (This used to be commit e7115dcc8a0a4f420de7a901e3a21d4f35a6fcf9)
| * | ldb: remove configure with 'make realdistclean'Stefan Metzmacher2008-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | configure.in doesn't exist at all... metze (This used to be commit ca414d4e9e96b90100c46b006825bc8e935ba0b4)
| * | ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher2008-03-181-1/+0
| | | | | | | | | | | | | | | metze (This used to be commit 087667e0cd66ea615b5aa43538192fe1d7de87ae)
| * | ldb: fix the standalone buildStefan Metzmacher2008-03-186-13/+13
| | | | | | | | | | | | | | | metze (This used to be commit 91b49365abed6f67e2b3c18b0090b4e6ff1df935)
| * | selftest: fix parsing of Subunit resultsStefan Metzmacher2008-03-181-30/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts parts of 903eb9a23d80576f5df2d90a0e025f2366ffe4c6 and 9196213c49532ac60349ff55e66430b7c80b09c2. metze (This used to be commit 5f5fa368c2ca472409c0082400b6e26029dfd7b5)
| * | Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-181-1/+1
| | | | | | | | | | | | | | | | | | Some S3 code depends on this. (cherry picked from commit dc3d5e16452bf30055638ba3cfe99097fb557156) (This used to be commit 842d144b4fb0981250157f72956e732709663107)
| * | selftest: use a separate var for printing out sub parts of lines with \rStefan Metzmacher2008-03-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | This restores the bahavior of the $_ variable in the code that detects expected failures. metze (This used to be commit 903eb9a23d80576f5df2d90a0e025f2366ffe4c6)
| * | idmap: Map SIDs to unixids instead of uids/gidsKai Blin2008-03-189-583/+519
| | | | | | | | | | | | (This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)
| * | make: Fix make valgrindtest-envKai Blin2008-03-181-1/+3
| | | | | | | | | | | | (This used to be commit f56912e3b545325e941ee898337c5483ec435e39)
* | | Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett2008-03-19155-1351/+36677
|/ / | | | | | | | | Andrew Bartlett (This used to be commit d88b530522d3cef67c24422bd5182fb875d87ee2)
* | RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher2008-03-171-33/+55
| | | | | | | | | | | | | | | | | | | | | | On multi cpu machines the server may reply to the first requests while the test is still in setup mode. Now we setup the first opens, but send them all together when entering the main loop. metze (This used to be commit 3f2d12c61e95475009baf77c3e0fbea2abecc17a)
* | RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher2008-03-171-7/+17
| | | | | | | | | | metze (This used to be commit c84e3abae9781c0cbea5fee00bafe70967fb6468)
* | selftest: handle progress output in verbose modeStefan Metzmacher2008-03-173-4/+31
| | | | | | | | | | metze (This used to be commit 9196213c49532ac60349ff55e66430b7c80b09c2)
* | socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
| | | | | | | | | | | | | | Now the pcap support works on x86_64. metze (This used to be commit 61a87bed61ef661d98131239976be95c6a8b4d96)
* | Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-174-11/+24
| | | | | | | | | | | | | | | | | | Rather than require users of Samba4's headers to have krb5-devel installed (presumably in their system paths), don't expose the minor functions which require this by default. Andrew Bartlett (This used to be commit f14737e4d2040d2f401a3b20c5e78d0d793cfc3a)
* | pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher2008-03-151-2/+2
| | | | | | | | | | | | | | Otherwise we may not clean up in the destructor. metze (This used to be commit 218ec98a1694080748d1ac12baa90ffcda364833)
* | pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher2008-03-151-2/+0
| | | | | | | | | | | | | | Otherwise they're not cleaned up when the request is finished. metze (This used to be commit 055760f0f4aadd2079b0a4999b59ac3dbe5edf8a)
* | pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher2008-03-151-0/+6
| | | | | | | | | | | | | | We would setup multiple retries per client request. metze (This used to be commit 951764e28407a53ea4dd39d34388fab1b2259785)
* | messaging: fix a valgrind warning on 64bit hosts zero out paddingStefan Metzmacher2008-03-151-0/+2
| | | | | | | | | | metze (This used to be commit f555b8e4c35f69fdc1fb34427d882580eecad284)
* | Rework memberof handling in slapd.conf (used for OpenLDAP backend)Andrew Bartlett2008-03-152-25/+24
| | | | | | | | | | | | | | | | Instead of using an include file, put the generated configurationd directly into slapd.conf. Andrew Bartlett (This used to be commit 95ac786136aebfe5ededeb3fb81cbd4e296e3988)
* | swig: regenerate _wrap.c filesStefan Metzmacher2008-03-145-49/+49
| | | | | | | | | | metze (This used to be commit 08b41e10699c7bb8058ab0ab61f17a1bbfcc1ce4)
* | swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher2008-03-141-2/+2
| | | | | | | | | | metze (This used to be commit d6fd98a307f83fd492ef73bf6ec281f9f11286f2)
* | libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This corrects the earlier fix of the standalone build, by setting LIBS to the desired value only in configure.ac but not in getifaddrs.m4. Not that this changes the standalone build in that it adds these libs undconditionally and not only if they are needed by the getifaddrs replacement functions. Michael (This used to be commit ff3af1703ddc9e5383f32156bc5be8351f795e76)
* | libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
| | | | | | | | | | | | | | | | This is needed, otherwise $libreplacedir/system/network.h does not find $libreplacedir/getaddrinfo.h on some systems (solaris, e.g.). Michael (This used to be commit 297c3bece094ddb5f268b02e61e33f512ccfe6f5)
* | heimdal_build: fix linkage of asn1_compile and compile_et.Michael Adam2008-03-141-2/+0
| | | | | | | | | | | | | | Now inet_aton is available from libreplace. Michael (This used to be commit 3b2a3da2f73020b1d3b08a05a479de380b2aa5c4)