summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-01-05Add const.Andrew Bartlett1-3/+3
2004-01-05There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett1-4/+8
2004-01-05Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.Andrew Bartlett1-1/+1
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett8-104/+102
2004-01-05Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2-30/+202
2004-01-05I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett1-9/+9
2004-01-05We can't possilby get 'ok' here, as the if statement above just checked for it.Andrew Bartlett1-2/+0
2004-01-05Make arbitary binary data unsigned char.Andrew Bartlett1-4/+4
2004-01-05Add a utilty function for converting a sid to a DN.Andrew Bartlett1-0/+74
2004-01-05Make it clear that we cannot sign if we don't have a session key.Andrew Bartlett1-14/+43
2004-01-05Automaticly initialise the signing engine, if we have a session key.Andrew Bartlett1-0/+6
2004-01-04- Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij7-507/+1074
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke5-3/+126
2004-01-04Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett1-1/+1
2004-01-03And yet another constVolker Lendecke1-1/+1
2004-01-03There is not a particularly good excuse for complaining to the *client* thatAndrew Bartlett1-4/+12
2004-01-02Match Win2k, and return NT_STATUS_INVALID_PARAMETERAndrew Bartlett1-2/+2
2004-01-02Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett1-2/+0
2004-01-02Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett1-0/+7
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett5-133/+118
2004-01-01After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2-140/+29
2004-01-01Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2-29/+140
2003-12-31Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett2-16/+36
2003-12-31Forgot to commit this for the 'get our primary domain' change.Andrew Bartlett1-0/+1
2003-12-31Jerry rightly complained that we can't assume that the first domain isAndrew Bartlett1-3/+21
2003-12-31auth/auth_util.c:Andrew Bartlett7-22/+54
2003-12-30Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett2-4/+6
2003-12-30Move to short lived TALLOC_CTX* for allocating printerGerald Carter1-4/+22
2003-12-30The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke1-1/+4
2003-12-30Fix Bug # 924Volker Lendecke1-2/+11
2003-12-30Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett3-11/+50
2003-12-30Make the name of the NTLMSSP client more consistant before we lock it in stone.Andrew Bartlett1-2/+2
2003-12-30Remove testing hackAndrew Bartlett1-2/+0
2003-12-30Move our basic password checking code from inside the authenticationAndrew Bartlett4-400/+634
2003-12-30Refactor our authentication and authentication testing code.Andrew Bartlett2-490/+400
2003-12-29Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett1-0/+3
2003-12-28Shutting down the connection closes outstanding sessions, so we don't needAndrew Bartlett1-1/+0
2003-12-27This patch corrects some errors in the NTLMSSP implementation, thatAndrew Bartlett1-9/+18
2003-12-27Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2-9/+19
2003-12-26Collecting another little patch from gd@suse.deVolker Lendecke1-1/+1
2003-12-26Collecting some minor patches...Volker Lendecke1-8/+10
2003-12-26Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett1-2/+10
2003-12-26Show the error message for failure to set the ldap password.Andrew Bartlett1-2/+8
2003-12-26Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330.Andrew Bartlett1-14/+15
2003-12-25ldap rebind sleep -> ldap replication sleepAndrew Bartlett2-5/+5
2003-12-25This is metze's LDAP rebind sleep patch:Volker Lendecke3-0/+34
2003-12-25Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke1-1/+1
2003-12-25abartlet pointed me at the fact that the order and flags in loadparm.c areVolker Lendecke1-1/+1
2003-12-25Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett2-5/+18
2003-12-24Thanks to Serassio Guido for noticing issues in our Squid NTLMSSPAndrew Bartlett1-4/+9