summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap
Commit message (Expand)AuthorAgeFilesLines
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-242-129/+6
* s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not de...Stefan Metzmacher2009-02-241-17/+32
* libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher2009-02-243-114/+1
* libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-241-66/+0
* libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher2009-02-244-1701/+1
* s4:libcli/ldap: remove reference to DEBUG()Stefan Metzmacher2009-02-241-1/+0
* s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystemStefan Metzmacher2009-02-245-287/+300
* Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-181-0/+4
* s4:libcli/ldap: use const char * const *attributes as in all other placesStefan Metzmacher2009-02-132-2/+2
* Fix the mess with ldb includes.Simo Sorce2009-01-303-43/+68
* s4:libcli/ldap: convert to tevent_* apiStefan Metzmacher2009-01-032-14/+14
* s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher2009-01-031-3/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-293-9/+9
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-1/+1
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-1/+1
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-1/+0
* s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROLAndrew Bartlett2008-12-171-0/+115
* s4:libcli/ldap: split out a ldap_decode_attribs_bare() functionAndrew Bartlett2008-12-171-8/+18
* Improve debug when SASL search failsAndrew Bartlett2008-11-171-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+2
* Fix function parameters.Jelmer Vernooij2008-10-231-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-231-3/+3
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-203-0/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-113-4/+4
* LDB ASYNC: misc changesSimo Sorce2008-09-291-1/+1
* Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-242-9/+13
* Make up a full hostname for ldapi connections.Andrew Bartlett2008-07-151-2/+7
* Cleanup ldap_bind_sasl.Andrew Bartlett2008-07-151-4/+3
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-0/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-3/+3
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-212-10/+7
* Fix warnings.Jelmer Vernooij2008-04-151-0/+2
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-7/+7
* Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-0/+10
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-028-23/+71
* Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-1/+1
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-2/+2
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-153-3/+3
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-2/+2
* r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett2007-12-271-3/+3
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-1/+1
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-211-1/+1
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-211-1/+2
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+3
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-213-6/+11