Andrew Tridgell
d6c1ad5c17
r7941: fixed handling of ASN.1 objects bigger than 64k
...
(This used to be commit f88a6018821163a52bdf384142c7d16f5011ab4e)
2007-10-10 13:18:53 -05:00
Andrew Tridgell
6861c9069a
r7940: use local path first for ldbadd in provisioning
...
(This used to be commit cff7507f593816a831a14f03862f7bdb24c15d4f)
2007-10-10 13:18:53 -05:00
Andrew Tridgell
a6b242639d
r7939: fix default hostname in provision
...
(This used to be commit 79d174005e3508745ea8b0bda2321abd184bf68b)
2007-10-10 13:18:53 -05:00
Simo Sorce
e1e95277c0
r7937: main file was missing
...
(This used to be commit 3898cdb0dc4722a7eb60a61b54ef778dab475aed)
2007-10-10 13:18:53 -05:00
Simo Sorce
1702f52498
r7936: new ldb_dn_explode and ldb_dn_casefold functions and co
...
(This used to be commit 7ccf21ab4eeb9821e457308a239f2103a106fb12)
2007-10-10 13:18:52 -05:00
Andrew Bartlett
14b0722edf
r7935: auth_unix now uses crypt(), so depend on -lcrypt.
...
This builds on the work tridge did to make -lcrypt conditional, rather
than globally linked. This was needed for Heimdal stuff, but then I
'fixed' heimdal, and we now reintroduce it here.
Andrew Bartlett
(This used to be commit 83d9d8f4827280a68dfd07beccf2924c9e0825b0)
2007-10-10 13:18:52 -05:00
Simo Sorce
b30d59c3bf
r7934: ported samba3 pass_check functions to auth_unix.c
...
not having these platforms they are untested,
let's hope the buildfarm can catch any problem
(This used to be commit 08ec299dcbdc8dba12568b95b636866f147b2e7c)
2007-10-10 13:18:52 -05:00
Andrew Tridgell
d634966f20
r7933: darn, forgot to add this
...
(This used to be commit 773f7afb7a99ae1f6df45dcf52cc358b52c0ba22)
2007-10-10 13:18:52 -05:00
Stefan Metzmacher
a6853cf5c6
r7932: don't use the nbt called name as server name, for dcerpc_server_name()
...
in the ncacn_np trnaport
it's now supported to use the ip address in smbtorture for ncacn_np tests
that use dcerpc_server_name(),
and we can now pass the dns host name in the tree connect when we have the dns name
on the smbtorture command line
metze
(This used to be commit e29edbc7e62c738564ae842c9c01c969f5c70e5d)
2007-10-10 13:18:52 -05:00
Andrew Tridgell
173909efd5
r7931: fixed a bug in the cifs backend found with the new test code
...
(This used to be commit 447d5fcc1bdbdeaf2d96dbcace36b480b5a18c73)
2007-10-10 13:18:52 -05:00
Andrew Tridgell
6afb06d8e1
r7930: - added testing of the cifs passthru backend
...
- removed redundent $ADDARG code in selftest
(This used to be commit e431d0e9525c633c663ca48baea321369e39b226)
2007-10-10 13:18:51 -05:00
Andrew Tridgell
bd23956fa5
r7929: yet another attempt at fixing installswat on freebsd 5
...
nodie assures me this works now ...
(This used to be commit 3c17207487a84ac4f71a88e2efe57c153e9889b4)
2007-10-10 13:18:51 -05:00
Tim Potter
c36e1ae46c
r7928: Add rename, unlink and list commands.
...
list() returns a list of strings, but maybe it should be a list of
objects with size, attrib, short name etc.
(This used to be commit 696aa182d5a159c26b80829e1eae9a9894cb7986)
2007-10-10 13:18:51 -05:00
Andrew Tridgell
382fc485b2
r7927: fixed an error on partial socket writes in the rpc server
...
(This used to be commit 3c7b5de67294ef161289af7da6716b44ffc5d526)
2007-10-10 13:18:51 -05:00
Andrew Tridgell
6a7119fc83
r7926: poptGetNextOpt() returns int, not char
...
this was breaking ldbadd on some platforms
(This used to be commit dd0ac3f68d709c0364d992673e76db73398c0369)
2007-10-10 13:18:51 -05:00
Andrew Tridgell
e83fb4fa1b
r7925: small tidyup (please keep lines at a reasonable length)
...
(This used to be commit 0bfd91c32a62e651e81ce8d3b102158ec9c680fe)
2007-10-10 13:18:51 -05:00
Tim Potter
ae73a40ad4
r7924: Add mkdir() and rmdir() functions.
...
Write a macro to check tree handle parameters.
(This used to be commit 043feb131f1877886a9ab7e25ada5e54692f6487)
2007-10-10 13:18:51 -05:00
Andrew Tridgell
25f8fac091
r7923: removed dependence on Data::Dumper
...
please use util::MyDumper() rather than adding this back in
(This used to be commit 155da538f91c28e845a60065f19b042bf8c167ff)
2007-10-10 13:18:50 -05:00
Tim Potter
864de2a4ab
r7922: Comment out complicated connect/session/tree API for the moment. Replace
...
with tree_connect() and tree_disconnect() functions.
(This used to be commit 9ed763f7fa9e6138d8c1da29c1e0adf2e18cb5e1)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
122bb5642c
r7921: fixed newuser script (letting samldb module allocate the sid)
...
(This used to be commit 45d08e94d27f837ab7788471b07e8c0c9b061c39)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
0add9cb6fc
r7920: another attempt at making installswat.sh portable
...
(This used to be commit 46416ebd9d61038eff96ede77ca0823ea43923a6)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
de85d70a4a
r7919: use more portable shell syntax for MALLOC_CHECK_
...
(This used to be commit 694882ffa62ae88e43e78e8e496720575630e523)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
3214f2e212
r7918: fixed a crash bug in the ldap server
...
(This used to be commit 44ded17bc2501cd8d03fb3a94a3b7c502f5a2128)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
40f1ddfded
r7917: macosx doesn't have a group called 'users'
...
(This used to be commit 2b39736c35168b2e6b1ef094de4d83b604ea39f1)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
2a90c448bd
r7916: - got rid of the in_client global
...
- make not finding smb.conf a level 1 message, not level 0. Most of our
tools handle no smb.conf, and those that don't should check for the
specific parameters they need, or use the defaults
(This used to be commit 8c17b61f8e0f6eefa6a1f853abc06d023627bbbb)
2007-10-10 13:18:49 -05:00
Andrew Tridgell
244882311b
r7915: report the number of failed tests so far when running 'make test' interactively
...
(This used to be commit 56aff58e93cdaa9b9bd90827de8f9ea9cefc6c12)
2007-10-10 13:18:49 -05:00
Andrew Tridgell
71f057adb7
r7914: - we don't need to override the database locations in selftest any more
...
- make sure we create the tls directory
(This used to be commit 0b1323f086acff331be20ee341966113a288393e)
2007-10-10 13:18:49 -05:00
Andrew Tridgell
eb11eeb5db
r7913: prevent recursion in the socket wrapper code
...
(This used to be commit c1a0c2042d5bfce5781197919482481c007ff1b3)
2007-10-10 13:18:49 -05:00
Andrew Tridgell
8c53aba485
r7912: make private_path() recognise a non-relative filename, so we can have
...
sam database = sam.ldb
and it will know to put it in the private dir, but if you use
sam database = ldap://server
it knows to use it as-is
(This used to be commit c5bccbc366db144d3e1cb7b21f0e3284d841dd06)
2007-10-10 13:18:48 -05:00
Andrew Tridgell
b3e493470f
r7911: task_terminate() is defined in the macosx headers, so change the name
...
to task_server_terminate()
(This used to be commit a7447e25ac203f0ee09ffdf72df1094eb70e7c0c)
2007-10-10 13:18:48 -05:00
Andrew Tridgell
fbb0ecd418
r7910: fixed typo in _SAMBA_BUILD_ macro
...
(This used to be commit d2e9e95ea2cab80badc23f0f1d416295f0a4bf9c)
2007-10-10 13:18:48 -05:00
Andrew Tridgell
2ea96684bc
r7909: don't consider not finding a list of network interfaces from the kernel a fatal error,
...
the individual services that need at least one known interface check for it anyway
this should fix provisioning on macosx
(This used to be commit 5ad0dc97d01e28dbce8bc9d6793db01809ad09b0)
2007-10-10 13:18:48 -05:00
Andrew Tridgell
2f454d2905
r7907: the old solaris perl doesn't handle mkdir() without a mode
...
(This used to be commit 54d698c4888ce453926aed6102621d20fe744031)
2007-10-10 13:18:48 -05:00
Andrew Tridgell
033def25af
r7906: some portability fixes for ldap testing on solaris (solaris grep doesn't handle ^)
...
(This used to be commit b196502ffbe24c8dcdce17dfcea79cd98e7ad3cb)
2007-10-10 13:18:48 -05:00
Andrew Tridgell
f0b6563e33
r7905: this should fix installswat on FreeBSD. Thanks to nodie for testing this for me
...
(This used to be commit 858ed1c463a0e60f00f94766c43b5bf7add9c5f3)
2007-10-10 13:18:47 -05:00
Andrew Tridgell
5e3ce33188
r7901: check if system supports UTF-16LE at all in LOCAL-ICONV test
...
(This used to be commit aa9e7cf63a0e5ce7c9b7d121a4df064cd6fae90f)
2007-10-10 13:18:47 -05:00
Andrew Tridgell
3284fe8571
r7900: the existing ltdb indexing code does in fact cope with binary fields, so re-enable
...
indexing on objectSid
(This used to be commit 5781c83ba4ef919520e9668a40aafc8f74fe5700)
2007-10-10 13:18:47 -05:00
Andrew Tridgell
b28e927466
r7899: fixed a crash bug in the RAW-CONTEXT test
...
(This used to be commit 470ad9a93fcbf961d7d89fd96f751ded39660f74)
2007-10-10 13:18:47 -05:00
Andrew Tridgell
7ea949e7ab
r7898: don't die on bad iconv libs in LOCAL-ICONV test
...
(This used to be commit fe7055df94ecc81d6758ee7ff82534451d620d6a)
2007-10-10 13:18:47 -05:00
Derrell Lipman
1603fd9466
r7897: work in progress
...
(This used to be commit 8e1431efcf0df797bc50ef584c38fce6a03429b3)
2007-10-10 13:18:47 -05:00
Andrew Tridgell
1af480a32d
r7896: don't output null rules for blank targets (caued make failure on irix)
...
(This used to be commit 8b299e1518b6864dc3ca5b86441290047ef6ed14)
2007-10-10 13:18:47 -05:00
Andrew Tridgell
3699e58f1f
r7895: hopefully this will fix the popt build on solaris
...
(This used to be commit 8f0b4ece48b6bf28891dc89e47ebffa81c431bd7)
2007-10-10 13:18:46 -05:00
Andrew Tridgell
8b7c772ab2
r7894: remove portability experiments until its working in the smb-build test project
...
(this change broke irix)
(This used to be commit ac807d0aef3113e29796e2404eabb8165d44a197)
2007-10-10 13:18:46 -05:00
Jelmer Vernooij
a80e0cb4c2
r7891: Improve output of unused macro find script
...
Remove duplicate find-missing-doc script (already in samba-docs repository)
(This used to be commit aa5ade43427eaa38e0d0a1d3d7880246b7f8152d)
2007-10-10 13:18:46 -05:00
Stefan Metzmacher
5ad76adc63
r7875: try to see if this is portable
...
metze
(This used to be commit a3439d9365c2af471a4669373c1a0b5327e6a01b)
2007-10-10 13:18:46 -05:00
Andrew Tridgell
172b62c342
r7874: reverted metzes patch svn 7837 as it is not portable to make on
...
several platforms (such as FreeBSD)
(This used to be commit 8cdebf5ce3b5908bfc0032151f17ba0f0e59e785)
2007-10-10 13:18:46 -05:00
Andrew Tridgell
49736de46a
r7873: hopefully fixed build of ldb_explode_dn() on AIX
...
I'd really rather see this code completely replaced, but I'll leave
that to simo (he has volunteered) :-)
(This used to be commit cc2e08d68e27aa203ccc26e8d544a86de3399877)
2007-10-10 13:18:46 -05:00
Andrew Tridgell
f04545f5d2
r7872: another place we were relying on the old behaviour of value()
...
(This used to be commit 25a64f8946274e07ca233751bc745b160ff3e7c1)
2007-10-10 13:18:46 -05:00
Andrew Tridgell
9078eff919
r7871: setup spoolss, wins and hklm dbs correctly in selftest
...
(This used to be commit 59a0fe2c0451d1aa947fd74a5fe8c631dc951bf6)
2007-10-10 13:18:45 -05:00
Andrew Tridgell
7fc49243f3
r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, as
...
they slightly changed the semantics of value() in pidl, which broke
a optimisation hack in some of our IDL files.
I've changed the idl files to remove the hack for now. Sometime we
need to find a better way to handle these :-)
(This used to be commit 765f75ea630b13b1605409ff47a52cc11a1e496b)
2007-10-10 13:18:45 -05:00