index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc_join.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...
Gerald Carter
1
-1
/
+1
2007-10-10
r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
Volker Lendecke
1
-2
/
+2
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
1
-1
/
+1
2004-02-08
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
1
-1
/
+1
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-8
/
+1
2004-01-15
Fix net rpc join (at least newstyle) after it was broken by changing
Jim McDonough
1
-5
/
+5
2003-11-22
Add support for variable-length session keys in our client code.
Andrew Bartlett
1
-4
/
+4
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-06-16
This glosses over John's problem at SambaXP 2003. When we want to join
Volker Lendecke
1
-3
/
+17
2003-06-16
Fix misleading debug message.
Volker Lendecke
1
-1
/
+1
2003-06-16
another improved debug statement
Andrew Tridgell
1
-1
/
+1
2003-06-08
Make sure that we use schannel (if configured) when checking for a valid
Andrew Bartlett
1
-12
/
+13
2003-04-22
Fix up bugs in the new 'store sec_channel type' code - we were always joining
Andrew Bartlett
1
-0
/
+3
2003-04-21
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
1
-19
/
+43
2003-04-14
Merge of Jelmer's usage updates for net.
Tim Potter
1
-1
/
+1
2003-02-24
Merge from HEAD client-side authentication changes:
Andrew Bartlett
1
-7
/
+1
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-1
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-6
/
+2
2002-10-04
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
1
-3
/
+3
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+2
2002-08-17
sync 3.0 branch with HEAD
Jelmer Vernooij
1
-23
/
+87
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-7
/
+3
2002-03-23
Join as a server trust account if the server role is either PDC or BDC.
Andrew Bartlett
1
-1
/
+1
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-3
/
+3
2002-03-15
Change new style join function name for clarity in net_rpc.c
Jim McDonough
1
-1
/
+1
2002-03-02
Allow Samba to trust NT4 Domains.
Andrew Bartlett
1
-1
/
+3
2002-01-30
Removed version number from file header.
Tim Potter
1
-1
/
+0
2001-12-30
Add a pile of doxygen style comments to various parts of Samba. Many of these
Andrew Bartlett
1
-3
/
+9
2001-12-14
Display a nice error message if the user%password specified for net rpc
Tim Potter
1
-2
/
+8
2001-12-14
Merge from 2.2 to allow net rpc join -U to complete even if the workstation
Tim Potter
1
-2
/
+5
2001-12-11
allow join of already joined domain
Andrew Tridgell
1
-60
/
+35
2001-12-05
OK. Smbpasswd -j is DEAD.
Andrew Bartlett
1
-4
/
+2
2001-12-05
Follow herb's suggestion and don't strdup a string to itself
Andrew Bartlett
1
-3
/
+6
2001-12-04
allow for passwords other than "samba2"
Andrew Tridgell
1
-1
/
+1
2001-12-04
Add 'net rpc join' to match the ADS equiv.
Andrew Bartlett
1
-0
/
+311
[prev]