Age | Commit message (Expand) | Author | Files | Lines |
2010-05-20 | s3-libads: add ads_set_sasl_wrap_flags(). | Günther Deschner | 1 | -0/+14 |
2008-12-23 | More asprintf warning fixes. | Jeremy Allison | 1 | -3/+8 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -3/+4 |
2008-01-16 | Fix memleak in ads_build_path(). | Günther Deschner | 1 | -5/+11 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24072: Add "client ldap sasl wrapping" parameter. | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r23886: add ads_disconnect() function | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r23838: Allow to store schema and config path in ADS_STRUCT config. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20986: Commit the prototype of the nss_info plugin interface. | Gerald Carter | 1 | -6/+0 |
2007-10-10 | r20173: DNS update fixes: | Gerald Carter | 1 | -0/+22 |
2007-10-10 | r17945: Store the server and client sitenames in the ADS | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r17626: Some C++ Warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16199: Fix Klocwork #1 - ensure we test the first | Jeremy Allison | 1 | -10/+12 |
2007-10-10 | r15697: I take no comments as no objections :) | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r15543: New implementation of 'net ads join' to be more like Windows XP. | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r13657: Let winbindd try to obtain the gecos field from the msSFU30Gecos | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r11508: Removed incorrect patch hunk. Thanks to Andrew | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r11504: Added Andrew Bartletts removal of another NTLMSSP implementation | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ... | Günther Deschner | 1 | -0/+5 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -6/+6 |
2004-03-22 | bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem... | Gerald Carter | 1 | -8/+11 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -2/+2 |
2003-06-25 | large change: | Gerald Carter | 1 | -2/+1 |
2003-02-04 | Mem alloc checks. | Jeremy Allison | 1 | -8/+10 |
2003-01-21 | sanity checks from Ken Cross | Gerald Carter | 1 | -2/+2 |
2002-10-01 | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 1 | -0/+1 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -82/+25 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -4/+24 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-16 | much better support for organisational units in ADS join | Andrew Tridgell | 1 | -11/+25 |
2001-12-19 | much better ADS error handling system | Andrew Tridgell | 1 | -30/+4 |
2001-12-19 | we only have gss_ fns on a krb5 capable box | Andrew Tridgell | 1 | -3/+6 |
2001-12-19 | - added initial support for trusted domains in winbindd_ads | Andrew Tridgell | 1 | -0/+26 |
2001-12-13 | try the PDC for our workgroup if we can't find the ldap server | Andrew Tridgell | 1 | -3/+8 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -44/+5 |
2001-12-05 | fix link error | Andrew Tridgell | 1 | -0/+2 |
2001-12-05 | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 1 | -1/+4 |
2001-12-05 | more memory leak fixes | Andrew Tridgell | 1 | -4/+4 |
2001-11-29 | ads->realm must not be NULL | Andrew Tridgell | 1 | -0/+3 |
2001-11-29 | define LDAP_PORT when not available | Andrew Tridgell | 1 | -0/+3 |
2001-11-29 | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 1 | -0/+182 |