summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Fix more asprintf warnings and some error path errors.Jeremy Allison1-2/+10
2008-12-23More asprintf warning fixes.Jeremy Allison3-8/+28
2008-12-23More asprintf warning fixes.Jeremy Allison1-9/+18
2008-12-23Fix more asprintf errors and error code paths.Jeremy Allison2-9/+31
2008-12-13s3:libads/ldap.c: store the dc name in the saf cache as in all other placesStefan Metzmacher1-3/+2
2008-12-13s3:libads/ldap.c: if the client belongs to no site at all any dc is the closestStefan Metzmacher1-0/+5
2008-12-13s3:libads/ldap.c: pass the real workgroup name to get_dc_name()Stefan Metzmacher1-1/+10
2008-12-13s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP caseStefan Metzmacher1-1/+25
2008-12-13s3: correctly detect if the current dc is the closest oneStefan Metzmacher1-1/+0
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-3/+3
2008-12-02s3-net: allow to list a keytab generated using net rpc vampire.Günther Deschner1-2/+5
2008-11-24s3:libads/ldap.c: return an error instead of crashing when no realm is givenStefan Metzmacher1-4/+4
2008-11-18Fix extended DN parse error when AD object does not have a SID.Steven Danneman1-24/+38
2008-11-18Whitespace and >80 column cleanups.Steven Danneman1-12/+12
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-3/+3
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-4/+5
2008-10-22s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner2-96/+110
2008-10-22s3: use shared asn1 code.Günther Deschner2-7/+7
2008-10-20s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner1-0/+1
2008-10-19Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij1-1/+1
2008-10-15kerberos: fix some heimdal build warnings.Günther Deschner1-4/+4
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2-6/+6
2008-10-13fix build warnings.Günther Deschner1-1/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-2/+2
2008-10-04Fix an unlikely memleak found by the IBM checkerVolker Lendecke1-0/+2
2008-10-04Fix an uninitialized variable found by the IBM CheckerVolker Lendecke1-0/+1
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-1/+1
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner2-99/+20
2008-09-23s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner1-10/+10
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2-8/+8
2008-09-16* Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter1-3/+12
2008-09-04kerberos: fix indent of enc type lines in generated krb5.conf files.Günther Deschner1-3/+3
2008-08-29kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner1-9/+2
2008-08-20libads: remove unused vars.Günther Deschner1-3/+0
2008-07-30Fix uninitialized variables.Jeremy Allison1-0/+1
2008-07-18kerberos: make smb_krb5_kt_add_entry() static.Günther Deschner1-6/+6
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke1-1/+2
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke1-2/+1
2008-06-30kerberos: allow to keep entries with old kvno's while creating keytab.Günther Deschner1-2/+4
2008-06-30kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.Günther Deschner1-25/+39
2008-06-28Return NULL in sitename_fetch() if gencache_init() fails. Not falseGerald W. Carter1-1/+1
2008-06-27libads: Add API call to connect to a global catalog server.Gerald W. Carter1-5/+140
2008-06-24libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner1-0/+12
2008-06-24libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.Günther Deschner1-0/+6
2008-06-24kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner2-7/+11
2008-06-17libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner2-12/+34
2008-06-17libads: fix logic error in ads_get_kvno().Günther Deschner1-1/+1
2008-06-17Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"Volker Lendecke1-1/+0
2008-06-05mailslot: always pull a command 25 type reply.Günther Deschner1-0/+1