1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

7867 Commits

Author SHA1 Message Date
Günther Deschner
1e98ecd032 r12825: Add \n
Guenther
(This used to be commit 909ef011b1)
2007-10-10 13:50:02 -05:00
Andrew Bartlett
bceaf62d2f r12824: Another typo.
Andrew Bartlett
(This used to be commit 08f8b2aadb)
2007-10-10 13:50:02 -05:00
Andrew Bartlett
75ef0ba513 r12823: Fix up the provison and newuser code in SWAT. This also cleans up the
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 002cdcf3ca)
2007-10-10 13:50:02 -05:00
Andrew Bartlett
195f5c3635 r12822: Given that talloc gives us this extra level of safety, use it.
Andrew Bartlett
(This used to be commit a6028558dc)
2007-10-10 13:50:02 -05:00
Andrew Bartlett
ca90a75ba0 r12821: Fix typos.
Andrew Bartlett
(This used to be commit f4386f7af1)
2007-10-10 13:50:01 -05:00
Andrew Bartlett
9cda264ec0 r12820: Remove duplicate entry caused by merge.
Andrew Bartlett
(This used to be commit 8d5156f98c)
2007-10-10 13:50:01 -05:00
Andrew Bartlett
8f86ddcd93 r12819: Fix swat authentication again. We need to pass the socket_address
structure around, so the auth code knows where the request came from.

Andrew Bartlett
(This used to be commit 7a7b2668c0)
2007-10-10 13:50:01 -05:00
Andrew Bartlett
4f06be6123 r12818: When denying an operation, include what we think the username is in
the error message.

Andrew Bartlett
(This used to be commit 36c1f67f12)
2007-10-10 13:50:01 -05:00
Andrew Bartlett
4222bee0ee r12817: Create a ESP variable with the struct socket_address * in it, so we
can pass that do the auth subsystem.

Andrew Bartlett
(This used to be commit 699f06e5e8)
2007-10-10 13:50:01 -05:00
Andrew Bartlett
1d95bcf3f8 r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. If
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 c90d5e82ff)
2007-10-10 13:50:00 -05:00
Stefan Metzmacher
7d6c9bf2b2 r12815: try to fix the build on AIX
metze
(This used to be commit 21bc072c7a)
2007-10-10 13:49:59 -05:00
Stefan Metzmacher
073866887d r12814: we need this here too, as we'll include replace.h for building heimdal/*
too, and for this we don't include includes.h

(hopefully) fix the build on AIX

metze
(This used to be commit 32f2cf433f)
2007-10-10 13:49:59 -05:00
Andrew Bartlett
81dc03b290 r12813: Remove unused file to avoid confusion. We now go via the auth
subsystem.

Andrew Bartlett
(This used to be commit 15a6f098ff)
2007-10-10 13:49:59 -05:00
Andrew Tridgell
d0a851e889 r12812: speed up RPC-ECHO with validate some more, and re-enable it under
valgrind in 'make valgrindtest'
(This used to be commit b2030d527a)
2007-10-10 13:49:59 -05:00
Andrew Tridgell
df53401d0c r12811: valgrind on RPC-ECHO with validate is extremely slow - speed it up if
torture:quick is set
(This used to be commit b591b28567)
2007-10-10 13:49:59 -05:00
Simo Sorce
6f18b19519 r12810: handle control options gracefully and don't segfault
(This used to be commit 300d48bc9d)
2007-10-10 13:49:58 -05:00
Andrew Bartlett
31753e2cfc r12808: Actually, with that we can avoid roken compleatly.
Andrew Bartlett
(This used to be commit 37f342b010)
2007-10-10 13:49:58 -05:00
Andrew Bartlett
a7a8eece69 r12807: I'm wondering if this might fix AIX on the build farm...
Andrew Bartlett
(This used to be commit 8f70d6270a)
2007-10-10 13:49:58 -05:00
Stefan Metzmacher
faeff2a169 r12806: tridge: in revision 12634 you introduced to validate the ndr_print output
and RPC-ECHO doesn't pass under valgrind anymore with this

metze
(This used to be commit 2482bf969d)
2007-10-10 13:49:58 -05:00
Stefan Metzmacher
f3e9868613 r12805: merge from samba3
metze
(This used to be commit e6dff57793)
2007-10-10 13:49:58 -05:00
Andrew Bartlett
f55ea8bb3d r12804: This patch reworks the Samba4 sockets layer to use a socket_address
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 88198c4881)
2007-10-10 13:49:57 -05:00
Stefan Metzmacher
806b3fdbc1 r12803: if we free the ndr structure how should we access the private pointer anymore?
thanks valgrind!

metze
(This used to be commit ab58decf82)
2007-10-10 13:49:57 -05:00
Jelmer Vernooij
5c8447773f r12801: Some more include/ cleanups (remove unused macros + move files
to specific dirs)
(This used to be commit 243cf760b0)
2007-10-10 13:49:57 -05:00
Rafal Szczesniak
1f10e729c0 r12800: Replace tmp_ctx with mem_ctx to make variables name more
consistent along the file.

