summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison1-0/+36
2007-10-10r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke1-0/+146
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-68/+0
2007-10-10r4996: sync up copytights with trunkGerald Carter1-0/+1
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-0/+68
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner1-6/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke1-0/+35
2007-10-10r3704: Implement a cache get saves the result of a pdb_getsampwnam for laterVolker Lendecke1-1/+27
2007-10-10r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke1-5/+7
2007-10-10r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke1-4/+3
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+300
2004-02-26And another little constVolker Lendecke1-1/+1
2004-02-12abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter1-6/+4
2004-02-12stupid cut-n=paste error; my faultGerald Carter1-2/+2
2004-02-04move disabling code to context functions instead of backwards compatible wrap...Gerald Carter1-28/+28
2004-01-30disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter1-6/+12
2004-01-29more initialization fixesGerald Carter1-0/+22
2004-01-29initialization fixesGerald Carter1-0/+41
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+2
2003-06-30Add the 'guest' passdb backend automatically ifVolker Lendecke1-0/+25
2003-06-25large change:Gerald Carter1-1/+1
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-2/+2
2003-06-20Fix bug #136: "passdb backend = " caused smbd to segfault.Jim McDonough1-0/+5
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-18/+16
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+2
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-2/+2
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-7/+17
2003-04-24- Get rid of module_path_get_name()Jelmer Vernooij1-11/+6
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-1/+1
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-31/+79
2003-03-22Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett1-0/+63
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-14Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij1-4/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-0/+223
2002-10-25Only run free_private_data when specified (reported by Steve Langasek aka vor...Jelmer Vernooij1-1/+2
2002-09-26sync with HEADGerald Carter1-58/+58
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+3
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-110/+225
2002-04-04Fixed memory leak in make_pdb_context_name()Tim Potter1-17/+25
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-45/+1
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-0/+44
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-3/+4
2002-02-22Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett1-3/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1