Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r6338: ADS style GETDC response now works well enough that WinXP can join | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6331: added IDL and test suite for the ADS style response to a datagram netl... | Andrew Tridgell | 1 | -0/+63 |
2007-10-10 | r6325: Rename aliasname -> alias_name in CreateDomAlias function. | Tim Potter | 1 | -4/+4 |
2007-10-10 | r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent by | Andrew Tridgell | 2 | -2/+121 |
2007-10-10 | r6315: Allow sane session setup behaviour on SPNEGO regarding VUIDs. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r6314: A more complete RAW-CONTEXT test. This Samba4 currently fails, but it | Andrew Bartlett | 1 | -6/+65 |
2007-10-10 | r6288: the nbt dgram server now responds to GETDC requests. It works with our | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r6286: Add back metze's test of setting a trust password to ''. I removed | Andrew Bartlett | 1 | -5/+33 |
2007-10-10 | r6247: added the server side code for receiving mailslot requests, and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6246: stop waiting when we get a reply | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r6245: receive and parse the GETDC response in the NBT-DGRAM test. The test | Andrew Tridgell | 1 | -1/+21 |
2007-10-10 | r6223: added a bit more datagram infrastructure and the beginnings of a test | Andrew Tridgell | 3 | -1/+127 |
2007-10-10 | r6206: go baack 10 revisions to get DatabaseDeltas, this shows that the bdc only | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r6197: fix for my last commit, I removed SPOOLSS_ARCHITECTURE, which was "Arc... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r6195: I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86, but I could be wrong. | Richard Sharpe | 1 | -1/+1 |
2007-10-10 | r6194: - fix some spoolss_*Form names and types | Stefan Metzmacher | 1 | -25/+69 |
2007-10-10 | r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need | Stefan Metzmacher | 1 | -7/+626 |
2007-10-10 | r6165: fixed up the userinfo composite code. Fixes include: | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r6109: nicer way to handle compression in the torture test | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobody | Andrew Bartlett | 1 | -41/+17 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 12 | -56/+52 |
2007-10-10 | r6000: add some notes about the cases where compression (or what ever this is) | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r5999: ups, remove the testvalue that I used against my w2k3 server | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5998: I was wrong with the highwater mark... | Stefan Metzmacher | 1 | -13/+20 |
2007-10-10 | r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes the | Jelmer Vernooij | 1 | -19/+6 |
2007-10-10 | r5976: SIDs can't have more then 5 subauths (caught by [validate] and | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5963: Fix parameter passing for gentest and locktest | Jelmer Vernooij | 2 | -17/+21 |
2007-10-10 | r5949: give things more meaning, and reuse structs where it is possible | Stefan Metzmacher | 1 | -36/+36 |
2007-10-10 | r5947: print out the password hashes when -d 100 is in use, | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r5942: A couple of small changes to fix things up with the new credentials | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 34 | -252/+325 |
2007-10-10 | r5929: Use cli_credentials for the SMB functions as well. | Jelmer Vernooij | 4 | -54/+22 |
2007-10-10 | r5928: Use cli_credentials in: | Jelmer Vernooij | 9 | -84/+72 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 14 | -277/+357 |
2007-10-10 | r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r5878: Be clear which machine name (We have one worksation, and one BDC) we | Andrew Bartlett | 1 | -7/+7 |
2007-10-10 | r5876: Add a test account for the duration of the samsync - to ensure we have | Andrew Bartlett | 2 | -19/+62 |
2007-10-10 | r5866: Add InitShutdown IDL and torture test. | Jelmer Vernooij | 4 | -8/+164 |
2007-10-10 | r5830: start to analyse the attribute values, depending on the attribute type | Stefan Metzmacher | 1 | -3/+26 |
2007-10-10 | r5799: more DsGetNCChanges updates, I'm starting to understand it... | Stefan Metzmacher | 1 | -16/+94 |
2007-10-10 | r5783: Test renaming of accounts in the RPC-SAMR test, and add support into | Andrew Bartlett | 1 | -14/+34 |
2007-10-10 | r5775: Remove some unused functions (unions are no longer as special as they ... | Jelmer Vernooij | 2 | -6/+10 |
2007-10-10 | r5742: - add torture test and idl for DsReplicaUpdateRefs() | Stefan Metzmacher | 1 | -5/+65 |
2007-10-10 | r5730: More fun with delayed write semantics with multiple file handles | Jeremy Allison | 1 | -2/+168 |
2007-10-10 | r5681: fix the build and compiler wanings | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r5679: Complete basic test of rpc_composite_userinfo function (which | Rafal Szczesniak | 1 | -3/+151 |
2007-10-10 | r5678: Torture tests require also libnet in order to run NET-* tests. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r5676: Fix some alignment issues and IRemoteActivation | Jelmer Vernooij | 1 | -0/+1 |