Andrew Bartlett
82f96542fa
r8744: Split 'net samdump' out into a separate file
...
Work on the talloc memory tree, as I think talloc_reference and other
things were biting me.
Crush unions in the name of code reform. ;-)
Andrew Bartlett
(This used to be commit 2eadcf4669
)
2007-10-10 13:30:01 -05:00
Andrew Tridgell
52371753bd
r8743: automatically find the basedn in ldap.js
...
(This used to be commit bdca9537a2
)
2007-10-10 13:30:01 -05:00
Andrew Tridgell
8fbcde9450
r8742: fixed handling of zero length names in mprObject()
...
(This used to be commit 8086c37df6
)
2007-10-10 13:30:00 -05:00
Andrew Bartlett
44ff3305f8
r8741: Kill warnings about enums not fully enumerated, as we will never use
...
all the branches.
Andrew Bartlett
(This used to be commit 258e5e302e
)
2007-10-10 13:30:00 -05:00
Andrew Bartlett
a7f9d9c5b8
r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:
...
dn: cn=foo,ou=bar
objectClass: person
implies
dn: cn=foo,ou=bar
objectClass: person
cn: foo
(as well as a pile more default attributes)
We also correct the case in the attirbute to match that in the DN
(win2k3 behaviour) and I have a testsuite (in ejs) to prove it.
This module also found a bug in our provision.ldif, so and reduces
code complexity in the samdb module.
Andrew Bartlett
(This used to be commit 0cc58f5c3c
)
2007-10-10 13:30:00 -05:00
Andrew Bartlett
77e52a4e2c
r8738: Test (using ejs!) the basic operation of the ldb modules.
...
ejs seems to test this stuff very nicely!
Andrew Bartlett
(This used to be commit 325f6d24df
)
2007-10-10 13:30:00 -05:00
Andrew Tridgell
79cac4b6e2
r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)
...
simo, we need to be careful to cope with this sort of direct dn query efficiently
(This used to be commit 7b37923b72
)
2007-10-10 13:30:00 -05:00
Andrew Tridgell
126c673136
r8735: added NBT and WINS testing to 'make test' so we will know if it breaks again
...
(This used to be commit 519812a9e8
)
2007-10-10 13:30:00 -05:00
Andrew Tridgell
f4b488ec01
r8734: fixed the wins server for the new ldb DN restrictions.
...
This gets it working, but I'm rather worried about the speed. We used
to get more than 5000 ops/sec, but now we are down to around 15
ops/sec. I suspect a bug in ldb.
(This used to be commit 83727bf72c
)
2007-10-10 13:29:59 -05:00
Andrew Tridgell
6b2d6ce604
r8729: make the RAW-SEARCH test more robust to servers with hash based directory ordering
...
(This used to be commit 8c4d0cd7b7
)
2007-10-10 13:29:59 -05:00
Andrew Tridgell
9abc667c71
r8726: increase default session timeout to 15 minutes to be less painful for developers
...
(This used to be commit d40e590674
)
2007-10-10 13:29:59 -05:00
Andrew Tridgell
6e2ef3fa25
r8725: redirect to the base install page not the provisioning page on first
...
use
(This used to be commit eeeeab5eb7
)
2007-10-10 13:29:59 -05:00
Andrew Tridgell
3c2a5aa63c
r8724: some boilerplate installation text
...
(This used to be commit 5b28bdb9c8
)
2007-10-10 13:29:59 -05:00
Andrew Tridgell
dc2635efe3
r8723: fix esptest menu
...
(This used to be commit 5a52729d5b
)
2007-10-10 13:29:59 -05:00
Andrew Tridgell
fdb322876d
r8722: make the menu handling considerably saner and easier to follow. The whole
...
menu hierarchy is now in /menu.js
(This used to be commit c2a450bb99
)
2007-10-10 13:29:59 -05:00
Rafal Szczesniak
64f31e424b
r8721: Further work on libnet_rpc_usermod function. Now it can change
...
both account name and full name.
rafal
(This used to be commit 1a779f8643
)
2007-10-10 13:29:58 -05:00
Andrew Tridgell
23924170cc
r8720: split form object out to separate include file, and make it a real
...
object, with a display() method
(This used to be commit c45c4e335e
)
2007-10-10 13:29:58 -05:00
Andrew Tridgell
66526f5e4a
r8718: try to improve the 2 level menu a bit.
...
Deryck, if you get a chance, could you see how to make this a little
"left and up" arrow instead of "Main Menu" ?
(This used to be commit c6c1b2998c
)
2007-10-10 13:29:58 -05:00
Rafal Szczesniak
e5f6083092
r8717: Add monitor message emiting in userdel and usermod calls.
...
rafal
(This used to be commit 4b3aa69e70
)
2007-10-10 13:29:58 -05:00
Andrew Tridgell
f1418f62ee
r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support
...
in configure, and replace snprintf if the system doesn't support
it. Our replacement code does not handle the "%PRIi64" stuff, so
using it would break us on lots of platforms
- fixed constant array initialisers to work on HPUX.
(This used to be commit c6bae3e87e
)
2007-10-10 13:29:58 -05:00
Tim Potter
ab4f3a663b
r8714: Oops - get it right this time!
...
(This used to be commit 1d2b708da6
)
2007-10-10 13:29:58 -05:00
Tim Potter
a33c02612a
r8713: Experiment to try and fix warnings on 64-bit machines without breaking
...
32-bit ones. Yes, this weird looking macros are part of C99.
(This used to be commit 7b316f119b
)
2007-10-10 13:29:57 -05:00
Andrew Tridgell
2c457eca25
r8712: cleanup old search test code to use talloc
...
(This used to be commit 1d830bcd47
)
2007-10-10 13:29:57 -05:00
Andrew Tridgell
f4691cf6f6
r8711: add m4 for finding return type for signal handlers
...
this patch brought to you by the continuing saga of HPUX portability
(This used to be commit 4d63bd27d4
)
2007-10-10 13:29:57 -05:00
Andrew Tridgell
0edd0f43c0
r8710: another attempt at fixing HPUX
...
(This used to be commit eb3b3c8b40
)
2007-10-10 13:29:56 -05:00
Andrew Tridgell
92a6cd373a
r8709: fixed the assumption in RAW-SEARCH that directories are returned in sorted order
...
(This used to be commit 92afff5fe7
)
2007-10-10 13:29:56 -05:00
Andrew Tridgell
0b650edc83
r8708: fixed an assert that abartlet found
...
(This used to be commit f5e6547c28
)
2007-10-10 13:29:56 -05:00
Andrew Tridgell
e95fbd6db2
r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it
...
(This used to be commit b9b8714297
)
2007-10-10 13:29:56 -05:00
Andrew Bartlett
42287c6f97
r8706: My previous patch oversimplied the previous change to session setup -
...
we didn't cope with the 'anonymous NTLM under SPNEGO' login.
Andrew Bartlett
(This used to be commit c3cc14542e
)
2007-10-10 13:29:56 -05:00
Andrew Tridgell
355c169989
r8703: cope with null string in interpret_addr()
...
(This used to be commit ff156f7aae
)
2007-10-10 13:29:56 -05:00
Andrew Tridgell
4d28d20a02
r8702: fixed ntlm_auth build. Andrew, can you check I got this right?
...
(This used to be commit 3c12b46e32
)
2007-10-10 13:29:55 -05:00
Andrew Bartlett
cd882fc78d
r8701: Fix up auth_developer for recent changes.
...
Andrew Bartlett
(This used to be commit 1bc5a11907
)
2007-10-10 13:29:55 -05:00
Andrew Bartlett
b16362fab6
r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
...
user_info strcture in auth/
This moves it to a pattern much like that found in ntvfs, with
functions to migrate between PAIN, HASH and RESPONSE passwords.
Instead of make_user_info*() functions, we simply fill in the control
block in the callers, per recent dicussions on the lists. This
removed a lot of data copies as well as error paths, as we can grab
much of it with talloc.
Andrew Bartlett
(This used to be commit ecbd2235a3
)
2007-10-10 13:29:55 -05:00
Andrew Bartlett
176c0d1b77
r8699: removed invalid comment
...
(This used to be commit f5910ceef5
)
2007-10-10 13:29:55 -05:00
Andrew Tridgell
fe6eeeb601
r8698: attempt to cope with lack of strtoull() on HPUX
...
(This used to be commit c84c516b17
)
2007-10-10 13:29:55 -05:00
Andrew Tridgell
d55b75d833
r8696: fixed ejs to more strictly follow the va_list rules. Might fix that
...
pesky panic on x86_64
(This used to be commit 80177b29f4
)
2007-10-10 13:29:55 -05:00
Rafal Szczesniak
6366a8dc2d
r8693: Test code for usermod routine.
...
rafal
(This used to be commit 19f5ea9c9c
)
2007-10-10 13:29:54 -05:00
Rafal Szczesniak
6868795a39
r8692: Starting parts of code to provide user modify functionality.
...
It's more like a placeholder now, than a working code. Just don't
want to hang it around my laptop only.
rafal
(This used to be commit bee1c9ec2d
)
2007-10-10 13:29:54 -05:00
Jelmer Vernooij
c84512f0e1
r8690: Code cleanups, improvements necessary for dependencies (not added yet)
...
(This used to be commit 7384b3c4a1
)
2007-10-10 13:29:54 -05:00
Andrew Tridgell
2a65d17e06
r8685: an alpha in the build farm is dying with a floating point
...
exception. Catch these in out fault handler, so we get a backtrace
(This used to be commit 802724cf69
)
2007-10-10 13:29:54 -05:00
Andrew Tridgell
04598d3832
r8684: this should fix the panic on x86_64, and possibly alpha
...
(This used to be commit c2f5884e2f
)
2007-10-10 13:29:54 -05:00
Andrew Tridgell
5086945689
r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This saves us 2 more chars
...
in the name, which is enough to get IRIX 6.4 working
(This used to be commit e6d9cde482
)
2007-10-10 13:29:54 -05:00
Andrew Tridgell
5637940838
r8680: try harder to find the binary for gdb in the backtrace
...
(This used to be commit e84871dd32
)
2007-10-10 13:29:53 -05:00
Andrew Tridgell
87e2396be9
r8679: only call fault setup once (thanks to andrew for pointing this out)
...
(This used to be commit f8a2b032a7
)
2007-10-10 13:29:53 -05:00
Andrew Tridgell
a369f0ecaf
r8678: setup for gdb backtrace in 'make test'
...
(This used to be commit acf8c8fd49
)
2007-10-10 13:29:53 -05:00
Andrew Bartlett
f8c1258d01
r8677: The first part of the domain name may not be equal to the netbios domain name.
...
Remove the use of flatname from the main domain object, we no longer
reference it.
Andrew Bartlett
(This used to be commit 2303e24be7
)
2007-10-10 13:29:53 -05:00
Andrew Tridgell
989a4b673d
r8676: attribute lists in ldb searches must be NULL terminated
...
this is what was causing the panic on the s390 box
(This used to be commit 3a49626ae1
)
2007-10-10 13:29:53 -05:00
Andrew Bartlett
d3a2b03f76
r8674: With the rdn_name module, we don't need this duplication in the samdb
...
module any more.
Andrew Bartlett
(This used to be commit da48e77e7c
)
2007-10-10 13:29:53 -05:00
Andrew Tridgell
a78558321a
r8671: use much shorter names for the selftest directory and socket wrapper
...
code. I'm afraid this is needed by irix 6.4 which silently truncates
names in unix domain sockets in recvfrom() to 16 chars. My apologies
for having to move to such short names :-(
(This used to be commit f9693e313d
)
2007-10-10 13:29:52 -05:00
Andrew Bartlett
f3f9e09d6d
r8670: Remove GUID code from SAMR, it is handled lower down now. I notice
...
this code also does string SIDs, but I'm not quite sure where that
fits in.
Andrew Bartlett
(This used to be commit 968bcc4fe8
)
2007-10-10 13:29:52 -05:00