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-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 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
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
-5
/
+6
2003-05-04
Patch from Ken Cross to allow an ADS domain join with a username of the form
Andrew Bartlett
2
-3
/
+19
2003-05-04
Add doco to our SMB signing code.
Andrew Bartlett
1
-5
/
+32
2003-05-03
configure.in updates:
Andrew Bartlett
1
-32
/
+11
2003-05-03
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2
-0
/
+737
2003-05-03
Add a comment about the use of string functions in the modules code, and
Andrew Bartlett
1
-4
/
+9
2003-05-03
Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farm
Andrew Bartlett
1
-1
/
+1
2003-05-03
fixes to *_util.c files
Simo Sorce
4
-15
/
+416
2003-05-02
exclude tdbsam2.h generation until it will be used
Simo Sorce
1
-14
/
+15
2003-05-02
fix pam_smbpass
Simo Sorce
2
-3
/
+3
2003-05-02
remove testing debug line
Simo Sorce
1
-1
/
+1
2003-05-02
Now that multi-pdu schannel works and a but in the negotiator has been
Volker Lendecke
1
-2
/
+2
2003-05-02
shouldn't wellknown group be well.. ..WKN_GRP ?
Simo Sorce
3
-15
/
+15
2003-05-01
Fix uninitialized blobs reported by Luke Howard.
Jeremy Allison
1
-0
/
+6
2003-05-01
Fix uninitialized blobs reported by Luke Howard.
Jeremy Allison
1
-0
/
+6
2003-05-01
Fix for bugid 51 from Dragan Krnic.
Jeremy Allison
1
-5
/
+5
2003-05-01
Fix for bugid 51 from Dragan Krnic.
Jeremy Allison
1
-5
/
+5
2003-05-01
fix wrong debug messages in idmap_util.c
Simo Sorce
2
-5
/
+10
2003-05-01
init wellknown in pdbedit too
Simo Sorce
2
-24
/
+26
2003-05-01
proper wellknown sids initialization at startup
Simo Sorce
5
-40
/
+90
2003-05-01
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2
-0
/
+655
2003-05-01
*id_to_*id call reshape to return NTSTATUS errors
Simo Sorce
16
-177
/
+174
2003-05-01
Fix disk quotas support on HP/UX (patch by David Nixon)
Jelmer Vernooij
1
-1
/
+1
2003-05-01
Fix disk quotas support on HP/UX (patch by David Nixon)
Jelmer Vernooij
1
-1
/
+1
2003-05-01
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
3
-41
/
+19
2003-05-01
Use ints for the version numbers in the smb_register_*() functions (patch by ...
Jelmer Vernooij
3
-3
/
+3
2003-04-30
Make the version numbers ints (patch from metze)
Jelmer Vernooij
4
-5
/
+5
2003-04-30
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
2
-94
/
+1
2003-04-30
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+115
2003-04-30
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
3
-94
/
+116
2003-04-30
correctly initiazlize idmap tdb when creationg new
Simo Sorce
4
-148
/
+169
2003-04-30
Merge from HEAD - the usual popt-needs-static for Sun CC.
Andrew Bartlett
1
-1
/
+1
2003-04-30
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
Andrew Bartlett
2
-4
/
+4
2003-04-30
Trailing , is non-standard (warning from IRIX)
Andrew Bartlett
1
-2
/
+2
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
pam_smbpass will need at least IDMAP.
Andrew Bartlett
1
-1
/
+1
[next]