summaryrefslogtreecommitdiff
path: root/source/libads
Commit message (Expand)AuthorAgeFilesLines
* syncing tree for 3.0.1rc1Gerald Carter2003-12-042-2/+2
* syncing tree with SAMBA_3_0Gerald Carter2003-11-073-9/+17
* syncing up for 3.0.1pre1Gerald Carter2003-10-102-2/+8
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-1/+10
* syncing files for rc3Gerald Carter2003-09-082-3/+143
* syncing files from 3.0Gerald Carter2003-08-284-12/+13
* last minute fixes and typosGerald Carter2003-08-152-3/+3
* syncing up to 3.0.0rc1Gerald Carter2003-08-158-123/+89
* starting to sync up for beta3Gerald Carter2003-07-165-34/+102
* starting to sync for 3.0beta2Gerald Carter2003-07-015-139/+86
* working on creating the 3.0 release treeGerald Carter2003-06-063-66/+23
* Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.Jeremy Allison2003-05-151-0/+2
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-163-7/+11
* decode_pac_data() needs a talloc ctx as an argument.Tim Potter2003-04-141-1/+1
* Complete what I've seen (and then some)t of the PAC.Jim McDonough2003-04-091-5/+124
* Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough2003-04-072-0/+501
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-252-38/+38
* Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-161-37/+29
* - Fix a double-free (I can't say I understand the code, but it matches the o...Andrew Bartlett2003-03-121-6/+5
* More const fixes.Jeremy Allison2003-03-051-2/+2
* tokenGroups are SIDs, so dump them as such.Andrew Bartlett2003-02-251-0/+1
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-6/+26
* Always initialiseAndrew Bartlett2003-02-241-2/+2
* Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2003-02-221-18/+33
* libads/krb5_setpw.cJim McDonough2003-02-191-1/+2
* Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
* Check return values of various join-related functions, and ensure we alwaysAndrew Bartlett2003-02-191-9/+16
* Try to get heimdal working with HEAD.Jim McDonough2003-02-191-20/+7
* Fix of two warnings.Rafal Szczesniak2003-02-181-5/+3
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-154-132/+337
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-5/+11
* add a note about a better method for finding netbios name of workgroupAndrew Tridgell2003-02-121-0/+7
* Mem alloc failure checks.Jeremy Allison2003-02-043-23/+59
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-013-10/+39
* More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-11/+7
* sanity checks from Ken CrossGerald Carter2003-01-212-3/+7
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-5/+5
* Patch from Nik Conwell <nik@bu.edu>. Don't reference free()ed data when tryingAndrew Bartlett2003-01-111-1/+3
* BIG patch...Andrew Bartlett2003-01-023-8/+8
* Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-9/+9
* More printer publishing code.Jim McDonough2002-12-131-0/+26
* More printer data to publishJim McDonough2002-12-051-0/+1
* Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv...Jim McDonough2002-12-031-70/+74
* [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
* Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
* Next step of printer publishing.Jim McDonough2002-11-181-106/+242
* Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett2002-11-151-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-124-27/+26
* make sure that if kerberos fails we can fall back on NTLMSSP for SASLAndrew Tridgell2002-11-101-2/+5