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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-12-25
Fix our parsing of the LDAP url. We get around it as all decent systems seem
Volker Lendecke
1
-1
/
+1
2003-12-25
abartlet pointed me at the fact that the order and flags in loadparm.c are
Volker Lendecke
1
-1
/
+1
2003-12-25
(merge from 3.0)
Andrew Bartlett
2
-5
/
+18
2003-12-24
(merge from 3.0)
Andrew Bartlett
1
-4
/
+9
2003-12-23
Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...
Jeremy Allison
1
-1
/
+1
2003-12-22
correct typo in delete user script; bug 887
Gerald Carter
1
-1
/
+1
2003-12-22
add well known rid for pre win2k compatible access group; bug 897
Gerald Carter
2
-0
/
+2
2003-12-22
Patch from Jianliang Lu j.lu@tiesse.com to manage Power Users
Jeremy Allison
1
-0
/
+1
2003-12-19
* add a few useful debug lines
Gerald Carter
2
-9
/
+30
2003-12-17
Add in comments explaining NTLMv2 selection. Use lm session key if that's
Jeremy Allison
1
-1
/
+13
2003-12-17
Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.
Jeremy Allison
1
-5
/
+17
2003-12-17
Make sure we correctly generate the lm session key.
Gerald Carter
2
-2
/
+26
2003-12-16
make sure we delete the group mapping before calling the delete group script;...
Gerald Carter
1
-2
/
+4
2003-12-13
Fix from ndb@theghet.to to allow an existing LDAP machine account to be
Jeremy Allison
1
-12
/
+29
2003-12-12
Fix for bug #815. Make plaintext unicode passwords work with NT4.x
Jeremy Allison
1
-5
/
+11
2003-12-12
Fix detection of elements in in-memory keytab code.
Jeremy Allison
1
-1
/
+1
2003-12-11
fix bug that prevent --mandir from overriding the defaults given in the --wit...
Gerald Carter
1
-19
/
+0
2003-12-11
Correctly detect in-memory krb5 keytab support. Fix for bug #863 from
Jeremy Allison
1
-2
/
+2
2003-12-11
Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit
Jeremy Allison
2
-9
/
+46
2003-12-11
fixed bad formal parameter type in get_static(); patch Andy Polyakov
Gerald Carter
1
-1
/
+1
2003-12-11
Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...
Alexander Bokovoy
1
-1
/
+1
2003-12-10
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...
Gerald Carter
4
-3
/
+4
2003-12-10
more group lookup access fixes on the neverending bug 281
Gerald Carter
4
-22
/
+49
2003-12-10
Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happier
Alexander Bokovoy
1
-0
/
+28
2003-12-10
patch from TAKEDA yasuma to bypass any missing language files
Gerald Carter
1
-0
/
+9
2003-12-09
IRIX spinlock patch from James Peach <jpeach@sgi.com>.
Jeremy Allison
2
-0
/
+53
2003-12-09
working on packaging; also fixed some path issues in configure.in & Makefile.in
Gerald Carter
14
-11
/
+1423
2003-12-09
Final part of fix for #445. Don't add user for machine accounts.
Jeremy Allison
1
-0
/
+4
2003-12-09
fix bug in get_peer_name() caused by --enable-developer and using the same sr...
Gerald Carter
1
-3
/
+11
2003-12-09
Make intent to return only one address clear.
Jeremy Allison
1
-2
/
+2
2003-12-08
working on bug 687; protect against null src strings in alloc_sub_basic()
Gerald Carter
1
-0
/
+7
2003-12-08
make sure we use a real network address in case there are extra non-zero octe...
Gerald Carter
1
-1
/
+1
2003-12-07
Merge from 3.0:
Andrew Bartlett
3
-10
/
+21
2003-12-06
Fix for bug #445 (missing unix user on kerberos auth doesn't call add user
Jeremy Allison
1
-3
/
+13
2003-12-05
fix %a variable for Windows 2003 -> Win2K3
Gerald Carter
2
-19
/
+53
2003-12-05
Janitor for tridge...
Jeremy Allison
1
-4
/
+4
2003-12-05
packaging updates from Buchan
Gerald Carter
2
-4
/
+11
2003-12-05
create libdir for installclientlib; patch from Bill Knox
Gerald Carter
1
-0
/
+1
2003-12-04
fix process_incoming_data() to return the number of bytes handled this call w...
Gerald Carter
1
-1
/
+3
2003-12-04
typo in BASEDIR; patch from Darren Chew
Gerald Carter
1
-1
/
+1
2003-12-04
readding schema items that were accidentally deleted
Gerald Carter
1
-1
/
+49
2003-12-04
support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800
Gerald Carter
4
-52
/
+23
2003-12-04
don't crash on a NULL priviledge pointer; patch from Jianliang Lu
Gerald Carter
1
-0
/
+6
2003-12-04
* fix RemoveSidForeignDomain() ; bug 252
Gerald Carter
6
-84
/
+121
2003-12-03
Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...
Jeremy Allison
1
-8
/
+10
2003-12-02
Two trivial warnings
Volker Lendecke
1
-1
/
+3
2003-12-01
Client connect signing error messages should be level zero else
Jeremy Allison
1
-2
/
+2
2003-12-01
Get a little paranoid about memfree use in convert_string_allocate..
Jeremy Allison
1
-7
/
+6
2003-12-01
another strequal() == 0 fix
Gerald Carter
1
-1
/
+1
2003-12-01
fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...
Gerald Carter
1
-1
/
+1
[next]