index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8911: cosmetic fixes.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r7998: Fix usage message
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r6277: This implements a new caching API for enumerating the pdb elements. It is
Volker Lendecke
2007-10-10
1
-48
/
+24
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-1
/
+1
*
r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.
Volker Lendecke
2007-10-10
1
-4
/
+42
*
r4850: Fix remaining pdb_setsampwent-calls.
Günther Deschner
2007-10-10
1
-3
/
+2
*
r4848: fix build; gd please check and make sure this is ok
Gerald Carter
2007-10-10
1
-1
/
+2
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-10
/
+10
*
r3761: Fix bug #1932: crash when non-root invokes net getlocalsid
Jim McDonough
2007-10-10
1
-1
/
+9
*
r2935: This is a long-standing one in my patch-queue: A pair of net commands
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
2007-10-10
1
-1
/
+1
*
r2832: Readd WKGUID-binding to match the correct default-locations of new
Günther Deschner
2007-10-10
1
-1
/
+1
*
r2080: Remove last traces of static migration to localhost. Needed to allow a
Günther Deschner
2007-10-10
1
-10
/
+14
*
r1966: further work on and cleanup of the net-migration-tool.
Günther Deschner
2007-10-10
1
-5
/
+9
*
r1716: Get rid of a compiler warning. "pipe" is a symbol that is defined as a...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r1692: first commit :)
Günther Deschner
2007-10-10
1
-5
/
+55
*
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r21: Ensure 'net' follows the behaviour of all other samba client tools,
Andrew Bartlett
2007-10-10
1
-5
/
+3
*
Two little annoyances:
Volker Lendecke
2004-03-18
1
-2
/
+1
*
Implement 'net groupmap set' and 'net groupmap cleanup'.
Volker Lendecke
2004-02-26
1
-0
/
+11
*
Fix bug in previous global_sam_sid() commit. I broke the 'read from
Andrew Bartlett
2004-02-25
1
-0
/
+6
*
I *hate* global variables...
Andrew Bartlett
2004-02-25
1
-0
/
+10
*
Display some nicer error messages for login via 'net'. I don't
Volker Lendecke
2004-01-21
1
-0
/
+8
*
I needed a decently parseable format of smbstatus. Looking at smbstatus code
Volker Lendecke
2003-12-01
1
-0
/
+1
*
Fix bug 451. Stop net -P from prompting for machine account password.
Jim McDonough
2003-10-23
1
-2
/
+2
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-4
/
+4
*
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
2003-09-23
1
-3
/
+3
*
Nobody complained on the team-list, so commit it ...
Volker Lendecke
2003-09-07
1
-0
/
+47
*
Fixed warnings in secret code.
Jeremy Allison
2003-08-28
1
-26
/
+0
*
fixing typos pointed out by Vance in WHATSNEW
Gerald Carter
2003-08-28
1
-0
/
+52
*
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
2003-08-19
1
-15
/
+23
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-2
/
+2
*
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
2003-07-22
1
-15
/
+0
*
According to the result of voting, net has default debug level with
Rafal Szczesniak
2003-07-19
1
-3
/
+12
*
more compile fixes for become/unbecome_root()
Gerald Carter
2003-07-09
1
-0
/
+15
*
large change:
Gerald Carter
2003-06-25
1
-8
/
+6
*
This removes the StrCaseCmp() stuff from 'net idmap' and 'net
Andrew Bartlett
2003-06-21
1
-144
/
+0
*
Ok, this patch removes the privilege stuff we had in, unused, for some time.
Simo Sorce
2003-06-18
1
-1
/
+1
*
Add 'net idmap restore'. This restores a broken idmap file
Volker Lendecke
2003-06-14
1
-0
/
+70
*
This patch modifies 'net rpc vampire' to add new and existing users to both
Andrew Bartlett
2003-06-14
1
-0
/
+4
*
Trivial extension to 'net' to dump current local idmap.
Volker Lendecke
2003-06-13
1
-0
/
+55
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-4
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+4
*
Make it easier to select which domain to show the sid for.
Andrew Bartlett
2003-04-21
1
-2
/
+2
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-5
/
+27
*
Merging smbgroupedit into 'net groupmap'. Not entirely done.
Gerald Carter
2003-04-19
1
-0
/
+21
*
- Change ADS CHOSTPASS -> ADS CHANGETRUSTPW
Jelmer Vernooij
2003-04-14
1
-0
/
+9
*
Merge:
Tim Potter
2003-04-14
1
-18
/
+9
*
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
2003-03-18
1
-1
/
+1
*
Merge: add popt_common_version to command line options table.
Tim Potter
2003-02-25
1
-0
/
+1
[next]