summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap_user.c
Commit message (Expand)AuthorAgeFilesLines
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-2/+7
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-5/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-3/+3
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-1/+1
* Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-241-14/+15
* Add ads group account add function.Jim McDonough2002-05-091-0/+33
* Contains functions to manage/view AD user accounts via ldap. Initially has fnsJim McDonough2002-04-041-0/+80