CVS update: samba/source/libads

Jim McDonough IBM jmcd at samba.org
Sat Apr 6 05:26:54 EST 2002


Date:	Fri Apr  5 11:26:53 2002
Author:	jmcd

Update of /home/cvs/samba/source/libads
In directory va:/tmp/cvs-serv13936/libads

Modified Files:
	ldap.c 
Log Message:
Several updates to get server side sorting going:
- Added sort control to ads_do_paged_search.  It allows a char * to be passed
  as the sort key.  If NULL, no sort is done.
- fixed a bug in the processing of controls (loop wasn't incremented properly)
- Added ads_do_search_all2, which funs a function that is passed in against
  each entry.  No ldapmessage structures are returned.  Allows results to
  be processed as the come in on each page.

I'd like ads_do_search_all2 to replace ads_do_search_all, but there's some
work to be done in winbindd_ads.c first.

Also, perhaps now we can do async ldap searches?  Allow us to process a
page while the server retrieves the next one?


Revisions:
ldap.c		1.53 => 1.54
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libads/ldap.c?r1=1.53&r2=1.54




More information about the samba-cvs mailing list