summaryrefslogtreecommitdiff
path: root/source4/utils
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3478: split out some more pieces of includes.hAndrew Tridgell3-0/+5
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2-0/+2
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell3-0/+4
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-5/+5
2007-10-10r3415: Add support for parsing a Request file before a Reply file so we canJelmer Vernooij1-9/+41
2007-10-10r3323: more warning reductionsAndrew Tridgell1-1/+1
2007-10-10r3291: fix the build, thx to pipitas for finding thisStefan Metzmacher2-6/+7
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-3/+3
2007-10-10r3006: PoptifyJelmer Vernooij1-16/+26
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-1/+1
2007-10-10r2630: I missed a couple of places in the gensec talloc conversionAndrew Tridgell1-3/+3
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-2/+2
2007-10-10r2612: Ensure ntlm_auth always logs to stderr.Andrew Bartlett1-2/+2
2007-10-10r2611: Try to make Samba4's ntlm_auth more consistant with Samba 3.0.Andrew Bartlett1-8/+5
2007-10-10r2597: A small program that takes SID strings on stdin and produces a marshalledTim Potter3-0/+93
2007-10-10r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n...Tim Potter2-2/+24
2007-10-10r2576: Some userspace tools for getting and setting ntacls via the 'security....Tim Potter4-0/+252
2007-10-10r2546: Remove another strupper_m() that we don't need.Andrew Bartlett1-1/+0
2007-10-10r2074: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r2066: add 'net time' commandStefan Metzmacher3-1/+88
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-5/+7
2007-10-10r1951: add 'net password set' callStefan Metzmacher1-0/+82
2007-10-10r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher1-10/+3
2007-10-10r1919: paasword change basicly works now:-)Stefan Metzmacher1-0/+3
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-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-10r1877: since make proto catches all functionsStefan Metzmacher1-1/+0
2007-10-10r1876: rewrite net command completelyStefan Metzmacher5-567/+111
2007-10-10r1875: - move 'net' code into a subdirStefan Metzmacher12-6883/+0
2007-10-10r1844: fix the build,Stefan Metzmacher1-1/+1
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij3-1/+15
2007-10-10r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij1-1/+5
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher7-267/+267
2007-10-10r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell1-1/+1
2007-10-10r1356: Fix logic bugs in ntlm_auth.Andrew Bartlett1-3/+7
2007-10-10r1305: Grrr, fix my build breakage...Andrew Bartlett1-1/+1
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-201/+215
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-762/+70
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett3-321/+1305
2007-10-10r1135: - allow integer function numbers in ndrdumpAndrew Tridgell1-0/+5
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher4-10/+10
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2-8/+8
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2-3/+3
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher4-10/+10
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1