summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-141-0/+1
* Fix open problem with changing attributes on an existing file - basedJeremy Allison2003-01-081-1/+0
* Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-041-17/+0
* Merge from HEAD - don't base RID on a name being the lp_guest_account(), letAndrew Bartlett2003-01-041-2/+0
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-035-13/+13
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-2/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-2/+2
* Merge some more FUNCTION_MACRO stuff.Tim Potter2002-12-201-5/+5
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-131-0/+30
* Merge tridge's fixes to pdb_ldap (don't look for number of results in aAndrew Bartlett2002-11-261-17/+34
* Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij2002-11-141-4/+0
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-125-25/+19
* Improve DEBUG output somewhat moreJelmer Vernooij2002-11-111-2/+5
* Add more debug infoJelmer Vernooij2002-11-111-2/+2
* Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
* Back out some of my sync changesJelmer Vernooij2002-11-091-7/+7
* Sync with HEADJelmer Vernooij2002-11-091-7/+7
* Merge from HEAD:Andrew Bartlett2002-11-083-36/+47
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-11-072-0/+1599
|\
| * Fix small typoJelmer Vernooij2002-11-071-1/+1
| * when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create aAndrew Tridgell2002-11-071-0/+3
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-6/+9
| * Add group management support (patch from metze)Jelmer Vernooij2002-11-062-0/+67
| * Adapt to latest pdb API changes - only thing left is group supportJelmer Vernooij2002-11-062-21/+17
| * pdb_get_unknown? -> pdb_get_unknown_?Jelmer Vernooij2002-11-061-3/+3
| * Move pdb_xml to source/Jelmer Vernooij2002-11-051-0/+561
| * Move pdb_mysql to source/passdbJelmer Vernooij2002-11-051-0/+975
| * Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett2002-11-041-19/+20
| * Fix debugAndrew Bartlett2002-11-041-1/+1
| * Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett2002-11-031-3/+5
| * Force algorithmic rid base to sane values and talk about it.Volker Lendecke2002-11-031-4/+25
| * Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett2002-11-021-5/+6
| * Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett2002-11-021-33/+92
| * Return the result code, not false (0 == success) on error...Andrew Bartlett2002-11-021-1/+1
| * Fixes for pdb_ldap:Andrew Bartlett2002-11-021-111/+103
| * One more step towards to better PDC.Andrew Bartlett2002-10-261-208/+330
| * Fix memory leak (patch by Steve Langasek)Jelmer Vernooij2002-10-251-0/+14
| * Only run free_private_data when it's specified (reported by Steve Langasek ak...Jelmer Vernooij2002-10-251-1/+2
| * pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke2002-10-211-2/+4
| * This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-217-11/+453
| * Start to merge the new ACL mapping code from Andreas Gruenbacher <agruen@suse...Jeremy Allison2002-10-181-10/+38
| * Revert changesVolker Lendecke2002-10-171-1/+1
| * Revert changesVolker Lendecke2002-10-171-24/+22
| * No functional change. I'm trying to understand pdb_ldap.c andVolker Lendecke2002-10-161-22/+24
| * Create group mappings on the fly.Volker Lendecke2002-10-161-1/+1
| * Nice *big* patch from metze.Andrew Bartlett2002-10-127-370/+465
| * We already set LDAPv3 at connect time, no need to set it again.Andrew Bartlett2002-10-121-8/+0
| * Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-49/+11
| * Add const.Andrew Bartlett2002-09-281-1/+1
| * Minor updates:Andrew Bartlett2002-09-271-4/+4