Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s4-kdc Fix realm handling in our KDC | Andrew Bartlett | 2010-11-15 | 1 | -38/+6 | |
| | | | | | | | we should reset the realm part of the principal, but not the lowercase realm embedded in the 'krbtgt/realm@REALM'. Andrew Bartlett | |||||
* | s4: Build ldap and samba3_smb services as shared modules. | Jelmer Vernooij | 2010-11-15 | 4 | -5/+7 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 15 03:04:41 UTC 2010 on sn-devel-104 | |||||
* | cldap: Build as shared module. | Jelmer Vernooij | 2010-11-15 | 2 | -1/+2 | |
| | ||||||
* | kdc: Build as shared module by default. | Jelmer Vernooij | 2010-11-15 | 1 | -0/+1 | |
| | ||||||
* | auth/ntlm: Use name consistent with other service names. | Jelmer Vernooij | 2010-11-15 | 1 | -1/+1 | |
| | ||||||
* | auth/gensec Handle incorrect username or password in Kerberos client code | Andrew Bartlett | 2010-11-15 | 2 | -0/+3 | |
| | | | | | | | Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Nov 15 02:09:40 UTC 2010 on sn-devel-104 | |||||
* | s4-kdc update startup routines after heimdal update | Andrew Bartlett | 2010-11-15 | 1 | -1/+13 | |
| | | | | | | | We should check the errors from krb5_kdc_windc_init and we now need to additionally run krb5_kdc_pkinit_config() Andrew Bartlett | |||||
* | s4-kdc Remove use of heimdal private headers in kpasswd server. | Andrew Bartlett | 2010-11-15 | 1 | -16/+3 | |
| | | | | | | | This remains an abuse, because it relies on setting into the krb5_principal structure, but at least it causes less trouble for the server. Andrew Bartlett | |||||
* | heimdal Extra files required for merge up to current heimdal | Andrew Bartlett | 2010-11-15 | 31 | -23/+6724 | |
| | ||||||
* | heimdal regenate lex and yacc files | Andrew Bartlett | 2010-11-15 | 9 | -3475/+2672 | |
| | ||||||
* | Add attribute macros for Heimdal to use | Andrew Bartlett | 2010-11-15 | 3 | -1/+480 | |
| | | | | | | | | Heimdal uses HEIMDAL_NORETURN_ATTRIBUTE and HEIMDAL_PRINTF_ATTRIBUTE, and we need to provide a link between these and Samba's function attribute handling. Andrew Bartlett | |||||
* | s4:heimdal: import lorikeet-heimdal-201011102149 (commit ↵ | Andrew Bartlett | 2010-11-15 | 47 | -11222/+1373 | |
| | | | | 5734d03c20e104c8f45533d07f2a2cbbd3224f29) | |||||
* | s4/dns: Build as shared module. | Jelmer Vernooij | 2010-11-15 | 1 | -2/+3 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 15 00:57:27 UTC 2010 on sn-devel-104 | |||||
* | s4-kdc: if "bind interfaces only" is false, then also listen on wildcard | Andrew Tridgell | 2010-11-15 | 1 | -20/+44 | |
| | | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 15 00:13:59 UTC 2010 on sn-devel-104 | |||||
* | s4-server: make server sockets a child of the task context | Andrew Tridgell | 2010-11-15 | 14 | -39/+52 | |
| | | | | | | | | | | | | We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | samba-tool: fixed crash in "samba-tool drs showrepl" | Andrew Tridgell | 2010-11-15 | 1 | -5/+11 | |
| | | | | | | the source_dsa_obj_dn can be NULL Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | web_server: Build as module. | Jelmer Vernooij | 2010-11-14 | 4 | -9/+16 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 14 17:58:05 UTC 2010 on sn-devel-104 | |||||
* | kcc/drepl: Build as service. | Jelmer Vernooij | 2010-11-14 | 1 | -4/+6 | |
| | ||||||
* | winbind: Build as shared module. | Jelmer Vernooij | 2010-11-14 | 1 | -2/+3 | |
| | ||||||
* | Build wrepl server as service by default. | Jelmer Vernooij | 2010-11-14 | 3 | -3/+4 | |
| | ||||||
* | Re-enable ldb-cmdline for the moment, as it is used by oLschema2ldif. | Jelmer Vernooij | 2010-11-14 | 1 | -5/+5 | |
| | ||||||
* | Don't build ldb tools when there is a system provided ldb. | Jelmer Vernooij | 2010-11-14 | 1 | -13/+13 | |
| | ||||||
* | s4-auth: fixed infinite loop in krb5 auth | Andrew Tridgell | 2010-11-14 | 1 | -1/+1 | |
| | | | | | | | | we were continually trying the first address returned, instead of moving to the next address Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 14 04:11:28 UTC 2010 on sn-devel-104 | |||||
* | s4-auth: fixed crash in krb5 auth | Andrew Tridgell | 2010-11-14 | 1 | -2/+1 | |
| | | | | remote_addr was used after free | |||||
* | s4:password_hash LDB module - return "ERR_CONSTRAINT_VIOLATION" on password ↵ | Matthias Dieter Wallnöfer | 2010-11-13 | 1 | -6/+9 | |
| | | | | | | | | | | conversion errors This errors can happen also on a regular basis - then we shouldn't return ERR_OPERATIONS_ERROR (this error code is reserved for very serious failures). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 13 12:37:36 UTC 2010 on sn-devel-104 | |||||
* | s4:upgradeprovision - why not directly use "provision:0"? | Matthias Dieter Wallnöfer | 2010-11-13 | 1 | -4/+4 | |
| | ||||||
* | s4:objectclass LDB module - multiple "objectClass" change elements are ↵ | Matthias Dieter Wallnöfer | 2010-11-13 | 2 | -173/+178 | |
| | | | | | | unfortunately still allowed The test message has been compressed - therefore I've now used "modify_ldif". | |||||
* | s4-drs: fixed a crash in writspn | Andrew Tridgell | 2010-11-13 | 1 | -2/+8 | |
| | | | | | | | sam_ctx_system may be NULL for non-privileged users Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 13 08:52:53 UTC 2010 on sn-devel-104 | |||||
* | s4-test: we need to import testtools before subunit/python | Andrew Tridgell | 2010-11-13 | 1 | -1/+1 | |
| | | | | | | | subunit/python depends on testtools Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104 | |||||
* | ktpass: also use userPrincipalName for locating the principal | Matthieu Patou | 2010-11-12 | 1 | -1/+2 | |
| | | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Nov 12 20:24:23 UTC 2010 on sn-devel-104 | |||||
* | ktpass: fix the search path for when running in samba's source dir | Matthieu Patou | 2010-11-12 | 1 | -0/+3 | |
| | ||||||
* | python: use the ldbMessage + modify notation instead of modify_ldif that we ↵ | Matthieu Patou | 2010-11-12 | 1 | -7/+6 | |
| | | | | try to avoid | |||||
* | Fix typo | Matthieu Patou | 2010-11-12 | 1 | -1/+1 | |
| | ||||||
* | unit tests: add testing for dns account password change | Matthieu Patou | 2010-11-12 | 1 | -0/+4 | |
| | ||||||
* | upgradeprovision: use relaxed control while adding missing object container | Matthieu Patou | 2010-11-12 | 1 | -1/+3 | |
| | ||||||
* | upgradeprovision: fix pb with dns-hostname, regenerate a correct keytab | Matthieu Patou | 2010-11-12 | 2 | -1/+75 | |
| | ||||||
* | upgradeprovision: use the relax/(upgrade)provision when modifying object | Matthieu Patou | 2010-11-12 | 1 | -1/+8 | |
| | | | | | | For certain attribute we use the relax/provision control so that we try to respect checks as this is not a good idea to always force unwanted behavior. | |||||
* | upgradeprovision: use the (upgrade)provision control also | Matthieu Patou | 2010-11-12 | 1 | -2/+2 | |
| | ||||||
* | upgradeprovision: update revision for forestupdate and domainupdate objects | Matthieu Patou | 2010-11-12 | 1 | -1/+4 | |
| | ||||||
* | samldb: relax groupType modification checks | Matthieu Patou | 2010-11-12 | 1 | -27/+32 | |
| | | | | | Allow programs with the PROVISION control to bypass groupType checks. This is needed by upgradeprovision for older alpha (11, 10 ...) | |||||
* | Add a script to make backup of samba provision | Matthieu Patou | 2010-11-12 | 1 | -0/+65 | |
| | ||||||
* | s4:objectclass LDB module - we should not simply ignore additional ↵ | Matthias Dieter Wallnöfer | 2010-11-12 | 2 | -2/+29 | |
| | | | | | | | | | | "objectClass" attribute changes There first one we perform all other tentatives are terminated with ERR_ATTRIBUTE_OR_VALUE_EXISTS (tested against Windows). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 12 19:39:07 UTC 2010 on sn-devel-104 | |||||
* | s4:repl_meta_data LDB module - convert two debug messages into error messages | Matthias Dieter Wallnöfer | 2010-11-12 | 1 | -4/+4 | |
| | | | | These regarding "objectGUID". | |||||
* | s4:samldb/objectclass_attrs LDB modules - move "description" logic from ↵ | Matthias Dieter Wallnöfer | 2010-11-12 | 4 | -198/+245 | |
| | | | | | | "objectclass_attrs" into "samldb" This according to an answer from dochelp is SAM specific behaviour. | |||||
* | s4: Remove obsolete mkversion.sh | Jelmer Vernooij | 2010-11-12 | 1 | -133/+0 | |
| | ||||||
* | samba_version: When working from git checkout, display git revision SHA1 rather | Jelmer Vernooij | 2010-11-12 | 1 | -1/+1 | |
| | | | | than Bazaar revision ids. | |||||
* | torture: Only add in tests for socket_wrapper/nss_wrapper when they have ↵ | Jelmer Vernooij | 2010-11-12 | 2 | -2/+18 | |
| | | | | been enabled. | |||||
* | unix_privs: Add missing dependency on libreplace. | Jelmer Vernooij | 2010-11-12 | 1 | -1/+1 | |
| | ||||||
* | heimdal_build: Add missing dependency on replace, necessary because ↵ | Jelmer Vernooij | 2010-11-12 | 1 | -1/+1 | |
| | | | | replace.h is included. | |||||
* | Lowercase DNS_UPDATE_SRV name. | Jelmer Vernooij | 2010-11-12 | 1 | -1/+1 | |
| |