summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_server: return NOT_SUPPORTED if we don't find a common dialect with t...Stefan Metzmacher2011-09-051-6/+8
* s3:smb2_server: max_trans, max_read and max_write are limited to 64 kilobytesStefan Metzmacher2011-09-051-3/+17
* s3:smb2cli: make sure we don't try to send requests on a disconnected cli_stateStefan Metzmacher2011-09-051-0/+5
* s3:smb2cli: make sure requests are not finished, when we send when to the net...Stefan Metzmacher2011-09-051-0/+4
* s3:smb2cli: disconnect the connection, if we're out of message idsStefan Metzmacher2011-09-051-1/+15
* s3:smb2cli: don't use state->cli->smb2.mid++ as macro argumentStefan Metzmacher2011-09-051-1/+5
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-055-11/+22
* s3: Fix smbcontrol smbd idmap kill S-1-5-21-...Volker Lendecke2011-09-051-6/+20
* s3: Reformat msg_idmap.c to match Samba codingVolker Lendecke2011-09-051-13/+19
* libcli/smb: add PROTOCOL_SMB2_10Stefan Metzmacher2011-09-051-1/+2
* libcli/smb: remove PROTOCOL_SMB2 alias of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+0
* s3:smbd: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+1
* s4:libcli/raw: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+1
* s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/Stefan Metzmacher2011-09-054-8/+8
* s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher2011-09-058-9/+9
* s4:smb_server: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-053-3/+3
* s4:param: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+2
* libcli/smb: move smb2_signing.c to the toplevelStefan Metzmacher2011-09-057-13/+42
* s4-cracknames: fixed cracknames to use more specific searchAndrew Tridgell2011-09-051-13/+12
* s4-cldap: fixed cldap search based on dom_sidAndrew Tridgell2011-09-051-15/+4
* ndr: range check on push of dom_sid blobAndrew Tridgell2011-09-051-1/+4
* s4-ldb: allow decoding of trustAuthIncoming and trustAuthOutgoingAndrew Tridgell2011-09-052-0/+23
* heimdal: Try to handle the PAC checking when we are in a cross-realm environmentAndrew Bartlett2011-09-051-1/+10
* s4-samdb: added a few function comments for pydocAndrew Tridgell2011-09-051-0/+3
* s4-provision: these substitutuons are not used any moreAndrew Tridgell2011-09-051-4/+1
* drsblobs: fixed alignment of drs blobs authentication informationAndrew Tridgell2011-09-051-5/+5
* s4-torture: enable password comparison in drsblobs testAndrew Tridgell2011-09-051-2/+2
* s4-torture: fixed a ndr string errorAndrew Tridgell2011-09-051-1/+1
* s4-s3-upgrade Fix error handling in add_users_to_groupAndrew Bartlett2011-09-051-2/+5
* s4-schema consolidate schema handlingAndrew Bartlett2011-09-053-80/+48
* s3-spoolssd: Remove stale printers only on a valid pcap update.Andreas Schneider2011-09-051-2/+2
* s4-provision handle a number of invalid but real-world upgrade casesAndrew Bartlett2011-09-051-9/+36
* s4-provision Fix type error on existing idmap entries in s3 upgradeAndrew Bartlett2011-09-051-1/+1
* s4-dsdb Print clearer error messages when invalid account flags are specified...Andrew Bartlett2011-09-051-0/+9
* s4-provision Use ProvisioningError and the eadbAndrew Bartlett2011-09-052-6/+27
* s4-provision Add realm to DC configuration in upgrade_from_s3 testAndrew Bartlett2011-09-051-0/+1
* s4-provision Allow a missing idmap DB in upgrade.pyAndrew Bartlett2011-09-041-2/+9
* s4-provision cope with SID_NAME_WKN_GRP mappings in upgrade.pyAndrew Bartlett2011-09-041-1/+5
* s3:smb2cli: ask for a session key in smb2cli_sesssetup_send()Stefan Metzmacher2011-09-031-0/+3
* s3-spoolss: Fix bug #8236 empty notify servername.Andreas Schneider2011-09-031-0/+9
* Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-031-4/+21
* Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-8/+11
* Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-7/+6
* Part 2 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-0/+38
* Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-72/+0
* s3:registry: fix a debug message typoMichael Adam2011-09-021-1/+1
* s3:registry: introduce a define REGDB_CODE_VERSION and use it in regdb code.Michael Adam2011-09-022-9/+9
* s3:registry: rename REGVE_Vx toREGDB_VERSION_Vx for consistencyMichael Adam2011-09-022-15/+15
* s3:registry: implement regdb_set_secdesc() with regdb_trans_do()Michael Adam2011-09-021-22/+43
* s3:registry: implement regdb_store_values() with regdb_trans_do()Michael Adam2011-09-011-1/+26