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
/
include
/
smbldap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-17
s3-smbldap: include talloc.h and tevent.h in smbldap.h
Günther Deschner
1
-0
/
+3
2011-11-17
s3-smbldap: improve smbldap.h readability and rearrange some defines.
Günther Deschner
1
-59
/
+22
2011-11-17
s3-smbldap: remove duplicate prototype.
Günther Deschner
1
-6
/
+0
2011-11-16
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
1
-2
/
+5
2011-11-16
s3-smbldap: remove duplicate prototype of smbldap_init().
Günther Deschner
1
-3
/
+0
2011-11-16
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
1
-102
/
+0
2011-11-16
s3-smbldap: use include/smb_ldap.h in smbldap.h
Günther Deschner
1
-1
/
+1
2011-10-28
s3-smbldap: use tevent_context in smbldap.
Günther Deschner
1
-3
/
+3
2011-10-11
s3-passdb: split out passdb/pdb_ldap.h.
Günther Deschner
1
-11
/
+0
2011-10-11
s3-smbldap: rearrange prototypes a bit.
Günther Deschner
1
-19
/
+18
2011-10-04
s3-smbldap: remove an obsolete prototype.
Günther Deschner
1
-1
/
+0
2011-04-06
s3-smbldap: make octet_strings/DATA_BLOBs const.
Sumit Bose
1
-2
/
+2
2011-04-06
s3-smbldap: support storing octet_strings/DATA_BLOBs.
Günther Deschner
1
-0
/
+4
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-16
s3-build: stop including ldap and lber headers everywhere in the code.
Günther Deschner
1
-12
/
+2
2011-03-06
s3: Move EXOP definitions to smbldap.h
Volker Lendecke
1
-0
/
+25
2011-02-16
s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).
Günther Deschner
1
-1
/
+1
2011-02-16
s3-ipasam: add IPA specific attributes
Sumit Bose
1
-0
/
+3
2011-02-16
s3-ipasam: implement {get,set,del}_trusted_domain
Sumit Bose
1
-0
/
+1
2011-02-16
s3-passdb: Add minimal stub for IPA passdb backend
Sumit Bose
1
-0
/
+3
2010-09-20
s3-build: only include smbldap.h where needed.
Günther Deschner
1
-0
/
+37
2010-09-08
s3/ldap: use monotonic clock for timeouts in smbldap
Björn Jacke
1
-3
/
+3
2010-08-05
s3: avoid global include of ads.h.
Günther Deschner
1
-0
/
+6
2010-07-05
s4:include/smbldap.h - introduce a placeholder for "LDAPMessage" if we don't ...
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2010-02-08
s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.
Stefan Metzmacher
1
-0
/
+5
2010-01-14
s3:smbldap: add smbldap_talloc_first_attribute()
Stefan Metzmacher
1
-0
/
+3
2009-05-31
Fix some nonempty blank lines
Volker Lendecke
1
-4
/
+4
2009-05-29
Add smbldap_talloc_single_blob()
Volker Lendecke
1
-0
/
+3
2009-05-28
Add smbldap_pull_sid
Volker Lendecke
1
-0
/
+2
2009-05-12
Fix bug 6157
Volker Lendecke
1
-0
/
+3
2009-04-06
s3:smbldap Remove smbldap_get_dn
Andrew Bartlett
1
-2
/
+1
2008-06-26
Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.
Jeremy Allison
1
-0
/
+7
2008-06-03
Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...
Björn Jacke
1
-1
/
+2
2007-11-27
Remove unused prototype for smbldap_get_single_pstring().
Jeremy Allison
1
-2
/
+0
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-4
/
+4
2007-10-10
r25092: Add support for storing trusted domain passwords in LDAP for
Michael Adam
1
-0
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
1
-1
/
+3
2007-10-10
r20215: Next step trying to fix the Solaris build.
Volker Lendecke
1
-1
/
+1
2007-10-10
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
1
-0
/
+4
2007-10-10
r16122: As we use 'inetOrgPerson' as structural objectclass for new accounts for
Günther Deschner
1
-0
/
+1
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-7
/
+2
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-3
/
+12
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-4
/
+9
2007-10-10
r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...
James Peach
1
-2
/
+24
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
1
-0
/
+1
2007-10-10
r5655: Added support for Novell NDS universal password. Code donated by
Jeremy Allison
1
-0
/
+25
2007-10-10
r5428: Apply some const. LDAP attribs should now be declared const char *attr...
Volker Lendecke
1
-2
/
+2
[next]