summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-1043-474/+284
* r1982: i is not initialised or usedAndrew Tridgell2007-10-101-2/+1
* r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell2007-10-102-1/+13
* r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell2007-10-101-2/+0
* r1961: print out the dcerpc fault code, when we got NT_STATUS_NET_WRITE_FAULTStefan Metzmacher2007-10-102-2/+10
* r1957: add cmdline_set_* functionsStefan Metzmacher2007-10-102-21/+31
* r1952: change the _RPC levels into _SAMRStefan Metzmacher2007-10-102-100/+134
* r1951: add 'net password set' callStefan Metzmacher2007-10-101-0/+82
* r1950: implement libnet_SetPassword_rpc()Stefan Metzmacher2007-10-101-2/+207
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-102-11/+39
* r1947: fix cup & paste errorsStefan Metzmacher2007-10-101-14/+18
* r1944: put ldif functions in a separate fileSimo Sorce2007-10-104-412/+440
* r1943: don't use the with --enable-*developer selected flags forStefan Metzmacher2007-10-104-8/+28
* r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2007-10-103-1/+7
* r1929: CHeck if cpp on AIX likes /* */ better then //Jelmer Vernooij2007-10-101-2/+2
* r1928: give up on NT_STATUS_PASSWORD_RESTRICTIONStefan Metzmacher2007-10-101-0/+3
* r1927: allow the domain to be a ip addressStefan Metzmacher2007-10-101-0/+5
* r1926: fallback to other SAMR ChangePasswordUser levelsStefan Metzmacher2007-10-101-5/+121
* r1925: now we lookup the domain controllerStefan Metzmacher2007-10-102-9/+62
* r1920: This needs more inspection by the IDL experts. Reverting my last change.Volker Lendecke2007-10-102-158/+158
* r1919: paasword change basicly works now:-)Stefan Metzmacher2007-10-104-6/+46
* r1917: Attempt to push the AIX machine a bit further in the compile. I'm not ...Volker Lendecke2007-10-102-158/+158
* r1916: return a more clear error, we are miss configure in this caseStefan Metzmacher2007-10-101-1/+1
* r1915: use popt's cmdline_auth_info to fill the net_contextStefan Metzmacher2007-10-102-11/+22
* r1914: use common popt stuff in netStefan Metzmacher2007-10-101-9/+8
* r1913: add --version backStefan Metzmacher2007-10-101-0/+1
* r1912: move popt_common.hStefan Metzmacher2007-10-102-1/+1
* r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher2007-10-103-27/+90
* r1910: this should not be a local var in this blockStefan Metzmacher2007-10-101-1/+1
* r1909: nicer formatStefan Metzmacher2007-10-101-2/+2
* r1907: init the configurationStefan Metzmacher2007-10-103-1/+13
* r1905: add -Werror-implicit-function-declaration with --enable-developerStefan Metzmacher2007-10-103-1/+6
* r1904: catch the common gtk function prototypes with make protoStefan Metzmacher2007-10-101-1/+2
* 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