Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21727: Walk some more of the error branches in the ChangePasswordUser server. | Andrew Bartlett | 1 | -0/+100 |
2007-10-10 | r21719: Try to cover more of the server-side password processing. | Andrew Bartlett | 1 | -16/+149 |
2007-10-10 | r21699: Because TALLOC_CTX is a void*, I didn't get a compiler warning about | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21697: Try to cover the 'bad session key' codepaths too. | Andrew Bartlett | 1 | -0/+54 |
2007-10-10 | r21696: Run the RPC-COUNTCALLS test to try and walk some of the NDR layer for | Andrew Bartlett | 1 | -28/+78 |
2007-10-10 | r21694: Some more testing updates. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r21693: Fix the RPC-SCANNER test. Share some code with the RPC-MGMT test to | Andrew Bartlett | 2 | -51/+14 |
2007-10-10 | r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. Add | James Peach | 1 | -3/+1 |
2007-10-10 | r21590: add RPC-HANDLES-MIXED-SHARED test, which shows that | Stefan Metzmacher | 1 | -0/+136 |
2007-10-10 | r21588: add a RPC-HANDLES-LSARPC-SHARED test, which demonstrates | Stefan Metzmacher | 2 | -1/+247 |
2007-10-10 | r21570: added a RPC-HANDLES test that tries to show that rpc policy handles | Andrew Tridgell | 2 | -0/+212 |
2007-10-10 | r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r21491: Verify that the DNS domain name is filled in on GUID searches in the | Andrew Bartlett | 1 | -0/+32 |
2007-10-10 | r21433: Get rid of the COM support code - it's not used and unmaintained. We can | Jelmer Vernooij | 2 | -3/+7 |
2007-10-10 | r21386: Run all NDR tests in the buildfarm, import some functions from Samba3... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r21337: add hack option to use DsGetNCChanges level 5 against w2k | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r21335: add dssync:save_pwd_blobs_dir=path/ option to store the password blobs | Stefan Metzmacher | 1 | -2/+22 |
2007-10-10 | r21272: in the history fields each hash is rid crypted on its own | Stefan Metzmacher | 1 | -46/+16 |
2007-10-10 | r21267: the first 4 bytes in each encrypted attribute is the crc32 | Stefan Metzmacher | 1 | -9/+30 |
2007-10-10 | r21261: add support for getting to the plain nthash (and I assume others too) | Stefan Metzmacher | 1 | -12/+74 |
2007-10-10 | r21245: combination "c[3] s[1] e[1] d[0]..." was successful!!!!!!!!!!!!!!!!!!... | Stefan Metzmacher | 1 | -266/+75 |
2007-10-10 | r21244: fix typo... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21243: create the infrastructure to test a lot of crypto combinations | Stefan Metzmacher | 1 | -1/+248 |
2007-10-10 | r21242: prepare trying to decrypt the encrypted attributes | Stefan Metzmacher | 1 | -5/+28 |
2007-10-10 | r21236: store and orint the dcerpc session key, gensec session key and user n... | Stefan Metzmacher | 1 | -1/+25 |
2007-10-10 | r21235: fix crash bug | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r21208: fix a crash bug caused by r21205 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r21205: Fix warning. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21178: Adapt RPC-SAMBA3-SHARESEC to new smbd behavior | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r21027: Print the name we fail on. I need to fix Samba4 to pass this. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r20831: Update RPC-SCANNER as well after IDL changes. | Jelmer Vernooij | 1 | -2/+5 |
2007-10-10 | r20830: merge mgmt work | Jelmer Vernooij | 1 | -22/+30 |
2007-10-10 | r20784: Add ref pointer | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r20676: Add ref pointer to fix warning. | Jelmer Vernooij | 2 | -10/+10 |
2007-10-10 | r20514: implement idl for DsGetNT4ChangeLog() which transferres the meta data | Stefan Metzmacher | 1 | -0/+59 |
2007-10-10 | r20510: fix spelling | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20504: we handle the attribute values always as DATA_BLOB's and | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20396: Missed one user of the renamed elements. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r20395: Decode more unknowns in the IDL. These are language and codepage IDs! | Andrew Bartlett | 1 | -17/+23 |
2007-10-10 | r20369: Remember to break if we find a match. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r20359: level -1 of DsGetDomainControllerInfo gives back a list | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because as | Andrew Bartlett | 1 | -97/+125 |
2007-10-10 | r20315: Implement the server side of DsGetDomainControllerInfo. This is a | Andrew Bartlett | 1 | -5/+0 |
2007-10-10 | r20297: Finally got to the bottom of why we were failing the RPC-CRACKNAMES | Andrew Bartlett | 1 | -11/+29 |
2007-10-10 | r20295: Add a couple more tests to the CrackNames test. | Andrew Bartlett | 1 | -0/+14 |
2007-10-10 | r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf... | Stefan Metzmacher | 2 | -4/+4 |
2007-10-10 | r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct | Andrew Bartlett | 1 | -0/+17 |
2007-10-10 | r20145: fix whitespaces | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r20115: from Julien Kerihuel <j.kerihuel@openchange.org>, thanks!: | Stefan Metzmacher | 1 | -4/+14 |
2007-10-10 | r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and in | Andrew Bartlett | 3 | -56/+129 |