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
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2003-07-10
i guess i'm the only one this ever annyoed...
Gerald Carter
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
5
-8
/
+8
2003-07-03
fix bug #190; WINS server was getting marked as dead when it was not.
Gerald Carter
1
-2
/
+14
2003-07-01
* fixed volker's wbinfo -a lockup again. This one was my fault.
Gerald Carter
1
-60
/
+19
2003-07-01
* fix the trustdom_cache to work when winbindd is not running.
Gerald Carter
2
-22
/
+202
2003-06-30
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
2
-2
/
+79
2003-06-30
removing old code
Gerald Carter
1
-172
/
+0
2003-06-26
cleaning up more build issues. Tested
Gerald Carter
1
-2
/
+4
2003-06-25
* fix typos in a few debug statements
Gerald Carter
1
-1
/
+1
2003-06-25
forgot one file
Gerald Carter
1
-0
/
+158
2003-06-25
large change:
Gerald Carter
4
-550
/
+353
2003-06-23
* s/get_dc_name/rpc_dc_name/g (revert a previous change)
Gerald Carter
2
-69
/
+18
2003-06-21
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
1
-0
/
+238
2003-06-13
Forward port the app-head changes for dc name cache into 3.0.
Jeremy Allison
3
-31
/
+186
2003-06-10
fixed libsmb code to set correct timeout in cli_state when waiting for
Andrew Tridgell
1
-2
/
+2
2003-06-10
use ZERO_STRUCT() instead of memset
Andrew Tridgell
1
-1
/
+1
2003-06-08
Fix some memory leaks and extra cache startups/shutdowns from the trusted
Andrew Bartlett
2
-4
/
+5
2003-06-08
Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.
Andrew Bartlett
1
-9
/
+49
2003-06-08
Rework our smb signing code again, this factors out some of the common
Andrew Bartlett
1
-54
/
+109
2003-06-06
applying David Lee's climessage patch to make sending messages more extendable
Gerald Carter
1
-6
/
+32
2003-06-06
merge from APP_HEAD. Push negative connection cache
Gerald Carter
1
-7
/
+148
2003-06-06
fixed a pstrcpy() that is not on a pstring
Andrew Tridgell
1
-1
/
+1
2003-05-30
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
Jim McDonough
2
-15
/
+15
2003-05-26
Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...
Jelmer Vernooij
1
-1
/
+1
2003-05-21
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
1
-3
/
+16
2003-05-14
spelling
Tim Potter
3
-3
/
+3
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+1
2003-05-10
Fix from Tom.Lackemann@falconstor.com to correctly set the flags based
Jeremy Allison
1
-1
/
+9
2003-05-09
Finally get NTLMv2 working on the client!
Andrew Bartlett
3
-35
/
+102
2003-05-08
Revert a patch that somehow slipped in...
Volker Lendecke
1
-2
/
+2
2003-05-08
This puts real netlogon connection caching to winbind. This becomes
Volker Lendecke
1
-2
/
+2
2003-05-07
SMB Signing with NTLMv2 works!
Andrew Bartlett
1
-11
/
+2
2003-05-07
Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>
Jeremy Allison
1
-3
/
+2
2003-05-05
Allow the NTLMv2 functions to spit out both possible varients on the session
Andrew Bartlett
3
-13
/
+25
2003-05-04
Add doco to our SMB signing code.
Andrew Bartlett
1
-5
/
+32
2003-05-01
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
1
-1
/
+1
2003-04-23
Merge HEAD's winbind into 3.0.
Andrew Bartlett
2
-136
/
+25
2003-04-23
Add a check to ensure that the server returns the correct device type, not
Andrew Bartlett
1
-3
/
+0
2003-04-23
Merge torture tests from HEAD - it looks like we had rather an incomplete
Andrew Bartlett
1
-1
/
+31
2003-04-21
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
1
-12
/
+20
2003-04-21
Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.
Andrew Bartlett
5
-20
/
+50
2003-04-20
Merge a trivial fix across from HEAD. Not that this
Volker Lendecke
1
-1
/
+1
2003-04-17
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+169
2003-04-16
More merges from HEAD:
Jelmer Vernooij
4
-104
/
+209
2003-04-16
Store the type of 'sec channel' that we establish to the DC. If we are a
Andrew Bartlett
1
-36
/
+29
2003-04-15
merge in metze' smbcquotas patch from HEAD
Gerald Carter
2
-12
/
+15
2003-04-15
Add some more NT to unix error code mappings (from HEAD)
Jelmer Vernooij
1
-3
/
+92
2003-04-15
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+633
2003-04-15
Merge of server unavailable error string.
Tim Potter
1
-0
/
+1
2003-04-15
Add string message for WERR_SERVER_UNAVAILABLE.
Tim Potter
1
-0
/
+1
[next]