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
Age
Commit message (
Expand
)
Author
Files
Lines
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
Fix comment - we now have 5 types of error...
Andrew Bartlett
1
-1
/
+1
2003-05-09
Make sure we always have some client data, not just the hash. An NTLMv2 or
Andrew Bartlett
1
-2
/
+3
2003-05-09
Elsewhere, we use a #define for this environment variable name, so do the
Andrew Bartlett
1
-2
/
+2
2003-05-09
When checking if a SID is in a domain, make sure that indeed the user RID is
Andrew Bartlett
1
-0
/
+3
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-09
Fix nasty bug pointed out by samba-technical poster. If name is mangled
Jeremy Allison
1
-1
/
+12
2003-05-08
fix bug #47; revert registration of workgroup<1b> to 2.2 behavior
Gerald Carter
1
-1
/
+1
2003-05-08
fixed bug #75; add check for non-zero destlen
Gerald Carter
1
-1
/
+1
2003-05-08
Hopefully re-enable building heimdal. It needs -lresolv included in LIBS
Jim McDonough
1
-0
/
+1
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
10
-123
/
+186
2003-05-08
This puts back wins.dat into nmbd for easy editing. It leaves most of
Volker Lendecke
1
-194
/
+222
2003-05-08
Another attempt at undoing my bogus patch 1.55.2.19
Tim Potter
1
-0
/
+2
2003-05-07
Always initialise this - it helps callers who use this in a loop...
Andrew Bartlett
1
-0
/
+2
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-07
SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATION
Jeremy Allison
1
-9
/
+1
2003-05-07
Fix irritating typo - non arg functions should be fn(void).
Jeremy Allison
1
-1
/
+1
2003-05-07
Make fchown, fchmod conditional for systems that don't have them.
Jeremy Allison
2
-5
/
+20
2003-05-07
SMB Signing with NTLMv2 works!
Andrew Bartlett
1
-11
/
+2
2003-05-07
Set our 'global sam name' in one place. For domain controllers, this is
Andrew Bartlett
5
-35
/
+15
2003-05-07
Whoops - that wasn't a whitespace syncup after all.
Tim Potter
1
-0
/
+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-07
We used to use the name "*",0x0 here, but some Windows
Jeremy Allison
1
-1
/
+9
2003-05-06
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+45
2003-05-06
sort out some include dependencies
Simo Sorce
4
-33
/
+65
2003-05-06
add mapping.h here
Simo Sorce
1
-0
/
+1
2003-05-06
restore structures from previous erroneous commit
Simo Sorce
1
-22
/
+30
2003-05-06
Remove unused variables
Jelmer Vernooij
1
-4
/
+0
2003-05-06
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
6
-4
/
+166
2003-05-06
There appears to be no reason why we have to execute the
Tim Potter
2
-60
/
+45
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.
Rafal Szczesniak
1
-5
/
+2
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 a new entry to make check. If we have compiled python extensions,
Tim Potter
2
-1
/
+52
2003-05-05
Fix for bug #60. Our autoconf code adds both libraries and linker
Tim Potter
1
-21
/
+30
2003-05-05
Allow the NTLMv2 functions to spit out both possible varients on the session
Andrew Bartlett
3
-13
/
+25
2003-05-05
Add some more tests to the ntlm_auth diagnositics package.
Andrew Bartlett
1
-9
/
+373
2003-05-05
Merge of backslash @LDAP_LIBS@ fix from HEAD.
Tim Potter
1
-2
/
+1
2003-05-05
A good reason to use make variables instead of autoconf substitutions
Tim Potter
1
-2
/
+1
2003-05-05
Fixed typo introduced when reverting patch from revision 1.19
Tim Potter
1
-1
/
+1
2003-05-05
Fixed typo introduced in reverted patch from version 1.12.4.5
Tim Potter
1
-1
/
+1
2003-05-05
Fix some compiler warnings.
Tim Potter
1
-4
/
+1
2003-05-05
AIX doesn't append $SHLIB_EXT to NSS libraries.
Tim Potter
2
-12
/
+7
[prev]
[next]