Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r1795: Fix the multiple session setup torture tests. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r1794: fix the build MIT krb5 | Stefan Metzmacher | 3 | -5/+9 |
2007-10-10 | r1793: try to bind multiple times as anonimous and user | Simo Sorce | 3 | -7/+98 |
2007-10-10 | r1792: split ldap_setup_connection() and provide an ldap_bind_simple() function | Simo Sorce | 1 | -22/+42 |
2007-10-10 | r1790: a few updates on krb5 PAC... | Stefan Metzmacher | 2 | -14/+34 |
2007-10-10 | r1786: Add support for the 'helpstring' attribute on interfaces | Jelmer Vernooij | 4 | -1/+12 |
2007-10-10 | r1785: remove unneeded dependencies on openldap client libraries | Simo Sorce | 3 | -17/+4 |
2007-10-10 | r1784: a few minor changes and debug the decoded PAC_DATA | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r1774: Add the uuids of the known exchange pipes | Jelmer Vernooij | 4 | -0/+81 |
2007-10-10 | r1773: fix the build | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r1771: OK Let's add tests for ldap. | Simo Sorce | 7 | -5/+105 |
2007-10-10 | r1770: here's the krb5 server code, | Stefan Metzmacher | 5 | -37/+328 |
2007-10-10 | r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO... | Andrew Bartlett | 3 | -5/+46 |
2007-10-10 | r1768: Add some debugs to assist in SMB signing debugging. | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r1767: Checkin of workarea. Sorry Jelmer but this overwrites some of your ch... | Tim Potter | 7 | -1139/+1039 |
2007-10-10 | r1766: we do not have smb_read_error in samba4 | Simo Sorce | 1 | -4/+0 |
2007-10-10 | r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO, | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r1761: start porting valuable volker's work on ldap from trunk | Simo Sorce | 1 | -64/+62 |
2007-10-10 | r1760: name the struct | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r1759: Add some helper functions to read and write data to a socket with time... | Simo Sorce | 1 | -0/+112 |
2007-10-10 | r1758: Move and enhance the add_string_to_array function as per volker job on... | Simo Sorce | 2 | -15/+18 |
2007-10-10 | r1757: much simpler (and smaller, faster etc) way of doing relative pointers | Andrew Tridgell | 5 | -88/+116 |
2007-10-10 | r1756: merge volkers ldap client lib to samba4 for simo to start with the | Stefan Metzmacher | 8 | -28/+2379 |
2007-10-10 | r1752: Fix compile bugs on C (rather than C++) tolerant compilers. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1749: added some random stuff that captures some discussions volker and I | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r1748: don't segfault if there's no ticket | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1747: don't segfault when the spnego mech only use one call from the client ... | Stefan Metzmacher | 1 | -9/+19 |
2007-10-10 | r1746: Remove more cruft from the SMB signing code. | Andrew Bartlett | 1 | -36/+20 |