summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* r12338: add ifdef DEBUG_PASSWORD before printing clear text password.Günther Deschner2007-10-101-0/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10909: Give better shutdown messagesJim McDonough2007-10-101-15/+19
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-469/+620
* r10431: fix segfault when the pip open fails in 'net rpc' commandsGerald Carter2007-10-101-0/+2
* r10247: Fix help text for net rpc shutdown.Jim McDonough2007-10-101-1/+4
* r9787: BUG 2998: patch from Humberto Diogenes <virtual.spirit@digizap.com.br>...Gerald Carter2007-10-101-0/+1
* r8935: Fix signed/unsigned comparison warning. Bugzilla #2943.Tim Potter2007-10-101-2/+2
* r8911: cosmetic fixes.Günther Deschner2007-10-101-5/+4
* r8833: Fix some uninitialized variables.Volker Lendecke2007-10-101-1/+1
* r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...Jim McDonough2007-10-101-0/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-4/+4
* r7876: Now that we have "net rpc share migrate security" completly remove theGünther Deschner2007-10-101-6/+3
* r7852: Correct fix from Lars for the argv issue.Jeremy Allison2007-10-101-15/+12
* r7849: Dodgy fix - we shouldn't be assuming argc++ points to a valid argv.Jeremy Allison2007-10-101-0/+1
* r7632: Cleanup "net share migrate"-code.Günther Deschner2007-10-101-122/+334
* r7609: Move top level dir handling in from of the loop. This makes the codeLars Müller2007-10-101-24/+56
* r7532: compile fix.Günther Deschner2007-10-101-1/+1
* r7512: Fix net share migrate files to also migrate the ACLs of the top levelLars Müller2007-10-101-79/+107
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-7/+9
* r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner2007-10-101-10/+199
* r6943: missed in last syncGerald Carter2007-10-101-1/+3
* r6880: Fix bug 2070 after positive feedback from Leon Vernikov. Thanks!Volker Lendecke2007-10-101-8/+16
* r6823: Add deletion confirmation / error message.John Terpstra2007-10-101-0/+5
* r6601: fixing query and set alias info calls (level 1 from theGerald Carter2007-10-101-4/+3
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-14/+0
* r6029: adding files necessary to support 'net rpc service' functions; will fi...Gerald Carter2007-10-101-0/+1
* r5954: Fix some compiler warnings and add missing exclude-block in "net rpcGünther Deschner2007-10-101-7/+16
* r5910: Partial fix for bug 2438. I'll leave the debug message in place, that ...Volker Lendecke2007-10-101-36/+16
* r5888: fix incorrect test - don't print anything if user is not in any groupsHerb Lewis2007-10-101-4/+1
* r5614: fix proto for copy_fn() after changes to cli_list()Gerald Carter2007-10-101-1/+1
* r5594: Fix comment to read "remove" instead of "add"Jim McDonough2007-10-101-1/+1
* r5591: Implement "net rpc trustdom del", including client side ofJim McDonough2007-10-101-5/+114
* r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough2007-10-101-10/+24
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-2/+2
* r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...Richard Sharpe2007-10-101-13/+19
* r4972: Fix a warning and some debugging-outputs.Günther Deschner2007-10-101-4/+4
* r4868: Add "net rpc user RENAME"-command.Günther Deschner2007-10-101-0/+128
* r4820: add beginnings of 'net rpc rights' for managing privilege assignmentsGerald Carter2007-10-101-7/+4
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-2/+2
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-15/+10
* r3771: Fix bug #1952: no comment on XP shutdownJim McDonough2007-10-101-11/+70
* r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner2007-10-101-0/+102
* r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke2007-10-101-0/+779
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r2746: Fix typos in net's usage-output.Günther Deschner2007-10-101-1/+1
* r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner2007-10-101-4/+6
* r1966: further work on and cleanup of the net-migration-tool.Günther Deschner2007-10-101-13/+64
* r1692: first commit :)Günther Deschner2007-10-101-1/+679