summaryrefslogtreecommitdiff
path: root/source4/utils/net/net_password.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-16Avoid event_find_context() when the event context is already availableJelmer Vernooij1-2/+2
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-9/+10
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett1-2/+2
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett1-2/+2
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-4/+4
2007-10-10r7249: Cope with struct member renameJelmer Vernooij1-2/+2
2007-10-10r5924: Use cli_credentials in libnet/.Jelmer Vernooij1-6/+2
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij1-11/+12
2007-10-10r5425: Convert function tables to new structure (with description)Rafal Szczesniak1-30/+13
2007-10-10r5400: Slightly better handling of help messages in net tool.Rafal Szczesniak1-6/+7
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r4341: Fix const warning.Tim Potter1-1/+1
2007-10-10r3478: split out some more pieces of includes.hAndrew Tridgell1-0/+2
2007-10-10r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell1-0/+1
2007-10-10r1951: add 'net password set' callStefan Metzmacher1-0/+82
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 Metzmacher1-1/+2
2007-10-10r1879: - add a user sub struct in net_contextStefan Metzmacher1-0/+100