summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-7/+10
2007-10-10r8911: cosmetic fixes.Günther Deschner1-1/+1
2007-10-10r7998: Fix usage messageVolker Lendecke1-1/+1
2007-10-10r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke1-48/+24
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.Volker Lendecke1-4/+42
2007-10-10r4850: Fix remaining pdb_setsampwent-calls.Günther Deschner1-3/+2
2007-10-10r4848: fix build; gd please check and make sure this is okGerald Carter1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-10/+10
2007-10-10r3761: Fix bug #1932: crash when non-root invokes net getlocalsidJim McDonough1-1/+9
2007-10-10r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke1-0/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r2832: Readd WKGUID-binding to match the correct default-locations of newGünther Deschner1-1/+1
2007-10-10r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner1-10/+14
2007-10-10r1966: further work on and cleanup of the net-migration-tool.Günther Deschner1-5/+9
2007-10-10r1716: Get rid of a compiler warning. "pipe" is a symbol that is defined as a...Volker Lendecke1-2/+2
2007-10-10r1692: first commit :)Günther Deschner1-5/+55
2007-10-10r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke1-1/+2
2007-10-10r21: Ensure 'net' follows the behaviour of all other samba client tools,Andrew Bartlett1-5/+3
2004-03-18Two little annoyances:Volker Lendecke1-2/+1
2004-02-26Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke1-0/+11
2004-02-25Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett1-0/+6
2004-02-25I *hate* global variables...Andrew Bartlett1-0/+10
2004-01-21Display some nicer error messages for login via 'net'. I don'tVolker Lendecke1-0/+8
2003-12-01I needed a decently parseable format of smbstatus. Looking at smbstatus codeVolker Lendecke1-0/+1
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough1-2/+2
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-4/+4
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-3/+3
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+47
2003-08-28Fixed warnings in secret code.Jeremy Allison1-26/+0
2003-08-28fixing typos pointed out by Vance in WHATSNEWGerald Carter1-0/+52
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-15/+23
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-2/+2
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-15/+0
2003-07-19According to the result of voting, net has default debug level withRafal Szczesniak1-3/+12
2003-07-09more compile fixes for become/unbecome_root()Gerald Carter1-0/+15
2003-06-25large change:Gerald Carter1-8/+6
2003-06-21This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett1-144/+0
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-1/+1
2003-06-14Add 'net idmap restore'. This restores a broken idmap fileVolker Lendecke1-0/+70
2003-06-14This patch modifies 'net rpc vampire' to add new and existing users to bothAndrew Bartlett1-0/+4
2003-06-13Trivial extension to 'net' to dump current local idmap.Volker Lendecke1-0/+55
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-4/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+4
2003-04-21Make it easier to select which domain to show the sid for.Andrew Bartlett1-2/+2
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-5/+27
2003-04-19Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter1-0/+21
2003-04-14- Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij1-0/+9
2003-04-14Merge:Tim Potter1-18/+9
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-1/+1