summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison13-49/+32
2011-11-21s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher1-0/+2
2011-11-21s3:libsmb: close fd on error in cli_connect_nb()Stefan Metzmacher1-0/+2
2011-11-21librpc: install drsuapi and drsblobs headers.Günther Deschner1-2/+6
2011-11-21s3-waf: remove version from libpdb.so for now.Günther Deschner1-2/+0
2011-11-20s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions.Günther Deschner1-0/+36
2011-11-20s3:smb2_negprot: add support for SMB2_22Stefan Metzmacher1-0/+15
2011-11-20lib/param: add "SMB2_22" to enum_protocolStefan Metzmacher1-0/+1
2011-11-19s4-dsdb: Modify the repl_meta_data behavior to allow Metadata change on attri...Matthieu Patou1-2/+8
2011-11-19socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity codeMatthias Dieter Wallnöfer1-0/+7
2011-11-18Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison1-3/+4
2011-11-18s3/packaging: Fix rpm build issues on RHEL4.Karolin Seeger1-1/+13
2011-11-18s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans()Stefan Metzmacher1-0/+4
2011-11-18s3:libsmb: fix compiler warning in cli_pull_trans()Stefan Metzmacher1-1/+3
2011-11-18s3:libsmb: only align unicode pipe_name (bug #8586)Stefan Metzmacher1-7/+11
2011-11-18s3: Fix bug 8371Volker Lendecke1-0/+2
2011-11-18s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs3-3/+3
2011-11-18dsdb: Fix the password expiry calculationAmitay Isaacs1-1/+1
2011-11-18s3-passdb_test: Policy values are converted to signed integerAmitay Isaacs1-1/+1
2011-11-18s4-s3-upgrade: Add --verbose option to print extra detailsAmitay Isaacs2-3/+6
2011-11-18s4-auth log details about any token we fail to convert to a unix tokenAndrew Bartlett1-0/+17
2011-11-18s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GIDAmitay Isaacs1-3/+3
2011-11-18samba-tool: Fix the domain account policy max_pwd_age calculationAmitay Isaacs1-2/+8
2011-11-18s4-s3-upgrade: Fix the minimum and maximum password age calculationAmitay Isaacs1-4/+4
2011-11-18s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett2-2/+2
2011-11-17s3/packaging: Fix rpm build issues on RHEL.Karolin Seeger1-24/+5
2011-11-17s4 dns: Reduce test output noise by upping log level for dns_name_packet loggingKai Blin1-3/+6
2011-11-17s4 dns: Add a first test caseKai Blin2-0/+120
2011-11-17s4 dns: Turn on internal DNS server during testingKai Blin1-1/+1
2011-11-17socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs3-0/+938
2011-11-17samba.tests.dsdb: Import TestCase from samba.tests.Jelmer Vernooij1-4/+1
2011-11-17samba.tests: Make sure testtools is available before importing it.Jelmer Vernooij1-0/+2
2011-11-17Improve configure.in so it can be used outside the Samba source tree.Richard Sharpe1-2/+3
2011-11-17ldb: Add handy macros for reporting error inside ldb moduleAmitay Isaacs1-0/+2
2011-11-17s4-dsdb: Remove unsed variableAmitay Isaacs1-2/+0
2011-11-17s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner3-10/+8
2011-11-17s3-smbldap: remove duplicate LDAP_OPT_SUCCESS define.Günther Deschner1-3/+0
2011-11-17s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner2-2/+1
2011-11-17s3-smbldap: include talloc.h and tevent.h in smbldap.hGünther Deschner1-0/+3
2011-11-17s3-param: loadparm has no dependency to smbldap.Günther Deschner1-1/+0
2011-11-17s3-smbldap: improve smbldap.h readability and rearrange some defines.Günther Deschner2-59/+53
2011-11-17s3-smbldap: remove duplicate prototype.Günther Deschner2-6/+1
2011-11-17s3-nmbd Remove AD netlogon response from s3 nmbd serverAndrew Bartlett1-92/+15
2011-11-17s4-s3-upgrade Test getdomainsid as wellAndrew Bartlett1-0/+2
2011-11-17s3-net Do not look for a local SID when we are a DCAndrew Bartlett1-7/+8
2011-11-17lib/param simplify server role values specified in smb.confAndrew Bartlett1-5/+1
2011-11-17docs: Add documentation for server roleAndrew Bartlett2-1/+75
2011-11-17libds: Make server role values explicit for easier debuggingAndrew Bartlett1-1/+6
2011-11-17param: use lp_is_security_and_server_role_valid()Andrew Bartlett1-5/+11
2011-11-17param: Check if server role and security parameters are conflictingAmitay Isaacs2-0/+40