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_rpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some warnings found by the Sun C compiler
Gerald Carter
2003-09-22
1
-1
/
+1
*
In case of 'net rpc trustdom add' without domain name we were silently
Rafal Szczesniak
2003-08-15
1
-2
/
+7
*
Give a temporary hint on how to delete trust account.
Rafal Szczesniak
2003-08-15
1
-0
/
+1
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-2
/
+2
*
get rid of warning on IRIX
Herb Lewis
2003-08-15
1
-10
/
+8
*
Small typo fix found while testing domain trusts.
Rafal Szczesniak
2003-08-13
1
-1
/
+1
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-6
/
+6
*
large change:
Gerald Carter
2003-06-25
1
-1
/
+1
*
Fix for bug#3. Show comments when doing 'net group -l'.
Volker Lendecke
2003-06-12
1
-16
/
+80
*
Working on bug#3. We want all of the aliases, so start with 0.
Volker Lendecke
2003-06-12
1
-0
/
+2
*
Fix compile.
Andrew Bartlett
2003-05-11
1
-1
/
+1
*
Set the password for a newly created trustdom account. Tested against
Volker Lendecke
2003-05-11
1
-3
/
+34
*
Fix the spinning bug for 'net rpc user' as well - there are more errors in
Andrew Bartlett
2003-05-07
1
-4
/
+4
*
Turn off using lsa_qos in OpenPolicy call. This way we avoid annoying
Rafal Szczesniak
2003-05-05
1
-2
/
+2
*
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
2003-05-01
1
-39
/
+17
*
Allow net rpc user -l to list longer than 50 characters in a user comment.
Jim McDonough
2003-04-29
1
-1
/
+1
*
Merge of missed another while condition when enumerating aliases.
Tim Potter
2003-04-25
1
-1
/
+1
*
Merge:
Tim Potter
2003-04-25
1
-2
/
+2
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-24
/
+61
*
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
Jeremy Allison
2003-04-16
1
-0
/
+2
*
- Change ADS CHOSTPASS -> ADS CHANGETRUSTPW
Jelmer Vernooij
2003-04-14
1
-2
/
+2
*
Merge of bugfix for cli_lsa_query_info_policy() usage.
Tim Potter
2003-04-14
1
-5
/
+7
*
Merge tpot's changes to request the correct sizes for user dispinfo
Jeremy Allison
2003-01-29
1
-2
/
+9
*
Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1
Andrew Bartlett
2003-01-04
1
-10
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-18
/
+5
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-6
/
+6
*
Merge a bunch of trivial changes from HEAD. The difference remaining
Tim Potter
2002-11-29
1
-3
/
+4
*
Updates from HEAD:
Andrew Bartlett
2002-11-15
1
-0
/
+2
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-7
/
+4
*
port sec_desc headers reordering from HEAD.
Simo Sorce
2002-11-02
1
-2
/
+2
*
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-27
/
+27
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-5
/
+14
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-18
/
+87
*
sync 3.0 branch with HEAD
Jelmer Vernooij
2002-08-17
1
-54
/
+314
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-30
/
+641
*
Lots more net consistency work:
Jim McDonough
2002-04-05
1
-12
/
+332
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-8
/
+8
*
Don't use // even temporarily, lest ye forget it and check it in...
Jim McDonough
2002-03-16
1
-3
/
+3
*
Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub...
Jim McDonough
2002-03-15
1
-16
/
+17
*
Some help cleanups. Formatting and consistency issues. Line up text nicely,...
Jim McDonough
2002-03-15
1
-6
/
+38
*
nicer output from "net rpc user add"
Andrew Tridgell
2002-03-15
1
-0
/
+6
*
The beginning of trusted and trusting domain support from
Andrew Bartlett
2002-03-01
1
-2
/
+370
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+0
*
Add 'net rpc shutdown' and 'net rpc abortshutdown'.
Andrew Bartlett
2001-12-31
1
-7
/
+168
*
Add a pile of doxygen style comments to various parts of Samba. Many of these
Andrew Bartlett
2001-12-30
1
-47
/
+227
*
OK. Smbpasswd -j is DEAD.
Andrew Bartlett
2001-12-05
1
-5
/
+63
*
Add a mechinism to allow for sane porting of rpcclient components into the new
Andrew Bartlett
2001-12-05
1
-0
/
+166
*
Add 'net rpc join' to match the ADS equiv.
Andrew Bartlett
2001-12-04
1
-1
/
+2
*
This is another major rework of the 'net' command.
Andrew Bartlett
2001-12-03
1
-0
/
+36