Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6839: Add support for building subsystems as shared libraries. This can be | Jelmer Vernooij | 1 | -96/+96 |
2007-10-10 | r6814: fill in two more unknown values in cldap responses | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r6781: -add some comments on how attributes and objectClasses are identified ... | Stefan Metzmacher | 1 | -2/+83 |
2007-10-10 | r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOB | Andrew Tridgell | 1 | -0/+23 |
2007-10-10 | r6731: add a useful function for getting a guid with all bits to 0 | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r6720: added support for the remaining 2 types of CLDAP netlogon | Andrew Tridgell | 3 | -17/+95 |
2007-10-10 | r6719: pidl need to be told that the external type netr_SchannelType is an en... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r6693: first version of cldap client library, with async interface | Andrew Tridgell | 1 | -0/+46 |
2007-10-10 | r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()... | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r6620: the type 23 schannel bind uses a workstation name, not an account name | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r6577: Make test works without installation now. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r6574: send a value for embedded ref pointers, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6572: add "string_array" as new scalar type for handling SPOOLSS string array's | Stefan Metzmacher | 3 | -5/+82 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 5 | -34/+19 |
2007-10-10 | r6557: make srvsvc available on ncalrpc and ncacn_ip_tcp so we can do each | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC. | Andrew Bartlett | 3 | -13/+11 |
2007-10-10 | r6526: Rename this RPC fault. Everybody else calls this ACCESS_DENIED, and | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r6519: move string handling functions to a seperate file | Stefan Metzmacher | 4 | -476/+501 |
2007-10-10 | r6518: fix formatting | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6341: fixed the schannel idl to handle dotted names correctly | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r6338: ADS style GETDC response now works well enough that WinXP can join | Andrew Tridgell | 1 | -7/+21 |
2007-10-10 | r6331: added IDL and test suite for the ADS style response to a datagram netl... | Andrew Tridgell | 1 | -5/+44 |
2007-10-10 | r6325: Rename aliasname -> alias_name in CreateDomAlias function. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6323: added server side support for dgram NTLOGON requests. NT4 workstations... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r6321: added IDL and test suite for NBT dgram 'sam logon' request (sent by | Andrew Tridgell | 1 | -1/+44 |
2007-10-10 | r6320: some minor netlogon datagram fixes - NT4 can now join a Samba4 domain ... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r6295: - add idl for EcDoRpc from the exchange_emsmdb interface | Stefan Metzmacher | 1 | -1/+14 |
2007-10-10 | r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu... | Stefan Metzmacher | 2 | -0/+53 |
2007-10-10 | r6293: fix formating | Stefan Metzmacher | 1 | -49/+49 |
2007-10-10 | r6287: sorted out a small but surprisingly tricky dependency problem with the | Andrew Tridgell | 3 | -80/+137 |
2007-10-10 | r6272: For 'programmed' use of an anonymous account, we should use | Andrew Bartlett | 1 | -2/+9 |
2007-10-10 | r6248: added parsing of type 10 UAS announce netlogon packets | Andrew Tridgell | 1 | -1/+36 |
2007-10-10 | r6247: added the server side code for receiving mailslot requests, and | Andrew Tridgell | 1 | -1/+7 |
2007-10-10 | r6245: receive and parse the GETDC response in the NBT-DGRAM test. The test | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r6229: Back out these changes ... | Richard Sharpe | 1 | -15/+1 |
2007-10-10 | r6223: added a bit more datagram infrastructure and the beginnings of a test | Andrew Tridgell | 1 | -6/+32 |
2007-10-10 | r6219: This change allows us to fall back to authenticating without | Richard Sharpe | 1 | -1/+15 |
2007-10-10 | r6209: started added code to support mailslot requests over UDP/138 | Andrew Tridgell | 1 | -7/+79 |
2007-10-10 | r6194: - fix some spoolss_*Form names and types | Stefan Metzmacher | 1 | -27/+73 |
2007-10-10 | r6191: fix spoolss_Enum* push code | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r6189: move function to the right place | Stefan Metzmacher | 1 | -8/+5 |
2007-10-10 | r6188: correct fix for rev 6182 | Stefan Metzmacher | 1 | -6/+2 |
2007-10-10 | r6184: the beginnings of the libcli/dgram/ library, and the dgram | Andrew Tridgell | 1 | -0/+62 |
2007-10-10 | r6182: Jelmer, I think we need to initialize the switch_list, else we are | Richard Sharpe | 1 | -0/+4 |
2007-10-10 | r6181: Use ndr_print_set_switch_value() here as well. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 2 | -18/+14 |
2007-10-10 | r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need | Stefan Metzmacher | 2 | -2/+323 |
2007-10-10 | r6178: fix ncacn_np connection without sign or seal against NT4 | Stefan Metzmacher | 1 | -1/+4 |