index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libads
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-12
/
+25
2009-07-15
Remove gencache_init/shutdown
Volker Lendecke
1
-8
/
+0
2009-07-09
Make escape_ldap_string take a talloc context
Volker Lendecke
1
-3
/
+3
2009-06-08
Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP can
Jeremy Allison
1
-15
/
+6
2009-05-31
Fix some nonempty blank lines
Volker Lendecke
1
-60
/
+59
2009-05-30
Move ads flags mapping to lib/
Volker Lendecke
1
-133
/
+5
2009-05-28
Make sid_binstring & friends take a talloc context
Volker Lendecke
1
-2
/
+2
2009-05-28
Add smbldap_pull_sid
Volker Lendecke
1
-13
/
+1
2009-04-28
s3-cldap: check for zero ip address in ads_cldap_netlogon().
Günther Deschner
1
-0
/
+7
2009-04-27
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
1
-8
/
+8
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
1
-1
/
+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-23
Fix coverity #901 - uninitialized data.
Jeremy Allison
1
-1
/
+1
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-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
1
-1
/
+1
2009-04-20
Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...
Wilco Baan Hofman
1
-0
/
+5
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-8
/
+8
2009-04-07
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
4
-21
/
+22
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-03-20
s3-krb5: Fix Coverity #762 (REVERSE_INULL).
Günther Deschner
1
-6
/
+6
2009-03-19
s3:libads: use libcli/cldap code
Stefan Metzmacher
1
-229
/
+67
2009-03-19
fix build on old Heimdal based systems
Björn Jacke
1
-5
/
+3
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-1
/
+1
2009-03-18
s3-spoolss: use rpccli_spoolss_enumprinterdataex in ldap_printer.c.
Günther Deschner
1
-26
/
+43
2009-03-01
Eliminate two duplicate SEC_ACE_TYPE constants already provided by
Jelmer Vernooij
1
-4
/
+4
2009-02-10
s3-rpcclient: use rpccli_spoolss_openprinter_ex helper.
Günther Deschner
1
-5
/
+5
2009-02-10
s3-spoolss: fix memleak in get_remote_printer_publishing_data().
Günther Deschner
1
-2
/
+8
2009-02-09
s3-rpcclient: use srv_name_slash instead of formating servername again and ag...
Günther Deschner
1
-4
/
+3
2009-02-06
s3-spoolss: use rpccli_spoolss_ClosePrinter.
Günther Deschner
1
-1
/
+1
2009-02-06
s3: use pidl to pull a KRB5_EDATA_NTSTATUS.
Günther Deschner
1
-36
/
+6
2009-02-05
s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".
Karolin Seeger
1
-1
/
+1
2009-02-03
s3-kerberos: use KRB5_KT_KEY compat macro.
Günther Deschner
1
-7
/
+1
2009-02-03
s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.
Günther Deschner
1
-3
/
+10
2009-02-03
Revert "fix for commit d96248a9b46 which broke Heimdal builds"
Günther Deschner
1
-6
/
+0
2009-02-02
fix for commit d96248a9b46 which broke Heimdal builds
Björn Jacke
1
-0
/
+6
2009-02-01
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
1
-17
/
+112
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
2009-01-16
s3:libads: use lock_path for creating paths to local krb5.conf files
Michael Adam
1
-2
/
+3
2009-01-16
s3:libads: give create_local_private_krb5_conf_for_domain() a common exit point
Michael Adam
1
-30
/
+20
2009-01-04
Async wrapper for open_socket_out_send/recv
Volker Lendecke
1
-12
/
+19
2009-01-03
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
1
-1
/
+1
2008-12-31
Replace a static variable and alarm() calls by using sys_select()
Volker Lendecke
1
-23
/
+24
2008-12-31
Fix some nonempty blank lines
Volker Lendecke
1
-5
/
+5
2008-12-30
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
1
-9
/
+22
2008-12-23
Fix more asprintf warnings and some error path errors.
Jeremy Allison
1
-2
/
+10
2008-12-23
More asprintf warning fixes.
Jeremy Allison
3
-8
/
+28
[prev]
[next]