summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell1-2/+0
2007-10-10r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULTStefan Metzmacher2-2/+10
2007-10-10r1957: add cmdline_set_* functionsStefan Metzmacher2-21/+31
2007-10-10r1952: change the _RPC levels into _SAMRStefan Metzmacher2-100/+134
2007-10-10r1951: add 'net password set' callStefan Metzmacher1-0/+82
2007-10-10r1950: implement libnet_SetPassword_rpc()Stefan Metzmacher1-2/+207
2007-10-10r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2-11/+39
2007-10-10r1947: fix cup & paste errorsStefan Metzmacher1-14/+18
2007-10-10r1944: put ldif functions in a separate fileSimo Sorce4-412/+440
2007-10-10r1943: don't use the with --enable-*developer selected flags forStefan Metzmacher4-8/+28
2007-10-10r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell3-1/+7
2007-10-10r1929: CHeck if cpp on AIX likes /* */ better then //Jelmer Vernooij1-2/+2
2007-10-10r1928: give up on NT_STATUS_PASSWORD_RESTRICTIONStefan Metzmacher1-0/+3
2007-10-10r1927: allow the domain to be a ip addressStefan Metzmacher1-0/+5
2007-10-10r1926: fallback to other SAMR ChangePasswordUser levelsStefan Metzmacher1-5/+121
2007-10-10r1925: now we lookup the domain controllerStefan Metzmacher2-9/+62
2007-10-10r1920: This needs more inspection by the IDL experts. Reverting my last change.Volker Lendecke2-158/+158
2007-10-10r1919: paasword change basicly works now:-)Stefan Metzmacher4-6/+46
2007-10-10r1917: Attempt to push the AIX machine a bit further in the compile. I'm not ...Volker Lendecke2-158/+158
2007-10-10r1916: return a more clear error, we are miss configure in this caseStefan Metzmacher1-1/+1
2007-10-10r1915: use popt's cmdline_auth_info to fill the net_contextStefan Metzmacher2-11/+22
2007-10-10r1914: use common popt stuff in netStefan Metzmacher1-9/+8
2007-10-10r1913: add --version backStefan Metzmacher1-0/+1
2007-10-10r1912: move popt_common.hStefan Metzmacher2-1/+1
2007-10-10r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher3-27/+90
2007-10-10r1910: this should not be a local var in this blockStefan Metzmacher1-1/+1
2007-10-10r1909: nicer formatStefan Metzmacher1-2/+2
2007-10-10r1907: init the configurationStefan Metzmacher3-1/+13
2007-10-10r1905: add -Werror-implicit-function-declaration with --enable-developerStefan Metzmacher3-1/+6
2007-10-10r1904: catch the common gtk function prototypes with make protoStefan Metzmacher1-1/+2
2007-10-10r1903: hmm a better solution is to include popt.h where it is neededStefan Metzmacher2-1/+2
2007-10-10r1902: we need to include popt.h before popt_common.hStefan Metzmacher2-2/+1
2007-10-10r1901: add missing include of <fnmatch.h>Stefan Metzmacher1-0/+1
2007-10-10r1900: fix function prototypesStefan Metzmacher2-5/+4
2007-10-10r1898: Check the context we are going to return.Simo Sorce1-1/+5
2007-10-10r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell6-45/+51
2007-10-10r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell1-1/+1
2007-10-10r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definitionAndrew Tridgell1-0/+3
2007-10-10r1894: Convert // to /* */Volker Lendecke4-5/+5
2007-10-10r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell1-0/+15
2007-10-10r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell1-1/+13
2007-10-10r1886: Fix the buildVolker Lendecke1-3/+3
2007-10-10r1884: remove empty header fileStefan Metzmacher2-1/+0
2007-10-10r1883: I don't know why this was broken...Stefan Metzmacher1-3/+3
2007-10-10r1881: empty structs are not allowed by all compilersStefan Metzmacher1-0/+1
2007-10-10r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de...Stefan Metzmacher1-7/+6
2007-10-10r1879: - add a user sub struct in net_contextStefan Metzmacher4-23/+172
2007-10-10r1878: implemet libnet_context_{init,destroy}Stefan Metzmacher3-1/+61
2007-10-10r1877: since make proto catches all functionsStefan Metzmacher2-1/+1
2007-10-10r1876: rewrite net command completelyStefan Metzmacher5-567/+111