summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke2005-11-282-28/+6
* r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke2005-11-261-11/+26
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2005-11-262-41/+24
* r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...Volker Lendecke2005-11-263-20/+62
* r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke2005-11-263-45/+38
* r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke2005-11-262-6/+28
* r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner2005-11-231-54/+5
* r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...Gerald Carter2005-11-221-0/+5
* r11847: Fix typo.Günther Deschner2005-11-221-1/+1
* r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison2005-10-211-1/+0
* r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough2005-10-203-4/+110
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-184-113/+114
* r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2005-10-112-40/+266
* r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2005-10-071-0/+209
* r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)Volker Lendecke2005-09-301-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-309-207/+614
* r10606: pdb_*sql patches from Gerald Carter2005-09-292-26/+24
* r9661: fallback to cn attribubte if displayName is not availableGerald Carter2005-08-261-14/+14
* r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter2005-08-261-4/+5
* r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner2005-08-231-2/+6
* r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach2005-08-131-6/+6
* r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursLars Müller2005-08-041-2/+3
* r8797: avoid unset rids for builtin-aliases.Günther Deschner2005-07-271-1/+2
* r8787: Make enumeration of builtin-aliases work again.Günther Deschner2005-07-261-5/+41
* r8542: - (re-)add better search-semantics: look for Interdomain trust accountsGünther Deschner2005-07-181-2/+2
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-244-191/+191
* r7787: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursJeremy Allison2005-06-203-58/+213
* r7730: Some mergesVolker Lendecke2005-06-181-22/+4
* r7718: Remove some unused codeVolker Lendecke2005-06-181-39/+0
* r7577: switching to macro for IS_DCGerald Carter2005-06-141-15/+4
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-081-2/+40
* r7142: removing 'ldap filter' smb.conf optionGerald Carter2005-05-311-4/+4
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2005-05-311-0/+65
* r6774: Fix 2 memleaksVolker Lendecke2005-05-131-1/+2
* r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke2005-05-131-2/+0
* r6748: With reconnects, state->connection->ldap_struct can change in smbldap_...Volker Lendecke2005-05-121-3/+8
* r6713: another talloc() fix. This time in pdb_xml.cGerald Carter2005-05-101-1/+1
* r6635: Fix build of the various sql pdb backends after new talloc.Jelmer Vernooij2005-05-063-91/+101
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2005-05-031-1/+2
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2005-04-232-6/+6
* r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter2005-04-211-1/+2
* r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke2005-04-182-194/+69
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2005-04-152-153/+717
* r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke2005-04-101-0/+358
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-093-13/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-1/+2
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-1/+1
* r6092: This much const causes the compiler on Fedora Core 2Jeremy Allison2005-03-281-2/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2005-03-272-25/+31
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough2005-03-222-15/+327