summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke8-404/+769
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-11/+9
2007-10-10r11999: Re-add "passdb expand explicit".Volker Lendecke2-6/+26
2007-10-10r11947: Back out passdb:expand_explicit until we find consensus. I'll file th...Volker Lendecke2-28/+6
2007-10-10r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke1-11/+26
2007-10-10r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2-41/+24
2007-10-10r11920: Rename local_lookup_rid to lookup_global_sam_rid, add lookup_builtin_...Volker Lendecke3-20/+62
2007-10-10r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke3-45/+38
2007-10-10r11914: After talking to Jeremy, implement passdb:expand_explicit with a defa...Volker Lendecke2-6/+28
2007-10-10r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner1-54/+5
2007-10-10r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...Gerald Carter1-0/+5
2007-10-10r11847: Fix typo.Günther Deschner1-1/+1
2007-10-10r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison1-1/+0
2007-10-10r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough3-4/+110
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison4-113/+114
2007-10-10r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2-40/+266
2007-10-10r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison1-0/+209
2007-10-10r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)Volker Lendecke1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter9-207/+614
2007-10-10r10606: pdb_*sql patches fromGerald Carter2-26/+24
2007-10-10r9661: fallback to cn attribubte if displayName is not availableGerald Carter1-14/+14
2007-10-10r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter1-4/+5
2007-10-10r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner1-2/+6
2007-10-10r9303: Clobber compiler warnings. Patch from Jason Mader <jason@ncac.gwu.edu>...James Peach1-6/+6
2007-10-10r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursLars Müller1-2/+3
2007-10-10r8797: avoid unset rids for builtin-aliases.Günther Deschner1-1/+2
2007-10-10r8787: Make enumeration of builtin-aliases work again.Günther Deschner1-5/+41
2007-10-10r8542: - (re-)add better search-semantics: look for Interdomain trust accountsGünther Deschner1-2/+2
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison4-191/+191
2007-10-10r7787: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hoursJeremy Allison3-58/+213
2007-10-10r7730: Some mergesVolker Lendecke1-22/+4
2007-10-10r7718: Remove some unused codeVolker Lendecke1-39/+0
2007-10-10r7577: switching to macro for IS_DCGerald Carter1-15/+4
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+40
2007-10-10r7142: removing 'ldap filter' smb.conf optionGerald Carter1-4/+4
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-0/+65
2007-10-10r6774: Fix 2 memleaksVolker Lendecke1-1/+2
2007-10-10r6770: Fix bug 2705. Thanks, John, for beating my stuff :-)Volker Lendecke1-2/+0
2007-10-10r6748: With reconnects, state->connection->ldap_struct can change in smbldap_...Volker Lendecke1-3/+8
2007-10-10r6713: another talloc() fix. This time in pdb_xml.cGerald Carter1-1/+1
2007-10-10r6635: Fix build of the various sql pdb backends after new talloc.Jelmer Vernooij3-91/+101
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-1/+2
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2-6/+6
2007-10-10r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter1-1/+2
2007-10-10r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke2-194/+69
2007-10-10r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2-153/+717
2007-10-10r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke1-0/+358
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke3-13/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1