Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20403: Cleaning out my Samba 3.0 tree: | Andrew Bartlett | 1 | -11/+0 |
2007-10-10 | r20273: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r20173: DNS update fixes: | Gerald Carter | 1 | -0/+22 |
2007-10-10 | r20132: get rid of defined but not used warning - static function only used | Herb Lewis | 1 | -0/+2 |
2007-10-10 | r19687: Fix uninitialized variables found by Coverity (and gcc -O1... ;-)) | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r19651: Fix interesting bug with the automatic site coverage in Active Direct... | Günther Deschner | 1 | -1/+25 |
2007-10-10 | r19646: Fix memleak in the default_ou_string handling. Thanks to David Hu | Günther Deschner | 1 | -11/+37 |
2007-10-10 | r19528: Fix container handling for "net ads user" and "net ads group" functions | Günther Deschner | 1 | -1/+3 |
2007-10-10 | r19526: Fix minor memleak. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r19263: Be more accurate in telling what the sitename problem is in this DEBUG | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r19039: Do not segfault in "net ads printer info" when a requested printserver | Günther Deschner | 1 | -0/+10 |
2007-10-10 | r18982: Move the gpo related functions to "libgpo". | Günther Deschner | 2 | -1205/+0 |
2007-10-10 | r18941: Minor cleanup in ads_parse_gpo(). | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r18923: Fix more memleaks. | Günther Deschner | 3 | -7/+23 |
2007-10-10 | r18902: Also dump mS-DS-CreatorSID. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r18879: Fix crash for "net ads gpo list". | Günther Deschner | 1 | -9/+3 |
2007-10-10 | r18869: two build fixes for systems without ldap | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r18853: Fix remaining warnings. Volker, should be fine now. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18820: Comment out some unused functions. | Günther Deschner | 1 | -2/+17 |
2007-10-10 | r18819: Fix build without LDAP. | Günther Deschner | 2 | -0/+8 |
2007-10-10 | r18817: Enable the build of the gpo tool but do not make it available yet. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18816: Fix some build warnings. | Günther Deschner | 1 | -4/+4 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r18670: Fix memleaks. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r18663: Fix one more uuid -> GUID. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18620: Fallback to non-paging LDAP searches in ads_do_search_retry_internal() | Günther Deschner | 1 | -2/+19 |
2007-10-10 | r18552: Ensure the sitename matches before we SAF store a DC in ADS mode. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r18512: Add krb5conf file environment to debug statement. | Günther Deschner | 1 | -2/+3 |
2007-10-10 | r18508: A query for the LDAP schema can never be done anonymously against AD. | Günther Deschner | 1 | -22/+1 |
2007-10-10 | r18480: Doh ! Double-free of hostnameDN. | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r18466: Attempt to fix the AIX build | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r18464: Solaris has LDAP_SCOPE_ONELEVEL. Linux seems to have it as well. | Volker Lendecke | 1 | -5/+7 |
2007-10-10 | r18453: Attempt to fix the non-ldap build | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r18446: Add the ldap 'leave domain' code - call this as | Jeremy Allison | 1 | -0/+174 |
2007-10-10 | r18425: Fix ads_ntstatus(). LDAP_SUCCESS should really map to NT_STATUS_OK. | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r18241: If replacing the krb5.conf, ensure it's readable. | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r18234: DNS failures are too common to log at level zero or 1. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r18226: Ensure we only do this evil thing if it's our realm. | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r18225: If we're going to overwrite krb5.conf, at least | Jeremy Allison | 1 | -20/+42 |
2007-10-10 | r18201: Make explicit what's going on here. | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r18200: Experimental code to allow system /etc/krb5.conf to be | Jeremy Allison | 1 | -42/+63 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18177: Some build- and memleak-fixes for the (not build by default) ADS GPO | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r18175: Forgot to call asn1_free() in previous commit. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r18174: Do not return "success" when we failed to write in the CLDAP code. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r18172: Just a little more verbosity in this debug statement. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r18165: Fix memleaks. | Günther Deschner | 1 | -2/+7 |
2007-10-10 | r18162: Close socket when the CLDAP request has failed. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r18063: When we get a successful connection using ADS, | Jeremy Allison | 1 | -1/+2 |