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
2004-01-05
Make arbitary binary data unsigned char.
Andrew Bartlett
1
-4
/
+4
2004-01-05
Add a utilty function for converting a sid to a DN.
Andrew Bartlett
1
-0
/
+74
2004-01-05
Make it clear that we cannot sign if we don't have a session key.
Andrew Bartlett
1
-14
/
+43
2004-01-05
Automaticly initialise the signing engine, if we have a session key.
Andrew Bartlett
1
-0
/
+6
2004-01-04
- Put functions for generating SQL queries in pdb_sql.c
Jelmer Vernooij
7
-507
/
+1074
2004-01-04
Commit the translation of the realm to the netbios domain name in the kerberos
Volker Lendecke
5
-3
/
+126
2004-01-04
Even if the 'device type' is always an ascii string, use push_string to get
Andrew Bartlett
1
-1
/
+1
2004-01-03
And yet another const
Volker Lendecke
1
-1
/
+1
2004-01-03
There is not a particularly good excuse for complaining to the *client* that
Andrew Bartlett
1
-4
/
+12
2004-01-02
Match Win2k, and return NT_STATUS_INVALID_PARAMETER
Andrew Bartlett
1
-2
/
+2
2004-01-02
Under certain error conditions (a talloc() failure above) this would cause
Andrew Bartlett
1
-2
/
+0
2004-01-02
Having no members of a group is a perfectly valid (if unusual) situation.
Andrew Bartlett
1
-0
/
+7
2004-01-02
JHT came up with a nasty (broken) torture case in preparing examples for
Andrew Bartlett
5
-133
/
+118
2004-01-01
After talking with abartlet remove the fix for bug 707 again.
Volker Lendecke
2
-140
/
+29
2004-01-01
Fix for bug 707, getent group for huge ads groups (>1500 members)
Volker Lendecke
2
-29
/
+140
2003-12-31
Changes to our PAM code to cope with the fact that we can't handle some
Andrew Bartlett
2
-16
/
+36
2003-12-31
Forgot to commit this for the 'get our primary domain' change.
Andrew Bartlett
1
-0
/
+1
2003-12-31
Jerry rightly complained that we can't assume that the first domain is
Andrew Bartlett
1
-3
/
+21
2003-12-31
auth/auth_util.c:
Andrew Bartlett
7
-22
/
+54
2003-12-30
Get the DOMAIN\username around the right way (I had username\domain...)
Andrew Bartlett
2
-4
/
+6
2003-12-30
Move to short lived TALLOC_CTX* for allocating printer
Gerald Carter
1
-4
/
+22
2003-12-30
Another little one: Make pdb_test.c at least compile, although its way out of
Volker Lendecke
2
-8
/
+4
2003-12-30
The AFS pts command always generates completely lower-case user names. As case
Volker Lendecke
1
-1
/
+4
2003-12-30
Fix Bug # 924
Volker Lendecke
1
-2
/
+11
2003-12-30
Try to gain a bit more consistancy in the output of usernames from ntlm_auth:
Andrew Bartlett
3
-11
/
+50
2003-12-30
Make the name of the NTLMSSP client more consistant before we lock it in stone.
Andrew Bartlett
1
-2
/
+2
2003-12-30
Remove testing hack
Andrew Bartlett
1
-2
/
+0
2003-12-30
Move our basic password checking code from inside the authentication
Andrew Bartlett
4
-400
/
+634
2003-12-30
Refactor our authentication and authentication testing code.
Andrew Bartlett
2
-490
/
+400
2003-12-29
Add the alignment required before all 2-byte quantities in NDR. Allows us
Andrew Bartlett
1
-0
/
+3
2003-12-28
Shutting down the connection closes outstanding sessions, so we don't need
Andrew Bartlett
1
-1
/
+0
2003-12-27
This patch corrects some errors in the NTLMSSP implementation, that
Andrew Bartlett
1
-9
/
+18
2003-12-27
Preliminary fix for our signing problem with failed NTLMSSP logins. This patch
Volker Lendecke
2
-9
/
+19
2003-12-26
Collecting another little patch from gd@suse.de
Volker Lendecke
1
-1
/
+1
2003-12-26
Collecting some minor patches...
Volker Lendecke
1
-8
/
+10
2003-12-26
Check the return value of string_to_sid in a few more places. (But
Andrew Bartlett
1
-2
/
+10
2003-12-26
Show the error message for failure to set the ldap password.
Andrew Bartlett
1
-2
/
+8
2003-12-26
Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330.
Andrew Bartlett
1
-14
/
+15
2003-12-25
ldap rebind sleep -> ldap replication sleep
Andrew Bartlett
2
-5
/
+5
2003-12-25
This is metze's LDAP rebind sleep patch:
Volker Lendecke
3
-0
/
+34
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
Fix bug 916 - do not perform a + -> space substitution for squid URL encoded
Andrew Bartlett
2
-5
/
+18
2003-12-24
Thanks to Serassio Guido for noticing issues in our Squid NTLMSSP
Andrew Bartlett
1
-4
/
+9
2003-12-23
Fix typo.
John Terpstra
1
-1
/
+1
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
add well known rid for pre win2k compatible access group; bug 897
Gerald Carter
2
-0
/
+2
2003-12-22
correct typo in delete user script; bug 887
Gerald Carter
1
-1
/
+1
2003-12-22
Patch from Jianliang Lu j.lu@tiesse.com to manage Power Users
Jeremy Allison
1
-0
/
+1
2003-12-19
A small fix to torture.c to cleanup the error handling and prevent crashes.
Richard Sharpe
1
-6
/
+6
[next]