summaryrefslogtreecommitdiffstats
path: root/source/passdb/pdb_smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-201-1/+1
* Coverity fixesMarc VanHeyningen2008-03-171-2/+4
* Fix valgrind errorsVolker Lendecke2008-02-041-1/+17
* Remove the sampwent interfaceVolker Lendecke2007-12-261-76/+0
* smbpasswd_search_usersVolker Lendecke2007-12-261-0/+114
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-5/+6
* More pstring elimination.Jeremy Allison2007-11-201-28/+44
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-14/+14
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r20998: Fix debug messageVolker Lendecke2007-10-101-1/+2
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2007-10-101-0/+4
* r17673: volker's patch for re-adding Getpwnam() lookups to smbpasswd backend ...Gerald Carter2007-10-101-5/+1
* r17592: Remove some unused functions pointed out by John E. Malmberg, makeVolker Lendecke2007-10-101-0/+46
* r17246: BUG 3964: lower case username prior to getpwnam() call in smbpasswdGerald Carter2007-10-101-1/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-14/+13
* r16155: Janitor for jelmer.Jeremy Allison2007-10-101-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-1/+1
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-101-4/+10
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-101-3/+5
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-12/+4
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-22/+22
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13460: by popular demand....Gerald Carter2007-10-101-7/+5
* r13316: Let the carnage begin....Gerald Carter2007-10-101-11/+11
* r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison2007-10-101-1/+0
* r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough2007-10-101-0/+57
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-9/+13
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r2317: Fixup error messages and reformat.Jeremy Allison2007-10-101-903/+922
* r2312: Fix for bugid #1667, smbpasswd file could be left locked onJeremy Allison2007-10-101-0/+2
* r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" asJeremy Allison2007-10-101-3/+3
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
* This creates passdb backend files automatically when adding first account.Rafal Szczesniak2003-07-201-2/+19
* moving more code around.Gerald Carter2003-07-111-94/+18
* Uppercase first letter of debug level 0 statements.Tim Potter2003-07-021-2/+2
* Make static (patch from metze)Jelmer Vernooij2003-06-171-1/+1
* The return value of init_module functions is NTSTATUS, not intJelmer Vernooij2003-06-171-3/+2
* Quieten debug message.Tim Potter2003-06-161-1/+1
* I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2003-05-271-2/+2
* Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-131-1/+1
* Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.Andrew Bartlett2003-05-131-12/+22
* And finally IDMAP in 3_0Simo Sorce2003-05-121-42/+17
* Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett2003-05-071-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+4
* A new pdb_ldap!Andrew Bartlett2003-04-281-2/+2
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-0/+7