index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix warning
Volker Lendecke
2004-01-05
1
-1
/
+1
*
Don't free the encrypted_session_key early - that causes the subsequent
Andrew Bartlett
2004-01-05
1
-1
/
+1
*
shorten some more lines.
Andrew Bartlett
2004-01-05
1
-7
/
+14
*
Try to keep vl happy - shorten some of these lines.
Andrew Bartlett
2004-01-05
1
-6
/
+12
*
Grumble... grumble... fix the build...
Andrew Bartlett
2004-01-05
1
-5
/
+7
*
Show the sid type in name->sid translatons in a way that can be easily
Andrew Bartlett
2004-01-05
1
-1
/
+1
*
Always call the auto-init funciton - this avoids tdb segfaulting under
Andrew Bartlett
2004-01-05
1
-0
/
+6
*
Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we
Andrew Bartlett
2004-01-05
2
-7
/
+20
*
Change our Domain controller lookup routines to more carefully seperate
Andrew Bartlett
2004-01-05
9
-121
/
+144
*
Add const.
Andrew Bartlett
2004-01-05
1
-3
/
+3
*
There is some memory corruption hidden somewhere in our winbind code. If I
Andrew Bartlett
2004-01-05
1
-4
/
+8
*
Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.
Andrew Bartlett
2004-01-05
1
-1
/
+1
*
rpc_client/cli_lsarpc.c:
Andrew Bartlett
2004-01-05
8
-104
/
+102
*
Fix for bug 707, getent group for huge ads groups (>1500 members)
Andrew Bartlett
2004-01-05
2
-30
/
+202
*
I'm not quite sure what happened here - but replace the ads_sid_to_dn
Andrew Bartlett
2004-01-05
1
-9
/
+9
*
We can't possilby get 'ok' here, as the if statement above just checked for it.
Andrew Bartlett
2004-01-05
1
-2
/
+0
*
Make arbitary binary data unsigned char.
Andrew Bartlett
2004-01-05
1
-4
/
+4
*
Add a utilty function for converting a sid to a DN.
Andrew Bartlett
2004-01-05
1
-0
/
+74
*
Make it clear that we cannot sign if we don't have a session key.
Andrew Bartlett
2004-01-05
1
-14
/
+43
*
Automaticly initialise the signing engine, if we have a session key.
Andrew Bartlett
2004-01-05
1
-0
/
+6
*
- Put functions for generating SQL queries in pdb_sql.c
Jelmer Vernooij
2004-01-04
7
-507
/
+1074
*
Commit the translation of the realm to the netbios domain name in the kerberos
Volker Lendecke
2004-01-04
5
-3
/
+126
*
Even if the 'device type' is always an ascii string, use push_string to get
Andrew Bartlett
2004-01-04
1
-1
/
+1
*
And yet another const
Volker Lendecke
2004-01-03
1
-1
/
+1
*
There is not a particularly good excuse for complaining to the *client* that
Andrew Bartlett
2004-01-03
1
-4
/
+12
*
Match Win2k, and return NT_STATUS_INVALID_PARAMETER
Andrew Bartlett
2004-01-02
1
-2
/
+2
*
Under certain error conditions (a talloc() failure above) this would cause
Andrew Bartlett
2004-01-02
1
-2
/
+0
*
Having no members of a group is a perfectly valid (if unusual) situation.
Andrew Bartlett
2004-01-02
1
-0
/
+7
*
JHT came up with a nasty (broken) torture case in preparing examples for
Andrew Bartlett
2004-01-02
5
-133
/
+118
*
After talking with abartlet remove the fix for bug 707 again.
Volker Lendecke
2004-01-01
2
-140
/
+29
*
Fix for bug 707, getent group for huge ads groups (>1500 members)
Volker Lendecke
2004-01-01
2
-29
/
+140
*
Changes to our PAM code to cope with the fact that we can't handle some
Andrew Bartlett
2003-12-31
2
-16
/
+36
*
Forgot to commit this for the 'get our primary domain' change.
Andrew Bartlett
2003-12-31
1
-0
/
+1
*
Jerry rightly complained that we can't assume that the first domain is
Andrew Bartlett
2003-12-31
1
-3
/
+21
*
auth/auth_util.c:
Andrew Bartlett
2003-12-31
7
-22
/
+54
*
Get the DOMAIN\username around the right way (I had username\domain...)
Andrew Bartlett
2003-12-30
2
-4
/
+6
*
Move to short lived TALLOC_CTX* for allocating printer
Gerald Carter
2003-12-30
1
-4
/
+22
*
The AFS pts command always generates completely lower-case user names. As case
Volker Lendecke
2003-12-30
1
-1
/
+4
*
Fix Bug # 924
Volker Lendecke
2003-12-30
1
-2
/
+11
*
Try to gain a bit more consistancy in the output of usernames from ntlm_auth:
Andrew Bartlett
2003-12-30
3
-11
/
+50
*
Make the name of the NTLMSSP client more consistant before we lock it in stone.
Andrew Bartlett
2003-12-30
1
-2
/
+2
*
Remove testing hack
Andrew Bartlett
2003-12-30
1
-2
/
+0
*
Move our basic password checking code from inside the authentication
Andrew Bartlett
2003-12-30
4
-400
/
+634
*
Refactor our authentication and authentication testing code.
Andrew Bartlett
2003-12-30
2
-490
/
+400
*
Add the alignment required before all 2-byte quantities in NDR. Allows us
Andrew Bartlett
2003-12-29
1
-0
/
+3
*
Shutting down the connection closes outstanding sessions, so we don't need
Andrew Bartlett
2003-12-28
1
-1
/
+0
*
This patch corrects some errors in the NTLMSSP implementation, that
Andrew Bartlett
2003-12-27
1
-9
/
+18
*
Preliminary fix for our signing problem with failed NTLMSSP logins. This patch
Volker Lendecke
2003-12-27
2
-9
/
+19
*
Collecting another little patch from gd@suse.de
Volker Lendecke
2003-12-26
1
-1
/
+1
*
Collecting some minor patches...
Volker Lendecke
2003-12-26
1
-8
/
+10
[prev]
[next]