summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* r17161: sync files from SAMBA_3_0_23 branchGerald Carter2006-07-203-11/+52
* r16915: grab vl's fix for BUG 3915Gerald Carter2006-07-102-2/+7
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-292-3/+9
* r16438: sync up to r16433Gerald Carter2006-06-211-0/+13
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-204-150/+23
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-4/+49
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-154-474/+158
* r16175: sync up with SAMBA_3_0 to release (r16156)Gerald Carter2006-06-131-1/+1
* r16124: catch a couple of fixes from GuentherGerald Carter2006-06-091-2/+9
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-085-12/+45
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-236-47/+57
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2006-04-172-5/+5
* r15009: Add a check for NULLVolker Lendecke2006-04-091-0/+3
* r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter2006-04-021-5/+10
* r14855: Various fixes:Gerald Carter2006-04-021-10/+8
* r14780: Fix coverity bug #272, null deref.Jeremy Allison2006-03-291-0/+8
* r14758: Fix broken LDAP search filter.Günther Deschner2006-03-291-1/+1
* r14756: Make smbpasswd -a root work for eDirectory where there is no "account"Günther Deschner2006-03-291-5/+18
* r14696: make pdb_find_backend_entry public (for use by an external "multi" pd...Jelmer Vernooij2006-03-241-3/+1
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2006-03-222-22/+84
* r14577: BUG Fixes:Gerald Carter2006-03-202-11/+9
* r14457: Add a few more special cases for RID 513 in the samr code.Gerald Carter2006-03-152-2/+32
* r14452: Sorry. Need more coffee....Gerald Carter2006-03-151-1/+1
* r14451: In order to get pdb_ldap searching for SID_NAME_ALIASGerald Carter2006-03-151-42/+16
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-152-15/+8
* r14103: Fix a memleak found by valgrind (!!)Volker Lendecke2006-03-091-0/+1
* r14102: Fix Coverity bug # 70Volker Lendecke2006-03-091-0/+4
* r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2006-03-091-6/+9
* r13979: We've dereferenced my_methods already, so there's no point in checkin...Volker Lendecke2006-03-071-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-7/+3
* r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce2006-03-051-82/+130
* r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.Volker Lendecke2006-03-022-3/+18
* r13776: Merge in the editposix ldapsam optimizationSimo Sorce2006-03-012-109/+892
* r13765: Fix bug reported by jra. Don't check for a group SID when storingGerald Carter2006-03-011-0/+2
* r13756: use samu_new() rather than calling talloc() directly.Gerald Carter2006-02-281-1/+1
* r13747: Fix the reference count for tdbsam_open() - on anJeremy Allison2006-02-281-5/+9
* r13729: Fix smbpasswd -xVolker Lendecke2006-02-271-13/+6
* r13728: No, we have not talked about this on irc less than 24h ago... ;-)Volker Lendecke2006-02-271-2/+2
* r13727: Fix a segfaultVolker Lendecke2006-02-271-1/+5
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-276-40/+275
* r13704: Janitor for tpot.Jeremy Allison2006-02-271-50/+55
* r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke2006-02-261-1/+1
* r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke2006-02-241-0/+19
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-247-330/+243
* r13678: Remove unneeded bracesVolker Lendecke2006-02-241-5/+3
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2006-02-223-8/+14
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2006-02-213-94/+11
* r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2006-02-212-391/+406
* r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter2006-02-211-116/+84
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-214-126/+54