Age | Commit message (Expand) | Author | Files | Lines |
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 5 | -15/+12 |
2012-06-01 | Revert "waf-mitkrb5: enable dcerpc_server library to support OpenChange clien... | Alexander Bokovoy | 3 | -41/+23 |
2012-06-01 | waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver... | Alexander Bokovoy | 1 | -0/+1 |
2012-06-01 | waf-mitkrb5: enable dcerpc_server library to support OpenChange client code | Alexander Bokovoy | 3 | -23/+41 |
2012-05-31 | build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient | Michael Adam | 1 | -1/+1 |
2012-05-31 | s4:selftest: change the blackbox.samba_tool_demote test to use a binary mappi... | Michael Adam | 2 | -3/+3 |
2012-05-31 | s4:selftest: change the blackbox.passwords test to use a binary mapping for s... | Michael Adam | 1 | -1/+1 |
2012-05-31 | s4:selftest: change the blackbox.pkinit test to use a binary mapping for smbc... | Michael Adam | 1 | -1/+1 |
2012-05-31 | s4:selftest: change the blackbox.kinit test to use a binary mapping for smbcl... | Michael Adam | 1 | -3/+3 |
2012-05-31 | s4:selftest: change the blackbox.export.keytab test to use a binary mapping f... | Michael Adam | 1 | -1/+1 |
2012-05-31 | s4:selftest: change the blackbox.chgdcpass test to use a binary mapping for s... | Michael Adam | 1 | -1/+1 |
2012-05-31 | s4:selftest: change the blackbox.samba_tool test to use a binary mapping for ... | Michael Adam | 2 | -3/+3 |
2012-05-31 | s4:selftets: change the blackbox.bogusdomain test to use binary mapping for s... | Michael Adam | 1 | -1/+1 |
2012-05-31 | s4:selftest: change the blackbox.smbclient test to use binary mapping for smb... | Michael Adam | 2 | -6/+5 |
2012-05-31 | s4:selftest: determine nmblookup via binary mapping for blackbox test in test... | Michael Adam | 2 | -5/+5 |
2012-05-30 | dsdb: Fix error checking conditions in partition_metadata module | Amitay Isaacs | 1 | -7/+7 |
2012-05-30 | s4-provision: Use the s3fs file server by default in migrations | Andrew Bartlett | 1 | -1/+1 |
2012-05-30 | lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used there | Andrew Bartlett | 2 | -1/+9 |
2012-05-30 | s4-dns: Use W_ERROR_HAVE_NO_MEMORY in create_response_rr | Kai Blin | 1 | -24/+8 |
2012-05-30 | s4-dns: Use proper talloc hierarchy for NS records in create_response_rr | Kai Blin | 1 | -1/+2 |
2012-05-30 | s4-dns: Use proper talloc hierarchy for AAAA records in create_response_rr | Kai Blin | 1 | -1/+2 |
2012-05-30 | s4-dns: Remove sync dns_process | Volker Lendecke | 1 | -24/+0 |
2012-05-30 | s4-dns: Make the TCP dns server async | Volker Lendecke | 1 | -21/+39 |
2012-05-30 | s4-dns: Make the UDP dns server async | Volker Lendecke | 1 | -18/+38 |
2012-05-30 | s4-dns: Remove sync dns_server_process_query | Volker Lendecke | 2 | -39/+0 |
2012-05-30 | s4-dns: Make dns_process_send asyn | Volker Lendecke | 3 | -80/+148 |
2012-05-30 | s4-dns: Remove unused sync ask_forwarder wrapper | Volker Lendecke | 1 | -30/+0 |
2012-05-30 | s4-dns: Make dns_server_process_query async | Volker Lendecke | 1 | -37/+120 |
2012-05-30 | s4-dns: Make ask_forwarder async | Volker Lendecke | 1 | -43/+111 |
2012-05-30 | s4-dns: Create a proper talloc hierarchy in create_response_rr | Volker Lendecke | 1 | -3/+15 |
2012-05-30 | s4-dns: Add debug output for unmappable WERROR to DNS errcode | Volker Lendecke | 1 | -1/+1 |
2012-05-30 | s4-dns: Fix some typos | Volker Lendecke | 2 | -2/+2 |
2012-05-30 | s4-dns: Remove some break; statements | Volker Lendecke | 1 | -8/+0 |
2012-05-30 | s4-dns: Fix an unlikely potential memleak | Volker Lendecke | 1 | -2/+4 |
2012-05-30 | s4-dns: Use talloc_asprintf_append_buffer in create_response_rr | Volker Lendecke | 1 | -2/+2 |
2012-05-30 | s4-dns: Add some NULL checks to create_response_rr | Volker Lendecke | 1 | -0/+15 |
2012-05-29 | s4:dbchecker - handle the "none" case correctly | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2012-05-29 | s4-torture: verify #8373 and add ndr nbt tests for LOGON_PRIMARY_QUERY nbt_ne... | Günther Deschner | 1 | -1/+36 |
2012-05-29 | s4:torture report connection error via torture_fail | Christian Ambach | 1 | -1/+8 |
2012-05-28 | s4:ntvfs/ipc: fix protocol specific processing of pipe names | Stefan Metzmacher | 1 | -2/+6 |
2012-05-28 | s4:torture/samba3rpc: add smb1-pipe-name | Stefan Metzmacher | 1 | -0/+252 |
2012-05-28 | s4:torture/samba3rpc: add smb2-pipe-name | Stefan Metzmacher | 1 | -0/+84 |
2012-05-27 | Avoid all(), as it's not available in Python 2.4. | Jelmer Vernooij | 1 | -1/+5 |
2012-05-24 | s4:smb_server/smb: fix talloc_free() bug | Stefan Metzmacher | 1 | -1/+1 |
2012-05-24 | s4/scripting: in MIT build do not install samba-tool, it is not usable yet | Alexander Bokovoy | 2 | -7/+4 |
2012-05-24 | s4-provision: Make s3fs the default way to install a new Samba4 DC | Andrew Bartlett | 1 | -2/+2 |
2012-05-24 | dlz_bind9: Make the talloc destructor static and return 0. | Amitay Isaacs | 1 | -1/+2 |
2012-05-24 | dlz_bind9: Fix the named crash on reloading named | Amitay Isaacs | 1 | -1/+17 |
2012-05-23 | gse: Use the smb_gss_oid_equal wrapper. | Andreas Schneider | 2 | -2/+5 |
2012-05-23 | libcli/dns: make 'clidns' private library out of DNS code in WAF build | Alexander Bokovoy | 1 | -1/+1 |