summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added last missing file.Jeremy Allison2004-01-051-0/+486
* Oops. Broke the build. Added missing files.Jeremy Allison2004-01-054-0/+1109
* Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison2004-01-051-3/+3
* fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912Gerald Carter2004-01-051-2/+2
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison2004-01-055-776/+133
* Ensure we set "always sign" flag if set. We don't currently do anything withJeremy Allison2004-01-051-0/+4
* Fix warningVolker Lendecke2004-01-051-1/+1
* Don't free the encrypted_session_key early - that causes the subsequentAndrew Bartlett2004-01-051-1/+1
* shorten some more lines.Andrew Bartlett2004-01-051-7/+14
* Try to keep vl happy - shorten some of these lines.Andrew Bartlett2004-01-051-6/+12
* Grumble... grumble... fix the build...Andrew Bartlett2004-01-051-5/+7
* Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett2004-01-051-1/+1
* Always call the auto-init funciton - this avoids tdb segfaulting underAndrew Bartlett2004-01-051-0/+6
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-052-7/+20
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-059-121/+144
* Fix typo in RW2 torture test. Closes bugzilla bug #924.Tim Potter2004-01-051-1/+1
* Add const.Andrew Bartlett2004-01-051-3/+3
* There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett2004-01-051-4/+8
* Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.Andrew Bartlett2004-01-051-1/+1
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-058-104/+102
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-052-30/+202
* I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett2004-01-051-9/+9
* We can't possilby get 'ok' here, as the if statement above just checked for it.Andrew Bartlett2004-01-051-2/+0
* Make arbitary binary data unsigned char.Andrew Bartlett2004-01-051-4/+4
* Add a utilty function for converting a sid to a DN.Andrew Bartlett2004-01-051-0/+74
* Make it clear that we cannot sign if we don't have a session key.Andrew Bartlett2004-01-051-14/+43
* Automaticly initialise the signing engine, if we have a session key.Andrew Bartlett2004-01-051-0/+6
* - Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij2004-01-047-507/+1074
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-045-3/+126
* Even if the 'device type' is always an ascii string, use push_string to getAndrew Bartlett2004-01-041-1/+1
* And yet another constVolker Lendecke2004-01-031-1/+1
* There is not a particularly good excuse for complaining to the *client* thatAndrew Bartlett2004-01-031-4/+12
* Match Win2k, and return NT_STATUS_INVALID_PARAMETERAndrew Bartlett2004-01-021-2/+2
* Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett2004-01-021-2/+0
* Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett2004-01-021-0/+7
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-025-133/+118
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-012-140/+29
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-012-29/+140
* Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett2003-12-312-16/+36
* Forgot to commit this for the 'get our primary domain' change.Andrew Bartlett2003-12-311-0/+1
* Jerry rightly complained that we can't assume that the first domain isAndrew Bartlett2003-12-311-3/+21
* auth/auth_util.c:Andrew Bartlett2003-12-317-22/+54
* Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett2003-12-302-4/+6
* Move to short lived TALLOC_CTX* for allocating printerGerald Carter2003-12-301-4/+22
* Another little one: Make pdb_test.c at least compile, although its way out ofVolker Lendecke2003-12-302-8/+4
* The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke2003-12-301-1/+4
* Fix Bug # 924Volker Lendecke2003-12-301-2/+11
* Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett2003-12-303-11/+50
* Make the name of the NTLMSSP client more consistant before we lock it in stone.Andrew Bartlett2003-12-301-2/+2
* Remove testing hackAndrew Bartlett2003-12-301-2/+0