Age | Commit message (Expand) | Author | Files | Lines |
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -0/+1 |
2010-07-01 | s3-libads: only include libds flags where needed. | Günther Deschner | 1 | -0/+1 |
2010-07-01 | s3-libads: move ads_dns out of main includes. | Günther Deschner | 1 | -0/+1 |
2010-07-01 | s3-libads: use shared well known guids. | Günther Deschner | 1 | -1/+1 |
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -22/+22 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -3/+4 |
2010-05-06 | Remove the copy of ldb from Samba 3. | Jelmer Vernooij | 1 | -1/+0 |
2010-04-27 | s3:libads/ldap.c - fix a build breakage | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-03-02 | s3:ads fix dn parsing name was always null | Simo Sorce | 1 | -19/+16 |
2010-02-23 | s3 move the sitename cache in its own file | Simo Sorce | 1 | -0/+1 |
2010-02-23 | s3-libads: Remove obsolete signal type cast. | Andreas Schneider | 1 | -5/+5 |
2009-12-04 | s3: bug #6967: Prevent glibc error on net ads join: | Jim McDonough | 1 | -1/+1 |
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 1 | -12/+25 |
2009-05-31 | Fix some nonempty blank lines | Volker Lendecke | 1 | -60/+59 |
2009-05-28 | Add smbldap_pull_sid | Volker Lendecke | 1 | -13/+1 |
2009-04-23 | samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB: | Jelmer Vernooij | 1 | -10/+9 |
2009-04-23 | ldb/samba3: Support event context argument to ldb_init(). | Jelmer Vernooij | 1 | -0/+3 |
2009-04-22 | Add comment explaining the previous fix. | Jeremy Allison | 1 | -0/+6 |
2009-04-22 | Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE... | Jeremy Allison | 1 | -0/+4 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -8/+8 |
2009-04-07 | s3-libads: avoid NULL talloc context with ads_get_dn(). | Günther Deschner | 1 | -8/+8 |
2009-04-06 | s3:libads Make ads_get_dn() take a talloc context | Andrew Bartlett | 1 | -40/+29 |
2009-02-05 | s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads". | Karolin Seeger | 1 | -1/+1 |
2009-01-29 | s3: fix bug #6073: prevent ads_connect() from using SSL unless explicitly req... | Michael Adam | 1 | -3/+5 |
2009-01-16 | ads_connect: Return immediately on a failed GC connection. | Gerald (Jerry) Carter | 1 | -3/+14 |
2008-12-23 | Fix more asprintf errors and error code paths. | Jeremy Allison | 1 | -5/+9 |
2008-12-13 | s3:libads/ldap.c: store the dc name in the saf cache as in all other places | Stefan Metzmacher | 1 | -3/+2 |
2008-12-13 | s3:libads/ldap.c: if the client belongs to no site at all any dc is the closest | Stefan Metzmacher | 1 | -0/+5 |
2008-12-13 | s3:libads/ldap.c: pass the real workgroup name to get_dc_name() | Stefan Metzmacher | 1 | -1/+10 |
2008-12-13 | s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case | Stefan Metzmacher | 1 | -1/+25 |
2008-11-24 | s3:libads/ldap.c: return an error instead of crashing when no realm is given | Stefan Metzmacher | 1 | -4/+4 |
2008-11-18 | Fix extended DN parse error when AD object does not have a SID. | Steven Danneman | 1 | -24/+38 |
2008-11-18 | Whitespace and >80 column cleanups. | Steven Danneman | 1 | -12/+12 |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -2/+2 |
2008-10-13 | fix build warnings. | Günther Deschner | 1 | -1/+1 |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-04 | Fix an uninitialized variable found by the IBM Checker | Volker Lendecke | 1 | -0/+1 |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -1/+1 |
2008-08-20 | libads: remove unused vars. | Günther Deschner | 1 | -3/+0 |
2008-06-27 | libads: Add API call to connect to a global catalog server. | Gerald W. Carter | 1 | -5/+140 |
2008-06-24 | libads: add ads_connect_user_creds() that won't overwrite given user creds. | Günther Deschner | 1 | -0/+12 |
2008-06-17 | libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic. | Günther Deschner | 1 | -7/+29 |
2008-06-17 | libads: fix logic error in ads_get_kvno(). | Günther Deschner | 1 | -1/+1 |
2008-06-17 | Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails" | Volker Lendecke | 1 | -1/+0 |
2008-06-05 | Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails | Volker Lendecke | 1 | -0/+1 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -20/+43 |
2008-05-15 | libads/cldap: store client sitename also keyed by dns domain name. | Günther Deschner | 1 | -0/+1 |
2008-05-14 | Fix Bug #5465 (joining with createcomputer=ou1/ou2/ou3). | Günther Deschner | 1 | -5/+5 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -1/+1 |