Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r12647: make use of the str_list_add function | Stefan Metzmacher | 2005-12-31 | 1 | -6/+4 | |
| | | | | metze | |||||
* | r12644: prepare the dns proxy feature for the wins server | Stefan Metzmacher | 2005-12-31 | 4 | -3/+57 | |
| | | | | metze | |||||
* | r12643: don't fail make test | Simo Sorce | 2005-12-31 | 1 | -0/+3 | |
| | | | | thanks Brad | |||||
* | r12642: only do push notifications when something changed | Stefan Metzmacher | 2005-12-31 | 3 | -4/+53 | |
| | | | | metze | |||||
* | r12641: - remove some unused functions | Stefan Metzmacher | 2005-12-31 | 2 | -69/+1 | |
| | | | | | | | - we already call usleep() directly in some places, so do it everywhere metze | |||||
* | r12639: - do some tests with 0x20 0x1B names | Stefan Metzmacher | 2005-12-31 | 1 | -4/+16 | |
| | | | | | | | - do some tests with 0xBF and 0xBE, this shows that the '+' padding should be done by the client metze | |||||
* | r12638: fix the build on BSD systems | Stefan Metzmacher | 2005-12-31 | 2 | -12/+14 | |
| | | | | metze | |||||
* | r12637: test CLDAP with both NULL and non-NULL user | Andrew Tridgell | 2005-12-31 | 1 | -0/+6 | |
| | ||||||
* | r12636: fixed some torture code for the changed lsa string types | Andrew Tridgell | 2005-12-31 | 2 | -5/+5 | |
| | ||||||
* | r12635: use the new [validate] value() checking to fix the string types for | Andrew Tridgell | 2005-12-31 | 1 | -11/+11 | |
| | | | | | | the LSA pipe. Strangely, windows is not consistent for the LookupSids call. Sometimes the name is terminated and sometimes not?! It might depend on the type of rid (alias, group etc) ? | |||||
* | r12634: make the [validate] binding string switch also check to see if the | Andrew Tridgell | 2005-12-31 | 2 | -3/+53 | |
| | | | | | string form of the structure we receive matches the generated form. This has the effect of checking things like value() attributes. | |||||
* | r12633: expose talloc_vasprintf_append() | Andrew Tridgell | 2005-12-31 | 2 | -4/+2 | |
| | ||||||
* | r12632: Build fixes from Brad Hards <bradh@frogmouth.net> | Andrew Bartlett | 2005-12-31 | 3 | -1/+3 | |
| | | | | Andrew Bartlett | |||||
* | r12631: Now we have fixed the provision script, we don't need to work around | Andrew Bartlett | 2005-12-31 | 1 | -1/+1 | |
| | | | | | | it here. Andrew Bartlett | |||||
* | r12630: Remove attributes which should be automaticly generated. | Andrew Bartlett | 2005-12-31 | 1 | -3/+0 | |
| | | | | | | | This fixes a problem I had with kpasswd, as the account had 'expired' due to the old pwdLastSet, hardcoded in the ldif. Andrew Bartlett | |||||
* | r12629: Add a comment so minimal_includes.pl doesn't try and remove this. | Andrew Bartlett | 2005-12-31 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | r12628: Prevent double registration warnings | Jelmer Vernooij | 2005-12-31 | 1 | -1/+1 | |
| | ||||||
* | r12627: This magic comment keeps minimal_includes.pl from suggesting the | Andrew Bartlett | 2005-12-31 | 1 | -1/+1 | |
| | | | | | | removal of this header. Andrew Bartlett | |||||
* | r12626: some systems need time.h here (for asctime()) | Andrew Tridgell | 2005-12-31 | 1 | -0/+1 | |
| | ||||||
* | r12625: More 'useful' names for the DNS zone. | Andrew Bartlett | 2005-12-31 | 1 | -0/+3 | |
| | | | | Andrew Bartlett | |||||
* | r12624: (hopefully) fix for BSD make after srcdir/builddir changes | Jelmer Vernooij | 2005-12-31 | 1 | -3/+3 | |
| | ||||||
* | r12623: Another round of fixes for the prototypes of tables.c | Jelmer Vernooij | 2005-12-31 | 4 | -13/+24 | |
| | ||||||
* | r12622: Move table.c prototypes to seperate header to prevent circular ↵ | Jelmer Vernooij | 2005-12-30 | 13 | -0/+13 | |
| | | | | | | dependencies with proto.h | |||||
* | r12621: INIT_FUNCTION no longer has to be set on libraries | Jelmer Vernooij | 2005-12-30 | 1 | -1/+0 | |
| | ||||||
* | r12620: Get rid of automatically generated lists of init functions of ↵ | Jelmer Vernooij | 2005-12-30 | 31 | -89/+58 | |
| | | | | | | | subsystems. This allows Samba libraries to be used by other projects (and parts of Samba to be built as shared libraries). | |||||
* | r12619: make sure we don't return more than 25 addresses, as w2k3 crashes in ↵ | Stefan Metzmacher | 2005-12-30 | 1 | -0/+4 | |
| | | | | | | | | that case I still need to make sure we didn't write such records to our database... metze | |||||
* | r12618: use our primary interface address or the "winsdb:local_owner" -address | Stefan Metzmacher | 2005-12-30 | 7 | -44/+48 | |
| | | | | | | as winsOwner: attrbute for owned records metze | |||||
* | r12617: create a winsdb_handle and pass that arround, | Stefan Metzmacher | 2005-12-30 | 7 | -18/+43 | |
| | | | | | | so we later can hang the local owner address, on this handle too metze | |||||
* | r12616: remove unused function, and we have iface_local() as replacement | Stefan Metzmacher | 2005-12-30 | 1 | -15/+0 | |
| | | | | metze | |||||
* | r12615: prepare building with ../samba4/source/configure ↵ | Stefan Metzmacher | 2005-12-30 | 8 | -22/+37 | |
| | | | | | | --srcdir=../samba4/source/ metze | |||||
* | r12613: workarround a BSD make bug, where $< gets expanded to ↵ | Stefan Metzmacher | 2005-12-30 | 1 | -2/+2 | |
| | | | | | | | | 'torture/libnet/userman.c' when $@ is 'libnet/userman.o' metze | |||||
* | r12611: fix compiler warnings | Stefan Metzmacher | 2005-12-30 | 2 | -8/+8 | |
| | | | | metze | |||||
* | r12610: we need struct passwd on some systems | Stefan Metzmacher | 2005-12-30 | 1 | -0/+1 | |
| | | | | metze | |||||
* | r12609: - add some comments to a change that went in in the last 'fix the ↵ | Stefan Metzmacher | 2005-12-30 | 1 | -1/+7 | |
| | | | | | | | | | | build' commit - we need to reply to name queries with the recursion desired bit set, to pass the multi homed challenge, when registering our interfaces with a wins server metze | |||||
* | r12608: Remove some unused #include lines. | Jelmer Vernooij | 2005-12-30 | 251 | -463/+1 | |
| | ||||||
* | r12607: fix the build | Stefan Metzmacher | 2005-12-30 | 11 | -14/+23 | |
| | | | | metze | |||||
* | r12606: - fix multihomed registrations | Stefan Metzmacher | 2005-12-30 | 4 | -211/+265 | |
| | | | | | | | | always remove the addresses which are no longer valid - use the wins_challenge_send/recv calls which are also used by the replication challenge metze | |||||
* | r12605: docs patch from Brad Hards <bradh@frogmouth.net> | Simo Sorce | 2005-12-30 | 2 | -82/+151 | |
| | ||||||
* | r12604: fix make clean as Brad Hards <bradh@frogmouth.net> sugested | Simo Sorce | 2005-12-30 | 1 | -1/+2 | |
| | ||||||
* | r12602: fix compiler warning | Stefan Metzmacher | 2005-12-30 | 1 | -4/+4 | |
| | | | | metze | |||||
* | r12601: Syncronise both copies of dlinklist.h. | Andrew Bartlett | 2005-12-30 | 2 | -4/+37 | |
| | | | | | | Should we somehow link these, or just use the version in ldb? Andrew Bartlett | |||||
* | r12600: Add a new module to sort the objectclass attribute on store. The | Andrew Bartlett | 2005-12-30 | 5 | -2/+327 | |
| | | | | | | | | | | module is perhaps not the most efficient, but I think it is reasonable. This should restore operation of MMC against Samba4 (broken by the templating fixes). Andrew Bartlett | |||||
* | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 2005-12-30 | 10 | -279/+822 | |
| | | | | | | | | | | | | | | | | | | | using pre-calculated passwords for all kerberos key types. (Previously we could only use these for the NT# type). The module handles all of the hash/string2key tasks for all parts of Samba, which was previously in the rpc_server/samr/samr_password.c code. We also update the msDS-KeyVersionNumber, and the password history. This new module can be called at provision time, which ensures we start with a database that is consistent in this respect. By ensuring that the krb5key attribute is the only one we need to retrieve, this also simplifies the run-time KDC logic. (Each value of the multi-valued attribute is encoded as a 'Key' in ASN.1, using the definition from Heimdal's HDB. This simplfies the KDC code.). It is hoped that this will speed up the KDC enough that it can again operate under valgrind. | |||||
* | r12598: Make the 'objectClass' part of the templating process actually work. | Andrew Bartlett | 2005-12-30 | 3 | -29/+30 | |
| | | | | | | | | | | | | We need to add to the multivalued objectClass, not ignore it because the user has already specified a value. Also rename the template again. This was caught by more stringent tests in the unicodePwd module, but breaks MMC. A later commit will sort the objectClass. Andrew Bartlett | |||||
* | r12597: One less void * | Andrew Bartlett | 2005-12-30 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | r12596: This variable is unused. | Andrew Bartlett | 2005-12-30 | 1 | -3/+0 | |
| | | | | Andrew Bartlett | |||||
* | r12595: There was no comment on the mailing list, so kill the 'ldapsrv:samdb' | Andrew Bartlett | 2005-12-30 | 1 | -16/+0 | |
| | | | | | | | | parameter. It isn't useful with so many other things in the ldap server opening the database directly. Best to run this as a seperate process, and change the global options. Andrew Bartlett | |||||
* | r12594: Jelmer pushed some proposed header reductions to the list today. This | Andrew Bartlett | 2005-12-30 | 7 | -23/+2 | |
| | | | | | | commits some of these that I know to be correct in the kerberos area. Andrew Bartlett | |||||
* | r12592: Remove some useless dependencies | Jelmer Vernooij | 2005-12-29 | 33 | -201/+223 | |
| | ||||||
* | r12589: Add missing newline. | Jelmer Vernooij | 2005-12-29 | 1 | -1/+1 | |
| |