bbaumbach/samba-autobuild/.git
2007-10-10 Andrew Tridgellr1972: cmdline_auth_info does not need to be declared...
2007-10-10 Stefan Metzmacherr1961: print out the dcerpc fault code, when we got...
2007-10-10 Stefan Metzmacherr1957: add cmdline_set_* functions
2007-10-10 Stefan Metzmacherr1952: change the _RPC levels into _SAMR
2007-10-10 Stefan Metzmacherr1951: add 'net password set' call
2007-10-10 Stefan Metzmacherr1950: implement libnet_SetPassword_rpc()
2007-10-10 Stefan Metzmacherr1949: provide functions to access the username, userdo...
2007-10-10 Stefan Metzmacherr1947: fix cup & paste errors
2007-10-10 Simo Sorcer1944: put ldif functions in a separate file
2007-10-10 Stefan Metzmacherr1943: don't use the with --enable-*developer selected...
2007-10-10 Andrew Tridgellr1941: - fixed an allocation error with querying securi...
2007-10-10 Jelmer Vernooijr1929: CHeck if cpp on AIX likes /* */ better then //
2007-10-10 Stefan Metzmacherr1928: give up on NT_STATUS_PASSWORD_RESTRICTION
2007-10-10 Stefan Metzmacherr1927: allow the domain to be a ip address
2007-10-10 Stefan Metzmacherr1926: fallback to other SAMR ChangePasswordUser levels
2007-10-10 Stefan Metzmacherr1925: now we lookup the domain controller
2007-10-10 Volker Lendecker1920: This needs more inspection by the IDL experts...
2007-10-10 Stefan Metzmacherr1919: paasword change basicly works now:-)
2007-10-10 Volker Lendecker1917: Attempt to push the AIX machine a bit further...
2007-10-10 Stefan Metzmacherr1916: return a more clear error, we are miss configure...
2007-10-10 Stefan Metzmacherr1915: use popt's cmdline_auth_info to fill the net_context
2007-10-10 Stefan Metzmacherr1914: use common popt stuff in net
2007-10-10 Stefan Metzmacherr1913: add --version back
2007-10-10 Stefan Metzmacherr1912: move popt_common.h
2007-10-10 Stefan Metzmacherr1911: merge a few popt parameters from 3.0 move some...
2007-10-10 Stefan Metzmacherr1910: this should not be a local var in this block
2007-10-10 Stefan Metzmacherr1909: nicer format
2007-10-10 Stefan Metzmacherr1907: init the configuration
2007-10-10 Stefan Metzmacherr1905: add -Werror-implicit-function-declaration with...
2007-10-10 Stefan Metzmacherr1904: catch the common gtk function prototypes with...
2007-10-10 Stefan Metzmacherr1903: hmm a better solution is to include popt.h where...
2007-10-10 Stefan Metzmacherr1902: we need to include popt.h before popt_common.h
2007-10-10 Stefan Metzmacherr1901: add missing include of <fnmatch.h>
2007-10-10 Stefan Metzmacherr1900: fix function prototypes
2007-10-10 Simo Sorcer1898: Check the context we are going to return.
2007-10-10 Andrew Tridgellr1897: added a choose_called_name() function that allow...
2007-10-10 Andrew Tridgellr1896: stricter check on packet parsing for NBT session...
2007-10-10 Andrew Tridgellr1895: added a note about OPEN_BY_FILE_ID to the ntcrea...
2007-10-10 Volker Lendecker1894: Convert // to /* */
2007-10-10 Andrew Tridgellr1893: add a commented out lump of code to implement...
2007-10-10 Andrew Tridgellr1892: this adds talloc_get_context(), which is somethi...
2007-10-10 Volker Lendecker1886: Fix the build
2007-10-10 Stefan Metzmacherr1884: remove empty header file
2007-10-10 Stefan Metzmacherr1883: I don't know why this was broken...
2007-10-10 Stefan Metzmacherr1881: empty structs are not allowed by all compilers
2007-10-10 Stefan Metzmacherr1880: bugger, now I have used gcc 3.4.1 myself and...
2007-10-10 Stefan Metzmacherr1879: - add a user sub struct in net_context
2007-10-10 Stefan Metzmacherr1878: implemet libnet_context_{init,destroy}
2007-10-10 Stefan Metzmacherr1877: since make proto catches all functions
2007-10-10 Stefan Metzmacherr1876: rewrite net command completely
2007-10-10 Stefan Metzmacherr1875: - move 'net' code into a subdir
2007-10-10 Stefan Metzmacherr1874: add dcerpc_errstr() function to display a fault...
2007-10-10 Stefan Metzmacherr1872: revert -r 1845 because the caling function shoul...
2007-10-10 Jelmer Vernooijr1867: Add README file in build/pidl/
2007-10-10 Stefan Metzmacherr1862: add invalid_creds ldap error
2007-10-10 Stefan Metzmacherr1856: - move asn1 functions to asn1.c
2007-10-10 Stefan Metzmacherr1855: fix compiler warning and output fromatting
2007-10-10 Stefan Metzmacherr1851: if we try to peek a subtag, check if the parent...
2007-10-10 Stefan Metzmacherr1850: when we have a username and use sign or seal...
2007-10-10 Stefan Metzmacherr1849: use LIBNDR_STRING_BYTESIZE here
2007-10-10 Stefan Metzmacherr1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING...
2007-10-10 Stefan Metzmacherr1847: add STR_BYTESIZE flag, to handle cases where
2007-10-10 Stefan Metzmacherr1846: add helpstring
2007-10-10 Stefan Metzmacherr1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGO...
2007-10-10 Stefan Metzmacherr1844: fix the build,
2007-10-10 Stefan Metzmacherr1843: return DCERPC_FAULT_LOGON_FAILURE when the auth...
2007-10-10 Stefan Metzmacherr1842: add fault code that happens with wrong password
2007-10-10 Jelmer Vernooijr1838: Updates from the airplane:
2007-10-10 Stefan Metzmacherr1836: - as abartlet said to me, we need to contact...
2007-10-10 Tim Potterr1826: Implement some stub functions: ndr_pull_{save...
2007-10-10 Andrew Tridgellr1824: nicer handling of NBT session replies, and handl...
2007-10-10 Volker Lendecker1823: No real changes, I just did not like the ^M...
2007-10-10 Andrew Tridgellr1821: fixed reference to "status" that should be ...
2007-10-10 Andrew Tridgellr1820: added a strcmp_safe() that handles NULL pointers...
2007-10-10 Andrew Tridgellr1819: changed "smb ports" to be a LIST parameter type...
2007-10-10 Andrew Tridgellr1818: _really_ fixed epmapper this time, it was using...
2007-10-10 Andrew Tridgellr1817: fixed fault code generation for unimplemented...
2007-10-10 Stefan Metzmacherr1816: here's the initial idea of libnet
2007-10-10 Tim Potterr1815: Update parser for recent changes to perl parser.
2007-10-10 Volker Lendecker1814: Fix the build.
2007-10-10 Stefan Metzmacherr1805: ...I just forgot to say that the sasl bind actua...
2007-10-10 Stefan Metzmacherr1804: get a bit closer to a sasl bind
2007-10-10 Stefan Metzmacherr1803: more progress on sasl binds, but decoding the...
2007-10-10 Simo Sorcer1802: start to support SASL in our ldap libraries
2007-10-10 Stefan Metzmacherr1801: fix the build
2007-10-10 Jelmer Vernooijr1799: List more uuids. From
2007-10-10 Stefan Metzmacherr1798: fix the build
2007-10-10 Andrew Bartlettr1796: Enable server-side SPNEGO, now that I have fixed...
2007-10-10 Andrew Bartlettr1795: Fix the multiple session setup torture tests.
2007-10-10 Stefan Metzmacherr1794: fix the build MIT krb5
2007-10-10 Simo Sorcer1793: try to bind multiple times as anonimous and...
2007-10-10 Simo Sorcer1792: split ldap_setup_connection() and provide an...
2007-10-10 Stefan Metzmacherr1790: a few updates on krb5 PAC...
2007-10-10 Jelmer Vernooijr1786: Add support for the 'helpstring' attribute on...
2007-10-10 Simo Sorcer1785: remove unneeded dependencies on openldap client...
2007-10-10 Stefan Metzmacherr1784: a few minor changes and debug the decoded PAC_DATA
2007-10-10 Jelmer Vernooijr1774: Add the uuids of the known exchange pipes
2007-10-10 Stefan Metzmacherr1773: fix the build
2007-10-10 Simo Sorcer1771: OK Let's add tests for ldap.
2007-10-10 Stefan Metzmacherr1770: here's the krb5 server code,
next