Age | Commit message (Expand) | Author | Files | Lines |
2011-10-27 | s4:repl_meta_data LDB module - "dsdb_search_module_dn" already checks if len(... | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2011-10-27 | s4:ldap.py - fix up the dSHeuristics test to check for the right behaviour | Matthias Dieter Wallnöfer | 1 | -15/+27 |
2011-10-27 | s4:objectclass_attrs LDB module - implement the dSHeuristics length checks co... | Matthias Dieter Wallnöfer | 1 | -5/+37 |
2011-10-27 | s4:ldap.py - we test the creation of secrets already in the "systemOnly" test... | Matthias Dieter Wallnöfer | 1 | -9/+0 |
2011-10-27 | s4:ldap.py - enhance and fix up the object class test | Matthias Dieter Wallnöfer | 1 | -6/+95 |
2011-10-27 | s4:objectclass LDB module - objectclass modify op. - remove superflous "tallo... | Matthias Dieter Wallnöfer | 1 | -8/+4 |
2011-10-27 | s4:objectclass LDB module - objectclass modify operations | Matthias Dieter Wallnöfer | 1 | -95/+32 |
2011-10-27 | s4:objectclass LDB module - forbid to add unrelated objectclasses | Matthias Dieter Wallnöfer | 1 | -0/+61 |
2011-10-27 | s4:objectclass LDB module - "objectclass_add" - small optimisation | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2011-10-27 | s4:objectclass LDB module - "check_rodc_ntdsdsa_add" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-10-27 | s4:objectclass LDB module - update copyright | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-10-27 | s4:password_hash LDB module - fix compiler warning due to unsatisfied "switch" | Matthias Dieter Wallnöfer | 1 | -0/+3 |
2011-10-27 | s4:ldap.py - fix up the UTF8 tests | Matthias Dieter Wallnöfer | 1 | -7/+8 |
2011-10-27 | s4:ldap.py - reactivate some assertions in "test_all" | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-10-27 | s4:torture/ldap/basic.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-10-27 | s4-torture: Add a user creation check. | Andreas Schneider | 1 | -0/+288 |
2011-10-27 | s4-torture: Add a samr privilege check. | Andreas Schneider | 3 | -1/+329 |
2011-10-27 | s4-torture: Add torture_delete_testuser(). | Andreas Schneider | 1 | -0/+14 |
2011-10-27 | s4-torture: Add domain_handle to test_join struct. | Andreas Schneider | 1 | -4/+4 |
2011-10-27 | s3-build: Add .clang_complete. | Andreas Schneider | 1 | -0/+10 |
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 3 | -7/+3 |
2011-10-27 | Include uid_wrapper correctly. | Andreas Schneider | 2 | -19/+1 |
2011-10-26 | libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h | Stefan Metzmacher | 1 | -6/+0 |
2011-10-26 | s4:torture:smb2: fix broken indentation/formatting in torture_smb2_connection() | Michael Adam | 1 | -8/+11 |
2011-10-25 | torture: Remove unused smbiconv | Andrew Bartlett | 1 | -236/+0 |
2011-10-25 | s4:libcli: rename smb_signing.h to smb_raw_signing.h in the install directory | Stefan Metzmacher | 1 | -1/+1 |
2011-10-24 | idl: Improve MS-PAC IDL | Simo Sorce | 4 | -16/+20 |
2011-10-24 | libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.h | Stefan Metzmacher | 1 | -34/+0 |
2011-10-24 | s4:libcli/raw: remove unuded CMD_REPLY define | Stefan Metzmacher | 1 | -2/+0 |
2011-10-24 | libcli/smb: move more defines to smb_constants.h | Stefan Metzmacher | 1 | -106/+0 |
2011-10-24 | libcli/smb: move CAP_* defines to smb_constants.h | Stefan Metzmacher | 1 | -18/+0 |
2011-10-22 | s4:finddcs_cldap: talloc free old memory before allocating a new netlogon struct | Stefan Metzmacher | 1 | -0/+1 |
2011-10-22 | s4:finddcs_cldap: close the socket when it's not used anymore | Stefan Metzmacher | 1 | -1/+2 |
2011-10-22 | s4:finddcs_cldap: finddcs_cldap_recv() returns NTSTATUS | Stefan Metzmacher | 1 | -1/+6 |
2011-10-22 | s4-cldap: fix cldap_socket_init to always specify the dest if local is NULL | Matthieu Patou | 1 | -17/+18 |
2011-10-21 | s4-resolv: fix resolution of SRV records pointing to A and AAAA records | Matthieu Patou | 1 | -161/+238 |
2011-10-21 | libcli/smb: move some common defines to smb_constants.h | Stefan Metzmacher | 1 | -28/+0 |
2011-10-20 | s4-dns: Update serial number for zone on dns updates | Amitay Isaacs | 1 | -3/+83 |
2011-10-20 | s4-selftest: Add tests for RPC dnsserver | Amitay Isaacs | 2 | -0/+182 |
2011-10-20 | samba-tool: Added dns command for DNS management | Amitay Isaacs | 2 | -0/+861 |
2011-10-20 | s4-dns: Added DCERPC dns server for DNS management | Amitay Isaacs | 6 | -0/+3770 |
2011-10-20 | s4-provision: Provision DNS records with correct rank | Amitay Isaacs | 1 | -18/+23 |
2011-10-20 | s4-test: added test suite for common.py code | Andrew Tridgell | 1 | -0/+42 |
2011-10-20 | s4-dsdb: moved dsdb_Dn() into common.py | Andrew Tridgell | 2 | -26/+43 |
2011-10-20 | subunitrun: give more useful help | Andrew Tridgell | 1 | -2/+25 |
2011-10-20 | dsdb: improve debug message | Andrew Tridgell | 4 | -5/+4 |
2011-10-19 | s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros | Stefan Metzmacher | 1 | -6/+0 |
2011-10-19 | s4:smb_server/smb2: make use of _smb_setlen_tcp() | Stefan Metzmacher | 1 | -1/+1 |
2011-10-19 | s4:smb_server/smb: make use of _smb_setlen_nbt() | Stefan Metzmacher | 1 | -1/+1 |
2011-10-19 | s4:libcli/smb2: make use of _smb_setlen_tcp() | Stefan Metzmacher | 1 | -2/+2 |