summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r12830: this can be constStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 1876e245c49d521e89674dc1662a61e8f4cdc9b5)
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-1041-171/+78
| | | | | | | this helps in getting symbol -fvisibility=hidden (GCC 4 feature) working later. metze (This used to be commit 380938e97f31c7860aed1e73cc0110c6e17b472e)
* r12828: add a test to check white spaces comparisonSimo Sorce2007-10-102-1/+10
| | | | (This used to be commit ad189553f420d70c4a726cf118e1273ea053f4d6)
* r12827: This was a very well concealed bug.Simo Sorce2007-10-101-2/+9
| | | | | | | Thank to Andrew Bartlet for finding out a test case that showed it up. Simo. (This used to be commit 72a86d74a95c2b38d25159027f612075c50a1f3c)
* r12825: Add \nGünther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 909ef011b1343a33c4da4b2230062fd0468736ce)
* r12824: Another typo.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 08f8b2aadbc815f91fbe50a5ebcbf33504bcd7cc)
* r12823: Fix up the provison and newuser code in SWAT. This also cleans up theAndrew Bartlett2007-10-102-22/+35
| | | | | | | | | | | | main provision script a bit, as the argument list was getting out of control. (It has been replaced in part with an object). This also returns the session_info from the auth code into ejs. We still need access control allowing only root to re-provision. Andrew Bartlett (This used to be commit 002cdcf3cab6563909d31edc5d825e857dc0a732)
* r12822: Given that talloc gives us this extra level of safety, use it.Andrew Bartlett2007-10-101-2/+2
| | | | | Andrew Bartlett (This used to be commit a6028558dc19b0d105b1bfe4126a2b24afaf8dd2)
* r12821: Fix typos.Andrew Bartlett2007-10-101-3/+3
| | | | | Andrew Bartlett (This used to be commit f4386f7af17add82e88373adb1d585261d13355c)
* r12819: Fix swat authentication again. We need to pass the socket_addressAndrew Bartlett2007-10-101-8/+17
| | | | | | | structure around, so the auth code knows where the request came from. Andrew Bartlett (This used to be commit 7a7b2668c00d4d22bcf8aa3ba256af88f70c38c4)
* r12818: When denying an operation, include what we think the username is inAndrew Bartlett2007-10-101-1/+16
| | | | | | | the error message. Andrew Bartlett (This used to be commit 36c1f67f12d5ac83a7a205c0ec152a79c4a8ba4b)
* r12817: Create a ESP variable with the struct socket_address * in it, so weAndrew Bartlett2007-10-101-1/+5
| | | | | | | can pass that do the auth subsystem. Andrew Bartlett (This used to be commit 699f06e5e8ef326808d010fadb51da04972ab385)
* r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. IfAndrew Bartlett2007-10-102-62/+90
| | | | | | | | | we are going to try and have a 'real' NT token for these users, it is going to get messy fast. I want to go down the idmap road, but we don't have the infrustucure for that yet. Andrew Bartlett (This used to be commit c90d5e82ff4836765f328b2acf20fd09ec91189b)
* r12815: try to fix the build on AIXStefan Metzmacher2007-10-103-0/+3
| | | | | metze (This used to be commit 21bc072c7addafc6f692fb8e998bd4dd9ab88b49)
* r12814: we need this here too, as we'll include replace.h for building heimdal/*Stefan Metzmacher2007-10-101-0/+12
| | | | | | | | | too, and for this we don't include includes.h (hopefully) fix the build on AIX metze (This used to be commit 32f2cf433f65aaa9bcc5e33958d6f9c72c7f13d9)
* r12813: Remove unused file to avoid confusion. We now go via the authAndrew Bartlett2007-10-101-341/+0
| | | | | | | subsystem. Andrew Bartlett (This used to be commit 15a6f098ff28369bd7fa0a215e2ab150d18ac9f3)
* r12812: speed up RPC-ECHO with validate some more, and re-enable it underAndrew Tridgell2007-10-102-12/+12
| | | | | valgrind in 'make valgrindtest' (This used to be commit b2030d527a75fecd907148d13860b4ba5193f218)
* r12811: valgrind on RPC-ECHO with validate is extremely slow - speed it up ifAndrew Tridgell2007-10-101-2/+16
| | | | | torture:quick is set (This used to be commit b591b28567eba148509c5dec060efaef2fd95ff6)
* r12810: handle control options gracefully and don't segfaultSimo Sorce2007-10-101-9/+49
| | | | (This used to be commit 300d48bc9daa13e1475c10eaa1ec0717c822a7f7)
* r12808: Actually, with that we can avoid roken compleatly.Andrew Bartlett2007-10-101-1/+0
| | | | | Andrew Bartlett (This used to be commit 37f342b01095787d4a63a419c6ab3657680c2637)
* r12807: I'm wondering if this might fix AIX on the build farm...Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 8f70d6270a788494dd07430f778ee90a51551e66)
* r12806: tridge: in revision 12634 you introduced to validate the ndr_print ↵Stefan Metzmacher2007-10-101-5/+12
| | | | | | | | | output and RPC-ECHO doesn't pass under valgrind anymore with this metze (This used to be commit 2482bf969d5b903a01ace8fa9237dd440b98196c)
* r12805: merge from samba3Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit e6dff57793c302f8537274a628dba8ab01a2fed8)
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-1068-854/+1356
| | | | | | | | | | | | | | | | | | | | structure that is more generic than just 'IP/port'. It now passes make test, and has been reviewed and updated by metze. (Thankyou *very* much). This passes 'make test' as well as kerberos use (not currently in the testsuite). The original purpose of this patch was to have Samba able to pass a socket address stucture from the BSD layer into the kerberos routines and back again. It also removes nbt_peer_addr, which was being used for a similar purpose. It is a large change, but worthwhile I feel. Andrew Bartlett (This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2)
* r12803: if we free the ndr structure how should we access the private ↵Stefan Metzmacher2007-10-101-1/+3
| | | | | | | | | pointer anymore? thanks valgrind! metze (This used to be commit ab58decf8248f3923703fabdaab697f1a8d116c8)
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-1013-55/+19
| | | | | to specific dirs) (This used to be commit 243cf760b077e155f5ac508aeebf819f7708a84e)
* r12800: Replace tmp_ctx with mem_ctx to make variables name moreRafal Szczesniak2007-10-101-6/+6
| | | | | | | consistent along the file. rafal (This used to be commit aaccb91cca5da8a869878326da298d22a3b8b2ae)
* r12799: print out function and location tooStefan Metzmacher2007-10-102-6/+6
| | | | | metze (This used to be commit a5ef3eef9cbedd273556068ba59c07ccb0060098)
* r12798: print timestamps into the log file, this is not nice code,Stefan Metzmacher2007-10-102-5/+42
| | | | | | | but it works for now metze (This used to be commit ec7dbb5a98c112e86399ffcff14eb42c99d8e31d)
* r12797: check for a errorStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit ed4fbfcf3e5b7133e73ee031ad5c68659690e2b1)
* r12796: use the correct address as initiatorStefan Metzmacher2007-10-104-28/+5
| | | | | metze (This used to be commit ba97e7c06af6f919a66622c1a6b6e58980ab2b9e)
* r12795: remember the gensec_security contextStefan Metzmacher2007-10-102-0/+3
| | | | | metze (This used to be commit ec1a7b5cefc32172ea97338a7101fe8416071b69)
* r12793: fix bugsStefan Metzmacher2007-10-101-5/+5
| | | | | metze (This used to be commit 65be02a9801444c01230903d130b2d71b6c15617)
* r12792: fix compiler warningStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 1eca5f46c60d09fccbef5e605c06b1b3e3b65feb)
* r12791: fix compiler warningStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit 6647feb761a272b687d12685bc096e4ebdd02abe)
* r12790: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c65ebc8b5574f9bd05270964dee9d4882e2d1828)
* r12785: make the iface_*() functions return strings which do not getAndrew Tridgell2007-10-101-7/+15
| | | | | | overwritten by another call (due to the implied static in iface_ntoa()). This should save abartlet some pain (This used to be commit 2244f298ace9f8832695cafd17c54324c11416f1)
* r12784: implement a simplified version of verifying old active replicas, ↵Stefan Metzmacher2007-10-101-32/+124
| | | | | | | | | | | | with the owner server, we you nbt name queries for this.... I assume w2k3 uses DCERPC calls or some WINSREPL calls for this, but our version should work till I find out more details... metze (This used to be commit ff81f9e78043d29feb4832acee682ec93a9c8ed6)
* r12783: add a comment about matching more than 1 handler per message (andrewAndrew Tridgell2007-10-101-0/+4
| | | | | thought this might be a bug) (This used to be commit e1cd3f4b89e10c9a42f5939377df0eafb8c184a4)
* r12782: Don't segfault if we cannot setup messaging.Andrew Bartlett2007-10-101-0/+10
| | | | | Andrew Bartlett (This used to be commit 59c380e048423d706ab65513c09dbefecb5819ae)
* r12780: propagate local records, when replicas are rejected on conflictsStefan Metzmacher2007-10-101-1/+55
| | | | | metze (This used to be commit c64aef570eea8bde685aeb66cb482586e36ea020)
* r12779: allow static tomstonesStefan Metzmacher2007-10-101-9/+3
| | | | | metze (This used to be commit 966872646e5ac38ed5b3eb41cf339ec8f1583f17)
* r12778: export TEST_DATA_PREFIX in make testStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit beea805a61d15dbb38add0a9c333e01279f71ada)
* r12777: use TEST_DATA_PREFIX if availableStefan Metzmacher2007-10-101-5/+6
| | | | | metze (This used to be commit 7e702939faf70d0c02fa71b315043795bc4a1d84)
* r12776: use $ENV{TEST_DATA_PREFIX} for test files if availableStefan Metzmacher2007-10-101-2/+9
| | | | | metze (This used to be commit 5552eaa37c228872736688bb65b4f678bdfeddf4)
* r12775: free elements early...Stefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 49f78e21fe4a293fdb4d9d49d16dbed3ef8137b1)
* r12774: - fix the build on OpenBSDStefan Metzmacher2007-10-101-0/+4
| | | | | | | | I'll try to remove TIME_T_MIN/TIME_T_MAX completly later, but for now I try to build on all platfarms metze (This used to be commit d51244b6613dc07076da56937d09e4020c596475)
* r12773: - remove unused variable, fix the build with some old compilersStefan Metzmacher2007-10-101-3/+0
| | | | | metze (This used to be commit 1253784c923b569593b5207c14567c637f3a7ae7)
* r12772: - create variables for the %(patsubst ...) statements for the idl filesStefan Metzmacher2007-10-104-8/+22
| | | | | | | - this also fixes the build on BSD systems metze (This used to be commit 31ff172773f1700bfd7ff24fc764d37d9b6e82c1)
* r12770: Remove the alloca.h header as it is not used in the code afaicsSimo Sorce2007-10-101-1/+0
| | | | (This used to be commit d4454287cf14cfdf1ceeb090da40492314703fb9)