index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libads
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-cldap: check for zero ip address in ads_cldap_netlogon().
Günther Deschner
2009-04-28
1
-0
/
+7
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
1
-8
/
+8
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-1
/
+1
*
samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:
Jelmer Vernooij
2009-04-23
1
-10
/
+9
*
ldb/samba3: Support event context argument to ldb_init().
Jelmer Vernooij
2009-04-23
1
-0
/
+3
*
Fix coverity #901 - uninitialized data.
Jeremy Allison
2009-04-23
1
-1
/
+1
*
Add comment explaining the previous fix.
Jeremy Allison
2009-04-22
1
-0
/
+6
*
Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...
Jeremy Allison
2009-04-22
1
-0
/
+4
*
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
2009-04-20
1
-1
/
+1
*
Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...
Wilco Baan Hofman
2009-04-20
1
-0
/
+5
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-8
/
+8
*
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
2009-04-07
4
-21
/
+22
*
s3-libads: avoid NULL talloc context with ads_get_dn().
Günther Deschner
2009-04-07
1
-8
/
+8
*
s3:libads Make ads_get_dn() take a talloc context
Andrew Bartlett
2009-04-06
1
-40
/
+29
*
s3-krb5: Fix Coverity #762 (REVERSE_INULL).
Günther Deschner
2009-03-20
1
-6
/
+6
*
s3:libads: use libcli/cldap code
Stefan Metzmacher
2009-03-19
1
-229
/
+67
*
fix build on old Heimdal based systems
Björn Jacke
2009-03-19
1
-5
/
+3
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-1
/
+1
*
s3-spoolss: use rpccli_spoolss_enumprinterdataex in ldap_printer.c.
Günther Deschner
2009-03-18
1
-26
/
+43
*
Eliminate two duplicate SEC_ACE_TYPE constants already provided by
Jelmer Vernooij
2009-03-01
1
-4
/
+4
*
s3-rpcclient: use rpccli_spoolss_openprinter_ex helper.
Günther Deschner
2009-02-10
1
-5
/
+5
*
s3-spoolss: fix memleak in get_remote_printer_publishing_data().
Günther Deschner
2009-02-10
1
-2
/
+8
*
s3-rpcclient: use srv_name_slash instead of formating servername again and ag...
Günther Deschner
2009-02-09
1
-4
/
+3
*
s3-spoolss: use rpccli_spoolss_ClosePrinter.
Günther Deschner
2009-02-06
1
-1
/
+1
*
s3: use pidl to pull a KRB5_EDATA_NTSTATUS.
Günther Deschner
2009-02-06
1
-36
/
+6
*
s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".
Karolin Seeger
2009-02-05
1
-1
/
+1
*
s3-kerberos: use KRB5_KT_KEY compat macro.
Günther Deschner
2009-02-03
1
-7
/
+1
*
s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.
Günther Deschner
2009-02-03
1
-3
/
+10
*
Revert "fix for commit d96248a9b46 which broke Heimdal builds"
Günther Deschner
2009-02-03
1
-6
/
+0
*
fix for commit d96248a9b46 which broke Heimdal builds
Björn Jacke
2009-02-02
1
-0
/
+6
*
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
2009-02-01
1
-17
/
+112
*
s3: fix bug #6073: prevent ads_connect() from using SSL unless explicitly req...
Michael Adam
2009-01-29
1
-3
/
+5
*
ads_connect: Return immediately on a failed GC connection.
Gerald (Jerry) Carter
2009-01-16
1
-3
/
+14
*
s3:libads: use lock_path for creating paths to local krb5.conf files
Michael Adam
2009-01-16
1
-2
/
+3
*
s3:libads: give create_local_private_krb5_conf_for_domain() a common exit point
Michael Adam
2009-01-16
1
-30
/
+20
*
Async wrapper for open_socket_out_send/recv
Volker Lendecke
2009-01-04
1
-12
/
+19
*
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
2009-01-03
1
-1
/
+1
*
Replace a static variable and alarm() calls by using sys_select()
Volker Lendecke
2008-12-31
1
-23
/
+24
*
Fix some nonempty blank lines
Volker Lendecke
2008-12-31
1
-5
/
+5
*
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
2008-12-30
1
-9
/
+22
*
Fix more asprintf warnings and some error path errors.
Jeremy Allison
2008-12-23
1
-2
/
+10
*
More asprintf warning fixes.
Jeremy Allison
2008-12-23
3
-8
/
+28
*
More asprintf warning fixes.
Jeremy Allison
2008-12-23
1
-9
/
+18
*
Fix more asprintf errors and error code paths.
Jeremy Allison
2008-12-23
2
-9
/
+31
*
s3:libads/ldap.c: store the dc name in the saf cache as in all other places
Stefan Metzmacher
2008-12-13
1
-3
/
+2
*
s3:libads/ldap.c: if the client belongs to no site at all any dc is the closest
Stefan Metzmacher
2008-12-13
1
-0
/
+5
*
s3:libads/ldap.c: pass the real workgroup name to get_dc_name()
Stefan Metzmacher
2008-12-13
1
-1
/
+10
*
s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case
Stefan Metzmacher
2008-12-13
1
-1
/
+25
*
s3: correctly detect if the current dc is the closest one
Stefan Metzmacher
2008-12-13
1
-1
/
+0
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-3
/
+3
[next]