summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
* r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke2007-10-101-4/+3
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+300
* And another little constVolker Lendecke2004-02-261-1/+1
* abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter2004-02-121-6/+4
* stupid cut-n=paste error; my faultGerald Carter2004-02-121-2/+2
* move disabling code to context functions instead of backwards compatible wrap...Gerald Carter2004-02-041-28/+28
* disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter2004-01-301-6/+12
* more initialization fixesGerald Carter2004-01-291-0/+22
* initialization fixesGerald Carter2004-01-291-0/+41
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* Add the 'guest' passdb backend automatically ifVolker Lendecke2003-06-301-0/+25
* large change:Gerald Carter2003-06-251-1/+1
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-2/+2
* Fix bug #136: "passdb backend = " caused smbd to segfault.Jim McDonough2003-06-201-0/+5
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-18/+16
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+2
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-2/+2
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-7/+17
* - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
* Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-151-31/+79
* Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett2003-03-221-0/+63
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* 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-121-2/+2
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-0/+223
* Only run free_private_data when specified (reported by Steve Langasek aka vor...Jelmer Vernooij2002-10-251-1/+2
* sync with HEADGerald Carter2002-09-261-58/+58
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+3
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-110/+225
* Fixed memory leak in make_pdb_context_name()Tim Potter2002-04-041-17/+25
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-45/+1
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-0/+44
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-3/+4
* Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2002-02-221-3/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fix typoAndrew Bartlett2002-01-261-1/+1
* Passdb changes:Andrew Bartlett2002-01-251-5/+19
* This is another *BIG* change...Andrew Bartlett2002-01-201-0/+368