summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2006-01-0398-74/+134
|
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2006-01-0392-122/+246
| | | | torture prototypes in seperate header
* r12687: Push the real list of supported GENSEC mechanisms out onAndrew Bartlett2006-01-031-0/+21
| | | | | | | supportedSASLMechanism in the rootdse. (Second half of a patch commited earlier today). Andrew Bartlett
* r12686: Push the real SASL list into the rootdse.Andrew Bartlett2006-01-035-17/+25
| | | | | | | Get this out of the server credentials, and push it down to ldb via an opaque pointer. Andrew Bartlett
* r12685: Add comments on builtin LDAP and KDC.Andrew Bartlett2006-01-021-1/+11
| | | | Andrew Bartlett
* r12684: A better error code for SAMR transaction failures.Andrew Bartlett2006-01-021-12/+15
| | | | Andrew Bartlett
* r12683: Fix declaration and initialisation placement.Andrew Bartlett2006-01-021-5/+6
| | | | Andrew Bartlett
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2006-01-026-68/+323
| | | | | | | | | | | | | | | | with clients compiled against the MIT Kerberos implementation. (Which checks for address in KRB-PRIV packets, hence my comments on socket functions earlier today). It also fixes the 'set password' operation to behave correctly (it was previously a no-op). This allows Samba3 to join Samba4. Some winbindd operations even work, which I think is a good step forward. There is naturally a lot of work to do, but I wanted at least the very basics of Samba3 domain membership to be available for the tech preview. Andrew Bartlett
* r12681: Allow an entry to have no kerberos keys. This occours when an entryAndrew Bartlett2006-01-021-16/+24
| | | | | | | is new, and has no password. It may also occour in the future if we allow PKINIT. In any case, it shouldn't segfault :-) Andrew Bartlett
* r12680: Support setting the environment variable SMB_BUILD_VERBOSE to Jelmer Vernooij2006-01-022-6/+13
| | | | print out more debug info
* r12679: create a sperate function to create the 'winsOwner' part of the ↵Stefan Metzmacher2006-01-022-8/+41
| | | | | | | | search filter, this is to handle the special '0.0.0.0' of old or manual added owned records metze
* r12677: get rid of the special cases for the local wins owner table entry,Stefan Metzmacher2006-01-024-79/+104
| | | | | | | | | | | the call to winsdb_get_maxVersion() is moved into place. This allows us to fetch records with the owner address that matches our local_owner address, this is important if the restart with an empty wins.ldb. w2k3 does this in the same way when you remove the database files from disk and restart the WINS-Service. metze
* r12675: fix some dependencies and don't use long linesStefan Metzmacher2006-01-021-8/+16
| | | | metze
* r12674: make use of the winsdb functionsStefan Metzmacher2006-01-022-53/+3
| | | | metze
* r12673: create functions for get_maxVersion(), set_maxVersion() and ↵Stefan Metzmacher2006-01-021-9/+73
| | | | | | | | get_seqnumber() at the winsdb layer. the ones in wrepl_server/ will be removed later. metze
* r12671: Modules don't have to be linked with their subsystem.Jelmer Vernooij2006-01-021-1/+0
|
* r12670: Make a couple of dependencies stricterJelmer Vernooij2006-01-0222-35/+59
| | | | | Re-introduce and use the OUTPUT_TYPE property for MODULEs to force specific modules to always be included
* r12661: Happy New Year!Stefan Metzmacher2006-01-011-1/+1
| | | | metze
* r12659: Add some more information for potential users. Please supplement / ↵Jelmer Vernooij2006-01-014-2/+34
| | | | | | amend where necessary.
* r12658: Couple of fixes related to shared module builds.Jelmer Vernooij2006-01-0112-47/+1
|
* r12651: Remove STR_LARGE_SIZE as it's no longer usedJelmer Vernooij2005-12-313-14/+2
|
* r12650: Remove support for NULLTERM flag (is already covered by tridge's Jelmer Vernooij2005-12-311-6/+0
| | | | fixes to [validate])
* r12649: use the same default('yes') for 'dns proxy' as samba3Stefan Metzmacher2005-12-311-1/+1
| | | | metze
* r12648: implement the dns proxy featureStefan Metzmacher2005-12-311-1/+56
| | | | metze
* r12647: make use of the str_list_add functionStefan Metzmacher2005-12-311-6/+4
| | | | metze
* r12644: prepare the dns proxy feature for the wins serverStefan Metzmacher2005-12-314-3/+57
| | | | metze
* r12643: don't fail make testSimo Sorce2005-12-311-0/+3
| | | | thanks Brad
* r12642: only do push notifications when something changedStefan Metzmacher2005-12-313-4/+53
| | | | metze
* r12641: - remove some unused functionsStefan Metzmacher2005-12-312-69/+1
| | | | | | | - we already call usleep() directly in some places, so do it everywhere metze
* r12640: ignore generated dcerpc_table.hStefan Metzmacher2005-12-310-0/+0
| | | | metze
* r12639: - do some tests with 0x20 0x1B namesStefan Metzmacher2005-12-311-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 systemsStefan Metzmacher2005-12-312-12/+14
| | | | metze
* r12637: test CLDAP with both NULL and non-NULL userAndrew Tridgell2005-12-311-0/+6
|
* r12636: fixed some torture code for the changed lsa string typesAndrew Tridgell2005-12-312-5/+5
|
* r12635: use the new [validate] value() checking to fix the string types forAndrew Tridgell2005-12-311-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 theAndrew Tridgell2005-12-312-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 Tridgell2005-12-312-4/+2
|
* r12632: Build fixes from Brad Hards <bradh@frogmouth.net>Andrew Bartlett2005-12-313-1/+3
| | | | Andrew Bartlett
* r12631: Now we have fixed the provision script, we don't need to work aroundAndrew Bartlett2005-12-311-1/+1
| | | | | | it here. Andrew Bartlett
* r12630: Remove attributes which should be automaticly generated.Andrew Bartlett2005-12-311-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 Bartlett2005-12-311-1/+1
| | | | Andrew Bartlett
* r12628: Prevent double registration warningsJelmer Vernooij2005-12-311-1/+1
|
* r12627: This magic comment keeps minimal_includes.pl from suggesting theAndrew Bartlett2005-12-311-1/+1
| | | | | | removal of this header. Andrew Bartlett
* r12626: some systems need time.h here (for asctime())Andrew Tridgell2005-12-311-0/+1
|
* r12625: More 'useful' names for the DNS zone.Andrew Bartlett2005-12-311-0/+3
| | | | Andrew Bartlett
* r12624: (hopefully) fix for BSD make after srcdir/builddir changesJelmer Vernooij2005-12-311-3/+3
|
* r12623: Another round of fixes for the prototypes of tables.cJelmer Vernooij2005-12-314-13/+24
|
* r12622: Move table.c prototypes to seperate header to prevent circular ↵Jelmer Vernooij2005-12-3013-0/+13
| | | | | | dependencies with proto.h
* r12621: INIT_FUNCTION no longer has to be set on librariesJelmer Vernooij2005-12-301-1/+0
|
* r12620: Get rid of automatically generated lists of init functions of ↵Jelmer Vernooij2005-12-3031-89/+58
| | | | | | | subsystems. This allows Samba libraries to be used by other projects (and parts of Samba to be built as shared libraries).