Stefan Metzmacher
53cd0b017a
r24488: enum's and bitmap's not have nested types
...
metze
(This used to be commit 47fb2d42df
)
2007-10-10 15:01:59 -05:00
Stefan Metzmacher
c06d8aaaef
r24487: fix formating and add defined($opt_header)
...
metze
(This used to be commit ffd07d713b
)
2007-10-10 15:01:58 -05:00
Kai Blin
870bdc45e6
r24486: Bump another DEBUG to level 5
...
(This used to be commit 0454edc958
)
2007-10-10 15:01:58 -05:00
Stefan Metzmacher
e87adacc43
r24484: pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm
...
metze
(This used to be commit 212e8ec8d5
)
2007-10-10 15:01:57 -05:00
Kai Blin
01e911ff5b
r24483: Implement backend for wbinfo -u (list users)
...
(This used to be commit 9fbc8aa15f
)
2007-10-10 15:01:57 -05:00
Stefan Metzmacher
42ded6d10b
r24482: white space cleanup only...
...
metze
(This used to be commit 8a23db61e4
)
2007-10-10 15:01:57 -05:00
Kai Blin
c0e145f698
r24480: Bump another DEBUG down to level 5
...
(This used to be commit 6e6eac551a
)
2007-10-10 15:01:56 -05:00
Andrew Bartlett
9de81dbae0
r24479: Typo fix - this makes 'make test' pass against OpenLDAP again.
...
The objectCategory canonicalise_fn makes everything a DN, which is
exactly what we need here.
Andrew Bartlett
(This used to be commit f5ec369741
)
2007-10-10 15:01:56 -05:00
Jeremy Allison
103b1ead98
r24478: Check that NTrename also maps NT_STATUS_OBJECT_NAME_COLLISION
...
to ERRDOS, ERRrename.
Jeremy.
(This used to be commit 7cc8be50b6
)
2007-10-10 15:01:55 -05:00
Jeremy Allison
255c24eb8f
r24477: Add a rename test to prove that NT_STATUS_OBJECT_NAME_COLLISION
...
is mapped to ERRDOS, ERRrename on a rename error, but mapped
to ERRDOS, ERRfilexists on an open error.
Jeremy.
(This used to be commit e634c627b1
)
2007-10-10 15:01:55 -05:00
Jeremy Allison
e42ff21109
r24473: Prove this is also the same for NTcreateX. It's pretty much
...
guarenteed now that NT_STATUS_OBJECT_NAME_COLLISION should
map to ERRDOS, ERRfilexists on all open calls at least.
Jeremy.
(This used to be commit 125590e008
)
2007-10-10 15:01:55 -05:00
Jeremy Allison
a97fa8124f
r24469: Start adding in the torture tests that prove that NT_STATUS_OBJECT_NAME_COLLISION
...
should map to ERRDOS, ERRfilexists not ERRDOS, ERRrename as it currently does in
the errormap. This will break the build farm against Samba3 until I start adding
in the hand mapping from the above. Tridge - we may need to reconsider the mapping
here.
Jeremy.
(This used to be commit 74a871ce70
)
2007-10-10 15:01:54 -05:00
Stefan Metzmacher
ff71b118b8
r24463: we have a function to correctly create an $env object
...
so don't try it manually and introduce bugs:-)
metze
(This used to be commit a79129a4ae
)
2007-10-10 15:01:54 -05:00
Andrew Bartlett
0eb3ee3204
r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, and
...
to test the behaviour of objectCategory=user searches.
It turns out (thanks to a hint on
http://blog.joeware.net/2005/12/08/147/ ) that objectCategory=user maps
into objectCategory=CN=Person,... (by the defaultObjectCategory of
that objectclass).
Simplify the entryUUID module by using the fact that we now set the DN
as the canoncical form of objectCategory.
Andrew Bartlett
(This used to be commit b474be9507
)
2007-10-10 15:01:53 -05:00
Stefan Metzmacher
449c9f1f1c
r24454: when level 0 is a pointer we need to look for an array in level 1...
...
metze
(This used to be commit ca50b1ad3a
)
2007-10-10 15:01:53 -05:00
Stefan Metzmacher
eab315fe1e
r24452: bail out instead of only giving a warning on
...
incorrect idl files
metze
(This used to be commit 8aacab6f6a
)
2007-10-10 15:01:53 -05:00
Stefan Metzmacher
2d531c84e8
r24449: length_is() isn't supported without size_is().
...
I assume what we need is an array of strings,
so the code isn't used and broken anyway without
a testsuite...just get rid of the pidl warning
metze
(This used to be commit 46fadeb698
)
2007-10-10 15:01:52 -05:00
Stefan Metzmacher
7f44bb5ae3
r24448: merge formating fixes SAMBA_3_2
...
metze
(This used to be commit f6ae9574b2
)
2007-10-10 15:01:52 -05:00
Stefan Metzmacher
44dc2839e4
r24447: fix samba3-cli pidl tests
...
metze
(This used to be commit 91fb099b3d
)
2007-10-10 15:01:51 -05:00
Stefan Metzmacher
645e87281c
r24446: We only need one genric GenerateFunctionInEnv
...
function
metze
(This used to be commit 0c5be644ba
)
2007-10-10 15:01:51 -05:00
Stefan Metzmacher
2b3161d8de
r24407: $element->{ARRAY_LEN} doesn't exist...
...
and a few lines above we use $element->{ORIGINAL}->{ARRAY_LEN}
I assume it was just forgotten in the update.
metze
(This used to be commit 89ea0339b5
)
2007-10-10 15:01:51 -05:00
Kai Blin
477e1e9e19
r24397: Bump debug level of sid2(u|g)id calls to 5.
...
(This used to be commit ef9bc55a6b
)
2007-10-10 15:01:50 -05:00
Kai Blin
0b96f54f04
r24396: Fix a typo.
...
Thanks to metze (metze@samba.org ) for catching this one.
(This used to be commit abf631822d
)
2007-10-10 15:01:50 -05:00
Kai Blin
c5719336dd
r24395: Add check if talloc_strdup worked.
...
(This used to be commit 754b9ff696
)
2007-10-10 15:01:49 -05:00
Andrew Bartlett
1ea23c2a95
r24390: Another attempt to find out why we fail the LOCAL-EVENT test on some build farm hosts.
...
Andrew Bartlett
(This used to be commit 1abd8edb57
)
2007-10-10 15:01:49 -05:00
Kai Blin
5a0aaafb1b
r24376: Missed this file from the checkin, sorry.
...
(This used to be commit c81b0980ca
)
2007-10-10 15:01:49 -05:00
Kai Blin
a4439c5a1f
r24375: Implement backend for wbinfo --uid-infp (getpwuid)
...
(This used to be commit 760973856f
)
2007-10-10 15:01:48 -05:00
Kai Blin
c24511fe25
r24374: Add a getpwuid lookup to wbinfo
...
(This used to be commit f1672fb553
)
2007-10-10 15:01:48 -05:00
Kai Blin
677ccf3047
r24373: Implement backend for wbinfo -G (gid2sid)
...
(This used to be commit e928e56219
)
2007-10-10 15:01:47 -05:00
Kai Blin
e1c832521f
r24372: Implement backend for wbinfo -U
...
(This used to be commit a18cf553cf
)
2007-10-10 15:01:47 -05:00
Kai Blin
9b30c7c008
r24371: Actually add the glue to make wbinfo -S and wbinfo -Y work
...
(This used to be commit a8893b3078
)
2007-10-10 15:01:46 -05:00
Kai Blin
2091a146ef
r24370: Implement wbinfo -i backend (getpwnam)
...
(This used to be commit 3b8d8fb2c1
)
2007-10-10 15:01:46 -05:00
Kai Blin
803f8a7dcf
r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call.
...
Missed this one on my previous name2domain cleanup patch.
(This used to be commit 4305fab4a2
)
2007-10-10 15:01:45 -05:00
Kai Blin
e6c02fc3ed
r24366: Implemet backend for wbinfo -Y, sid2gid
...
(This used to be commit 599416ca31
)
2007-10-10 15:01:45 -05:00
Kai Blin
f4b928fbf2
r24365: Implemet backend for wbinfo -S, sid2uid
...
(This used to be commit 682e7124fb
)
2007-10-10 15:01:44 -05:00
Kai Blin
0188d0c9a3
r24364: Remove sync call from name2domain, bump debug level to 5
...
(This used to be commit 95783210d2
)
2007-10-10 15:01:44 -05:00
Kai Blin
ae00e7e9b0
r24363: Add template shell and template homedir settings to smb.conf
...
(This used to be commit c7a44fcdc8
)
2007-10-10 15:01:43 -05:00
Jelmer Vernooij
b159717785
r24350: Remove offsetof() replacement to see if there are actually any
...
hosts that don't have it.
(This used to be commit b37d86242d
)
2007-10-10 15:01:42 -05:00
Jelmer Vernooij
b5e36e5281
r24345: Add --format=html option to selftest.
...
(This used to be commit de66bced94
)
2007-10-10 15:01:42 -05:00
Jelmer Vernooij
a83380eece
r24342: Move environments into a separate directory.
...
(This used to be commit e3fe7ef92b
)
2007-10-10 15:01:41 -05:00
Jelmer Vernooij
4da477d4fa
r24339: Move output functions to separate files.
...
(This used to be commit f4ff4c5f61
)
2007-10-10 15:01:40 -05:00
Jelmer Vernooij
7ce6a75f4b
r24338: Add callbacks for starting and finishing tests.
...
(This used to be commit 824833b59a
)
2007-10-10 15:01:40 -05:00
Jelmer Vernooij
bc13766a76
r24337: Make libreplace provide offsetof.
...
(This used to be commit 48d1aa4fcf
)
2007-10-10 15:01:39 -05:00
Jelmer Vernooij
f3e1363281
r24336: Use standard data type uint32_t rather than tdb-specific u32.
...
(This used to be commit f90a698387
)
2007-10-10 15:01:39 -05:00
Jelmer Vernooij
f1f4f665b0
r24335: Fix -N support.
...
(This used to be commit 18ea767d39
)
2007-10-10 15:01:39 -05:00
Jelmer Vernooij
a43b026ef0
r24333: Add convenience function for checking the contents of a file in tests.
...
(This used to be commit 4e30410124
)
2007-10-10 15:01:38 -05:00
Volker Lendecke
1317d8e694
r24313: Merge r23377 from 3_2
...
Patch from Bjoern Jacke <bjoern@j3e.de> to deal
with non-GNU implementations of tr in autogen.sh
(This used to be commit c77c74efdb
)
2007-10-10 15:01:38 -05:00
Andrew Bartlett
12e660f761
r24301: The less escape characters the better. This changes the winbind
...
seperator to /, which is not an escape character, and uses the fact
that we always support / as the DOMAIN/username seperator.
Andrew Bartlett
(This used to be commit 84c1bea458
)
2007-10-10 15:01:37 -05:00
Andrew Bartlett
cf9972a1bd
r24300: Try to get the LOCAL-EVENT test to pass on hosts with epoll() in
...
glibc, but not in the host kernel.
Andrew Bartlett
(This used to be commit bd70b0d106
)
2007-10-10 15:01:37 -05:00
Andrew Bartlett
09d33c5612
r24286: (missed from previous commit)
...
A number of machines on the build farm fail because while they use
SOCKET_WRAPPER, they don't compile with --enable-developer. As such
the winbind tests fail.
We need to ensure that on production systems we never have
SOCKET_WRAPPER set, or this could be a security issue.
Andrew Bartlett
(This used to be commit 3d2dbcf50d
)
2007-10-10 15:01:37 -05:00