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