rafal
(This used to be commit aaccb91cca)
2007-10-10 13:49:57 -05:00
Stefan Metzmacher
8d15aee017 r12799: print out function and location too
metze
(This used to be commit a5ef3eef9c)
2007-10-10 13:49:57 -05:00
Stefan Metzmacher
3c13509c06 r12798: print timestamps into the log file, this is not nice code,
but it works for now

metze
(This used to be commit ec7dbb5a98)
2007-10-10 13:49:56 -05:00
Stefan Metzmacher
6d0beb0885 r12797: check for a error
metze
(This used to be commit ed4fbfcf3e)
2007-10-10 13:49:56 -05:00
Stefan Metzmacher
f0e3a0312d r12796: use the correct address as initiator
metze
(This used to be commit ba97e7c06a)
2007-10-10 13:49:56 -05:00
Stefan Metzmacher
35dffd9a10 r12795: remember the gensec_security context
metze
(This used to be commit ec1a7b5cef)
2007-10-10 13:49:56 -05:00
Stefan Metzmacher
a0ca09628b r12793: fix bugs
metze
(This used to be commit 65be02a980)
2007-10-10 13:49:56 -05:00
Stefan Metzmacher
a36c172d46 r12792: fix compiler warning
metze
(This used to be commit 1eca5f46c6)
2007-10-10 13:49:55 -05:00
Stefan Metzmacher
80c0d16de0 r12791: fix compiler warning
metze
(This used to be commit 6647feb761)
2007-10-10 13:49:55 -05:00
Stefan Metzmacher
39212a4960 r12790: fix compiler warning
metze
(This used to be commit c65ebc8b55)
2007-10-10 13:49:55 -05:00
Andrew Tridgell
374da729dd r12785: make the iface_*() functions return strings which do not get
overwritten by another call (due to the implied static in
iface_ntoa()). This should save abartlet some pain
(This used to be commit 2244f298ac)
2007-10-10 13:49:55 -05:00
Stefan Metzmacher
15ffd2c8b3 r12784: implement a simplified version of verifying old active replicas, 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 ff81f9e780)
2007-10-10 13:49:55 -05:00
Andrew Tridgell
dc0dde70d8 r12783: add a comment about matching more than 1 handler per message (andrew
thought this might be a bug)
(This used to be commit e1cd3f4b89)
2007-10-10 13:49:54 -05:00
Andrew Bartlett
e0dc53cf09 r12782: Don't segfault if we cannot setup messaging.
Andrew Bartlett
(This used to be commit 59c380e048)
2007-10-10 13:49:54 -05:00
Stefan Metzmacher
fa9aa1472b r12780: propagate local records, when replicas are rejected on conflicts
metze
(This used to be commit c64aef570e)
2007-10-10 13:49:54 -05:00
Stefan Metzmacher
d93e1b018e r12779: allow static tomstones
metze
(This used to be commit 966872646e)
2007-10-10 13:49:54 -05:00
Stefan Metzmacher
042fcee4cd r12778: export TEST_DATA_PREFIX in make test
metze
(This used to be commit beea805a61)
2007-10-10 13:49:54 -05:00
Stefan Metzmacher
7fcf10609b r12777: use TEST_DATA_PREFIX if available
metze
(This used to be commit 7e702939fa)
2007-10-10 13:49:53 -05:00
Stefan Metzmacher
d796373895 r12776: use $ENV{TEST_DATA_PREFIX} for test files if available
metze
(This used to be commit 5552eaa37c)
2007-10-10 13:49:53 -05:00
Stefan Metzmacher
a55287a285 r12775: free elements early...
metze
(This used to be commit 49f78e21fe)
2007-10-10 13:49:53 -05:00
Stefan Metzmacher
887eae8516 r12774: - fix the build on OpenBSD
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 d51244b661)
2007-10-10 13:49:53 -05:00
Stefan Metzmacher
874c9b71b7 r12773: - remove unused variable, fix the build with some old compilers
metze
(This used to be commit 1253784c92)
2007-10-10 13:49:53 -05:00
Stefan Metzmacher
022553500b r12772: - create variables for the %(patsubst ...) statements for the idl files
- this also fixes the build on BSD systems

metze
(This used to be commit 31ff172773)
2007-10-10 13:49:52 -05:00
Simo Sorce
b589ac5d86 r12770: Remove the alloca.h header as it is not used in the code afaics
(This used to be commit d4454287cf)
2007-10-10 13:49:52 -05:00
Simo Sorce
bdc7d03c9c r12769: Make ldb_next_request() evident, I was much confused on first sight
Simo.
(This used to be commit 2f0c7b8962)
2007-10-10 13:49:52 -05:00
Volker Lendecke
d94259666d r12767: Add some trusted lookups
(This used to be commit 568fc8a341)
2007-10-10 13:49:52 -05:00
Volker Lendecke
8514c172d2 r12766: fix the build
(This used to be commit d73c343904)
2007-10-10 13:49:52 -05:00