Age | Commit message (Expand) | Author | Files | Lines |
2010-11-17 | s4-join: show a reasonable error on DsAddEntry() failing | Andrew Tridgell | 1 | -1/+6 |
2010-11-17 | s4-join: enable NDR printing at debug levels >= 5 | Andrew Tridgell | 1 | -2/+9 |
2010-11-17 | s4-loadparm: set debuglevel and logfile in tables | Andrew Tridgell | 1 | -0/+5 |
2010-11-17 | s4-loadparm: fixed a memory leak in handle_realm() | Andrew Tridgell | 1 | -0/+3 |
2010-11-16 | s4-kdc Rework supported encryption type logic to match Microsoft | Andrew Bartlett | 1 | -37/+16 |
2010-11-16 | s4:acl LDB module - use also here "dsdb_find_nc_root" to implement the NC-spe... | Matthias Dieter Wallnöfer | 1 | -28/+57 |
2010-11-16 | s4:descriptor LDB module - also "get_default_ag" should make use of "dsdb_fin... | Matthias Dieter Wallnöfer | 1 | -12/+12 |
2010-11-16 | s4:descriptor LDB module - handle the NCs in a more generic way by using "dsd... | Matthias Dieter Wallnöfer | 1 | -10/+22 |
2010-11-16 | s4:"dsdb_find_nc_root" - let it work also when the "namingContexts" attribute... | Matthias Dieter Wallnöfer | 1 | -8/+34 |
2010-11-16 | s4:descriptor LDB module - make more clear that special control entries never... | Matthias Dieter Wallnöfer | 1 | -0/+7 |
2010-11-16 | s4:objectclass LDB module - the "olddn" is the special DN for rename requests | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-16 | s4-schema_load: Don't clean in_transaction flag until transaction is really f... | Kamen Mazdrashki | 1 | -7/+6 |
2010-11-16 | s4:subtree_rename LDB module - make use of "dsdb_find_nc_root" | Matthias Dieter Wallnöfer | 1 | -22/+27 |
2010-11-16 | s4:objectclass LDB module - free "nc_root" after name context comparisons | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-11-16 | s4-test: fixes for test-howto.py | Andrew Tridgell | 2 | -25/+36 |
2010-11-16 | s4-spoolss: fixed warning in call to torture_warning() | Andrew Tridgell | 1 | -2/+2 |
2010-11-16 | s4-eventlog: fixed dcerpc handle return | Andrew Tridgell | 1 | -4/+12 |
2010-11-16 | samba-tool Add test for --store-plaintext | Andrew Bartlett | 1 | -1/+1 |
2010-11-16 | Update dcerpc_server.pc library name to match reality. | Brad Hards | 1 | -1/+1 |
2010-11-16 | samba-tool pwsettings Allow setting 'store cleartext' | Andrew Bartlett | 1 | -2/+17 |
2010-11-16 | s4-ldif_handlers Add handler for printing supplementalCredentials | Andrew Bartlett | 2 | -1/+24 |
2010-11-16 | s4-test_kinit Add tests for lowercase realm combinations | Andrew Bartlett | 1 | -0/+4 |
2010-11-16 | heimdal Build ticket with the canonical server name | Andrew Bartlett | 1 | -1/+1 |
2010-11-16 | s4-kdc Fix the realm handling again, this time pay attention to the flags | Andrew Bartlett | 1 | -20/+20 |
2010-11-16 | s4-kdc use 'flags' to only create the 'admin data' elements when requested | Andrew Bartlett | 1 | -15/+19 |
2010-11-16 | s4-kdc Add 'flags' parameter to db fetch calls | Andrew Bartlett | 1 | -8/+35 |
2010-11-16 | waf: added --git-local-changes configure option | Andrew Tridgell | 5 | -29/+38 |
2010-11-15 | s4-kdc Don't regenerate the PAC for cross-realm tickets | Andrew Bartlett | 1 | -0/+3 |
2010-11-15 | s4-kdc Don't always regenerate the PAC | Andrew Bartlett | 1 | -2/+4 |
2010-11-15 | heimdal Fetch the client before the PAC check, but after obtaining krbtgt_out | Andrew Bartlett | 1 | -31/+30 |
2010-11-15 | s4-gensec Indicate if GENSEC is in client or server mode in the debug | Andrew Bartlett | 1 | -2/+4 |
2010-11-15 | s4:heimdal - fix the return code of a non-void function | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-11-15 | s4:torture/basic/base.c - fix output warnings regarding "time_t" | Matthias Dieter Wallnöfer | 1 | -2/+4 |
2010-11-15 | s4:objectclass LDB module - improve the default name context checking on modi... | Matthias Dieter Wallnöfer | 1 | -16/+12 |
2010-11-15 | s4-join: not all versions of w2003 have msDS-SupportedEncryptionTypes | Andrew Tridgell | 1 | -2/+4 |
2010-11-15 | s4-devel: a script to test the Samba4 HOWTO | Andrew Tridgell | 2 | -0/+605 |
2010-11-15 | net: Add and fix some German translation | André Hentschel | 1 | -4/+4 |
2010-11-15 | s4:objectclass LDB module - implement the "objectClass" change restrictions o... | Matthias Dieter Wallnöfer | 1 | -0/+25 |
2010-11-15 | heimdal_base: Fix include path so heim_threads.h can be found. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-15 | smb_server: Build as shared module. | Jelmer Vernooij | 3 | -3/+3 |
2010-11-15 | heimdal_base: Add missing dependency on replace. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-15 | nbtd: Build service as shared module. | Jelmer Vernooij | 2 | -6/+7 |
2010-11-15 | waf: fixed configure again on RHEL5 | Andrew Tridgell | 1 | -1/+1 |
2010-11-15 | s4-dns: added --fail-immediately option to samba_dnsupdate | Andrew Tridgell | 1 | -1/+13 |
2010-11-15 | s4-dns: fixed registration of multiple IPs in samba_dnsupdate | Andrew Tridgell | 1 | -1/+1 |
2010-11-15 | heimdal Fix handling of backwards cross-realm detection for Samba4 | Andrew Bartlett | 1 | -18/+48 |
2010-11-15 | s4-kdc Fix realm handling in our KDC | Andrew Bartlett | 1 | -38/+6 |
2010-11-15 | s4: Build ldap and samba3_smb services as shared modules. | Jelmer Vernooij | 4 | -5/+7 |
2010-11-15 | cldap: Build as shared module. | Jelmer Vernooij | 2 | -1/+2 |
2010-11-15 | kdc: Build as shared module by default. | Jelmer Vernooij | 1 | -0/+1 |