summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r1903: hmm a better solution is to include popt.h where it is neededStefan Metzmacher2007-10-102-1/+2
* r1902: we need to include popt.h before popt_common.hStefan Metzmacher2007-10-102-2/+1
* r1901: add missing include of <fnmatch.h>Stefan Metzmacher2007-10-101-0/+1
* r1900: fix function prototypesStefan Metzmacher2007-10-102-5/+4
* r1898: Check the context we are going to return.Simo Sorce2007-10-101-1/+5
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-106-45/+51
* r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell2007-10-101-1/+1
* r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definitionAndrew Tridgell2007-10-101-0/+3
* r1894: Convert // to /* */Volker Lendecke2007-10-104-5/+5
* r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell2007-10-101-0/+15
* r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell2007-10-101-1/+13
* r1886: Fix the buildVolker Lendecke2007-10-101-3/+3
* r1884: remove empty header fileStefan Metzmacher2007-10-102-1/+0
* r1883: I don't know why this was broken...Stefan Metzmacher2007-10-101-3/+3
* r1881: empty structs are not allowed by all compilersStefan Metzmacher2007-10-101-0/+1
* r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de...Stefan Metzmacher2007-10-101-7/+6
* r1879: - add a user sub struct in net_contextStefan Metzmacher2007-10-104-23/+172
* r1878: implemet libnet_context_{init,destroy}Stefan Metzmacher2007-10-103-1/+61
* r1877: since make proto catches all functionsStefan Metzmacher2007-10-102-1/+1
* r1876: rewrite net command completelyStefan Metzmacher2007-10-105-567/+111
* r1875: - move 'net' code into a subdirStefan Metzmacher2007-10-1012-6883/+0
* r1874: add dcerpc_errstr() function to display a fault code by name,Stefan Metzmacher2007-10-102-0/+60
* r1872: revert -r 1845 because the caling function should look at the fault_codeStefan Metzmacher2007-10-102-13/+3
* r1867: Add README file in build/pidl/Jelmer Vernooij2007-10-101-0/+35
* r1862: add invalid_creds ldap errorStefan Metzmacher2007-10-101-0/+1
* r1856: - move asn1 functions to asn1.cStefan Metzmacher2007-10-102-43/+71
* r1855: fix compiler warning and output fromattingStefan Metzmacher2007-10-101-2/+4
* r1851: if we try to peek a subtag, check if the parent tag has remaining dataStefan Metzmacher2007-10-101-0/+4
* r1850: when we have a username and use sign or seal on a dcerpc over npStefan Metzmacher2007-10-101-1/+2
* r1849: use LIBNDR_STRING_BYTESIZE hereStefan Metzmacher2007-10-101-2/+1
* r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZEStefan Metzmacher2007-10-101-1/+1
* r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher2007-10-103-6/+54
* r1846: add helpstringStefan Metzmacher2007-10-101-0/+1
* r1845: map DCERPC_FAULT_LOGON_FAILURE to NT_STATUS_LOGON_FAILUREStefan Metzmacher2007-10-102-3/+12
* r1844: fix the build,Stefan Metzmacher2007-10-101-1/+1
* r1843: return DCERPC_FAULT_LOGON_FAILURE when the auth failsStefan Metzmacher2007-10-101-1/+1
* r1842: add fault code that happens with wrong passwordStefan Metzmacher2007-10-101-0/+1
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-1037-132/+203
* r1836: - as abartlet said to me, we need to contact the users domain pdcfor d...Stefan Metzmacher2007-10-106-30/+188
* r1826: Implement some stub functions: ndr_pull_{save,restore,set_offset}()Tim Potter2007-10-103-6/+72
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-102-2/+8
* r1823: No real changes, I just did not like the ^M's an the line ends :-)Volker Lendecke2007-10-101-231/+232
* r1821: fixed reference to "status" that should be "result"Andrew Tridgell2007-10-101-1/+1
* r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell2007-10-102-5/+20
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-103-11/+17
* r1818: _really_ fixed epmapper this time, it was using more than one old rpc ...Andrew Tridgell2007-10-103-59/+50
* r1817: fixed fault code generation for unimplemented functions in epmapperAndrew Tridgell2007-10-101-5/+5
* r1816: here's the initial idea of libnetStefan Metzmacher2007-10-104-0/+191
* r1815: Update parser for recent changes to perl parser.Tim Potter2007-10-101-2/+1
* r1814: Fix the build.Volker Lendecke2007-10-102-63/+197