Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1894: Convert // to /* */ | Volker Lendecke | 4 | -5/+5 |
2007-10-10 | r1893: add a commented out lump of code to implement the "by the SPEC" | Andrew Tridgell | 1 | -0/+15 |
2007-10-10 | r1892: this adds talloc_get_context(), which is something I discussed at the | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r1886: Fix the build | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r1884: remove empty header file | Stefan Metzmacher | 2 | -1/+0 |
2007-10-10 | r1883: I don't know why this was broken... | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r1881: empty structs are not allowed by all compilers | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de... | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r1879: - add a user sub struct in net_context | Stefan Metzmacher | 4 | -23/+172 |
2007-10-10 | r1878: implemet libnet_context_{init,destroy} | Stefan Metzmacher | 3 | -1/+61 |
2007-10-10 | r1877: since make proto catches all functions | Stefan Metzmacher | 2 | -1/+1 |
2007-10-10 | r1876: rewrite net command completely | Stefan Metzmacher | 5 | -567/+111 |
2007-10-10 | r1875: - move 'net' code into a subdir | Stefan Metzmacher | 12 | -6883/+0 |
2007-10-10 | r1874: add dcerpc_errstr() function to display a fault code by name, | Stefan Metzmacher | 2 | -0/+60 |
2007-10-10 | r1872: revert -r 1845 because the caling function should look at the fault_code | Stefan Metzmacher | 2 | -13/+3 |
2007-10-10 | r1867: Add README file in build/pidl/ | Jelmer Vernooij | 1 | -0/+35 |
2007-10-10 | r1862: add invalid_creds ldap error | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1856: - move asn1 functions to asn1.c | Stefan Metzmacher | 2 | -43/+71 |
2007-10-10 | r1855: fix compiler warning and output fromatting | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r1851: if we try to peek a subtag, check if the parent tag has remaining data | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r1850: when we have a username and use sign or seal on a dcerpc over np | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1849: use LIBNDR_STRING_BYTESIZE here | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZE | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1847: add STR_BYTESIZE flag, to handle cases where | Stefan Metzmacher | 3 | -6/+54 |
2007-10-10 | r1846: add helpstring | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILURE | Stefan Metzmacher | 2 | -3/+12 |
2007-10-10 | r1844: fix the build, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth fails | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1842: add fault code that happens with wrong password | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1838: Updates from the airplane: | Jelmer Vernooij | 37 | -132/+203 |
2007-10-10 | r1836: - as abartlet said to me, we need to contact the users domain pdcfor d... | Stefan Metzmacher | 6 | -30/+188 |
2007-10-10 | r1826: Implement some stub functions: ndr_pull_{save,restore,set_offset}() | Tim Potter | 3 | -6/+72 |
2007-10-10 | r1824: nicer handling of NBT session replies, and handling of bad packets | Andrew Tridgell | 2 | -2/+8 |
2007-10-10 | r1823: No real changes, I just did not like the ^M's an the line ends :-) | Volker Lendecke | 1 | -231/+232 |
2007-10-10 | r1821: fixed reference to "status" that should be "result" | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1820: added a strcmp_safe() that handles NULL pointers. Needed for the | Andrew Tridgell | 2 | -5/+20 |
2007-10-10 | r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla... | Andrew Tridgell | 3 | -11/+17 |
2007-10-10 | r1818: _really_ fixed epmapper this time, it was using more than one old rpc ... | Andrew Tridgell | 3 | -59/+50 |
2007-10-10 | r1817: fixed fault code generation for unimplemented functions in epmapper | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r1816: here's the initial idea of libnet | Stefan Metzmacher | 4 | -0/+191 |
2007-10-10 | r1815: Update parser for recent changes to perl parser. | Tim Potter | 1 | -2/+1 |
2007-10-10 | r1814: Fix the build. | Volker Lendecke | 2 | -63/+197 |
2007-10-10 | r1805: ...I just forgot to say that the sasl bind actually works now:-) | Stefan Metzmacher | 3 | -0/+47 |
2007-10-10 | r1804: get a bit closer to a sasl bind | Stefan Metzmacher | 1 | -2/+19 |
2007-10-10 | r1803: more progress on sasl binds, but decoding the response still fails | Stefan Metzmacher | 2 | -4/+28 |
2007-10-10 | r1802: start to support SASL in our ldap libraries | Simo Sorce | 4 | -33/+230 |
2007-10-10 | r1801: fix the build | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r1799: List more uuids. From | Jelmer Vernooij | 24 | -122/+662 |
2007-10-10 | r1798: fix the build | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB | Andrew Bartlett | 10 | -123/+256 |