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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-16
Make net rpc vampire return an error if the sam sync RPC returns an error.
Tim Potter
1
-9
/
+29
2003-06-16
another improved debug statement
Andrew Tridgell
1
-1
/
+1
2003-06-14
Add 'net idmap restore'. This restores a broken idmap file
Volker Lendecke
2
-0
/
+73
2003-06-14
This patch modifies 'net rpc vampire' to add new and existing users to both
Andrew Bartlett
2
-20
/
+43
2003-06-13
Trivial extension to 'net' to dump current local idmap.
Volker Lendecke
2
-0
/
+62
2003-06-12
Fix for bug#3. Show comments when doing 'net group -l'.
Volker Lendecke
1
-16
/
+80
2003-06-12
Working on bug#3. We want all of the aliases, so start with 0.
Volker Lendecke
1
-0
/
+2
2003-06-10
More updates on editreg.c to bring it better in line with the Samba source.
Richard Sharpe
1
-21
/
+21
2003-06-10
use lp_realm() to find the default realm for 'net ads password'
Andrew Tridgell
1
-10
/
+24
2003-06-08
Make sure that we use schannel (if configured) when checking for a valid
Andrew Bartlett
1
-12
/
+13
2003-05-30
Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so
Jim McDonough
1
-1
/
+2
2003-05-29
Setting account policy values is done using -C, not -V. Fixes bug #120
Jelmer Vernooij
1
-1
/
+1
2003-05-20
Fix bug #96: Use DNS decompression to properly parse cldap netlogon
Jim McDonough
1
-110
/
+132
2003-05-15
Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.
Jeremy Allison
1
-1
/
+1
2003-05-12
Fix obvious compiler warnings.
Jeremy Allison
2
-2
/
+1
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
2
-37
/
+27
2003-05-12
Re-enable secure channel for net rpc vampire.
Tim Potter
1
-8
/
+13
2003-05-12
Fix up a bit of my sloppy C.
Andrew Bartlett
1
-3
/
+2
2003-05-12
Give up on the idea of avoiding lp_load() in ntlm_auth....
Andrew Bartlett
1
-8
/
+18
2003-05-12
Make it possible to actually use --user-SID and --group-SID on a standard com...
Andrew Bartlett
1
-2
/
+2
2003-05-11
Fix compile.
Andrew Bartlett
1
-1
/
+1
2003-05-11
Set the password for a newly created trustdom account. Tested against
Volker Lendecke
1
-3
/
+34
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
15
-34
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
15
-0
/
+34
2003-05-09
Finally get NTLMv2 working on the client!
Andrew Bartlett
1
-84
/
+29
2003-05-09
Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...
Jim McDonough
1
-2
/
+2
2003-05-09
Sync up to head ...
Richard Sharpe
1
-34
/
+100
2003-05-09
Sync to the changes in head ...
Richard Sharpe
1
-1
/
+1
2003-05-09
Added some more diagnostic tests to check out a theory that having either hash
Tim Potter
1
-12
/
+174
2003-05-09
Fix up a bunch of problems in editreg.c
Richard Sharpe
1
-16
/
+16
2003-05-08
This puts real netlogon connection caching to winbind. This becomes
Volker Lendecke
1
-1
/
+7
2003-05-07
Fix the spinning bug for 'net rpc user' as well - there are more errors in
Andrew Bartlett
1
-4
/
+4
2003-05-05
Fix up some of the warnings that the build farm is finding ...
Richard Sharpe
1
-3
/
+2
2003-05-05
Syncronize head editreg.c with 3.0.0 ...
Richard Sharpe
1
-93
/
+1200
2003-05-05
We also get back the LM session key on pure 'NTLM' logins.
Andrew Bartlett
1
-1
/
+16
2003-05-05
Turn off using lsa_qos in OpenPolicy call. This way we avoid annoying
Rafal Szczesniak
1
-2
/
+2
2003-05-05
Add some comments.
Andrew Bartlett
1
-0
/
+34
2003-05-05
Add some more tests to the ntlm_auth diagnositics package.
Andrew Bartlett
1
-9
/
+373
2003-05-05
Fix some compiler warnings.
Tim Potter
1
-4
/
+1
2003-05-04
Patch from Ken Cross to allow an ADS domain join with a username of the form
Andrew Bartlett
1
-2
/
+18
2003-05-01
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
1
-39
/
+17
2003-04-30
Merge from HEAD - the usual popt-needs-static for Sun CC.
Andrew Bartlett
1
-1
/
+1
2003-04-30
Fix for AIX - you can't qualify a return type as const, when it's not a
Andrew Bartlett
1
-1
/
+1
2003-04-30
Sun CC requires constant initialisers, so use a static here.
Andrew Bartlett
1
-1
/
+1
2003-04-29
smbgroupedit has been replaced by 'net groupmap'
Gerald Carter
1
-405
/
+0
2003-04-29
Like net rpc user -l, let net ads user -l allow more than 50 characters in
Jim McDonough
1
-1
/
+1
2003-04-29
Allow net rpc user -l to list longer than 50 characters in a user comment.
Jim McDonough
1
-1
/
+1
2003-04-29
adding ifdef'd code to add alias membership for vampire
Gerald Carter
1
-0
/
+138
2003-04-29
Use a common function to create the SAM_ACCOUNT being used to add accounts
Andrew Bartlett
1
-12
/
+4
2003-04-28
Fix compiler warning.
Tim Potter
1
-1
/
+1
[next]