summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2007-10-105-123/+103
* r2000: remove unused varStefan Metzmacher2007-10-101-1/+0
* r1999: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1998: fix compiler warningStefan Metzmacher2007-10-101-2/+1
* r1997: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1996: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher2007-10-102-4/+3
* r1994: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett2007-10-103-12/+16
* r1992: Make the NTLMSSP torture test show more detail, and return failure etc.Andrew Bartlett2007-10-101-4/+22
* r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett2007-10-101-2/+12
* r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett2007-10-103-6/+6
* r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)Andrew Tridgell2007-10-101-2/+6
* r1988: Let Samba use all POSIX features available on VOS.Paul Green2007-10-101-2/+2
* r1986: Janitor for myself. Merge -r1907:1908 from SAMBA_3_0 branch.Tim Potter2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-1014-155/+148
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-103-19/+5
* 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