Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16452: Fix memleak in the CLDAP processing (found by valgrind). | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r16339: Fix Klocwork ID | Volker Lendecke | 1 | -1/+7 |
2007-10-10 | r16326: Klocwork #509. Always check return allocs. | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r16324: Klocwork #499. Allways check results from alloc. | Jeremy Allison | 1 | -1/+19 |
2007-10-10 | r16322: Klocwork #481., Don't deref null on malloc fail. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r16272: Fix memleak. | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls. | Günther Deschner | 1 | -104/+166 |
2007-10-10 | r16201: Fix Klocwork 439 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r16199: Fix Klocwork #1 - ensure we test the first | Jeremy Allison | 1 | -10/+12 |
2007-10-10 | r16190: Fix more memleaks. | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r16117: Make winbindd work again in security=ads. | Günther Deschner | 1 | -2/+6 |
2007-10-10 | r16115: Make "net ads changetrustpw" work again. | Günther Deschner | 1 | -7/+3 |
2007-10-10 | r15980: Correctly destroy talloc_ctx when the LDAP posix attribute query has | Günther Deschner | 1 | -7/+8 |
2007-10-10 | r15822: Add suggestion made by Ralf Haferkamp. | Lars Müller | 1 | -1/+1 |
2007-10-10 | r15704: Prefer LDAP error codes in ads_search_retry_sid(). | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r15701: change 'net ads leave' to disable the machine account in the domain (... | Gerald Carter | 1 | -184/+0 |
2007-10-10 | r15698: An attempt to make the winbind lookup_usergroups() call in security=ads | Günther Deschner | 2 | -21/+238 |
2007-10-10 | r15697: I take no comments as no objections :) | Günther Deschner | 3 | -155/+334 |
2007-10-10 | r15696: Free LDAP search result. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r15635: Fix a bogus gcc uninit variable message | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r15560: Since the hotel doesn't have Sci-Fi and no "Doctor Who".... | Gerald Carter | 1 | -171/+25 |
2007-10-10 | r15559: Smaller fixes for the new cldap code: | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r15558: Do not wait endless for a CLDAP reply when the LDAP server is | Günther Deschner | 1 | -1/+21 |
2007-10-10 | r15544: make sure to define NS_PACKETSZ for Bind 4 interfaces (fix build on us4) | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r15543: New implementation of 'net ads join' to be more like Windows XP. | Gerald Carter | 3 | -206/+441 |
2007-10-10 | r15523: Honour the time_offset also when verifying kerberos tickets. This | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r15492: Without this patch, the LDAP client libs will call abort() in | Andrew Bartlett | 1 | -9/+19 |
2007-10-10 | r15464: fix dns build breakage on IRIX and OpenBSD | Gerald Carter | 1 | -5/+10 |
2007-10-10 | r15463: compile fix for new DNS code for machine using Bind 4 libs (old IRIX ... | Gerald Carter | 1 | -0/+8 |
2007-10-10 | r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for | Gerald Carter | 1 | -0/+353 |
2007-10-10 | r15461: Free LDAP result in ads_get_attrname_by_oid(). | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r15392: In most cases, this mapping is more appropriate. (I know, it is still a | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15305: Let winbind search by sid directly (or in windows terms: "bind to a | Günther Deschner | 2 | -104/+25 |
2007-10-10 | r15250: dump some more sids. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r15240: Correctly disallow unauthorized access when logging on with the | Günther Deschner | 1 | -2/+24 |
2007-10-10 | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 5 | -41/+37 |
2007-10-10 | r14931: Fix #1374: can't join an OU with name that contains '#' | Jim McDonough | 1 | -2/+6 |
2007-10-10 | r14682: Small cleanup in ads_verify_ticket. | Günther Deschner | 1 | -6/+5 |
2007-10-10 | r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3: | Günther Deschner | 1 | -10/+0 |
2007-10-10 | r14585: Tighten argument list of kerberos_kinit_password again, | Günther Deschner | 2 | -5/+21 |
2007-10-10 | r14576: Skip remaining keytab entries when we have a clear indication that | Günther Deschner | 1 | -1/+23 |
2007-10-10 | r14512: Guenther, This code breaks winbind with MIT krb1.3. | Gerald Carter | 1 | -2/+12 |
2007-10-10 | r14503: Fix principal in debug statement. | Günther Deschner | 1 | -2/+1 |
2007-10-10 | r14252: Fix Coverity #72: free alloc'ed storage before return. Also found one | Jim McDonough | 1 | -1/+6 |
2007-10-10 | r14170: Paranioa fix for sesssetup. | Jeremy Allison | 1 | -9/+17 |
2007-10-10 | r14118: Fix coverity bug #24. Missing return statement meant | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14074: Some cleanup; there is no point in declaring and mapping | Günther Deschner | 1 | -29/+6 |
2007-10-10 | r14017: Okay, okay, I have turned a double-free into dead code :-) | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r13965: Make sure we always reset the userAccountControl bits when re-joining | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r13951: Fix Coverity Bug #163. | Volker Lendecke | 1 | -28/+0 |