summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
...
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-3/+3
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-14/+102
* r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke2007-10-101-11/+26
* r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2007-10-101-24/+14
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-60/+59
* r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2007-10-101-0/+58
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-17/+117
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-5/+5
* r6367: Slim down pdb_interface.c a bit. next_entry and search_end are functionVolker Lendecke2007-10-101-185/+60
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2007-10-101-153/+248
* r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke2007-10-101-0/+358
* r6092: This much const causes the compiler on Fedora Core 2Jeremy Allison2007-10-101-2/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-9/+16
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough2007-10-101-0/+98
* r5951: gotta love that SGI compiler :-) (thanks Jason)Gerald Carter2007-10-101-3/+3
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2007-10-101-0/+36
* r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke2007-10-101-0/+146
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-68/+0
* r4996: sync up copytights with trunkGerald Carter2007-10-101-0/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-0/+68
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-6/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-101-0/+35
* r3704: Implement a cache get saves the result of a pdb_getsampwnam for laterVolker Lendecke2007-10-101-1/+27
* r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke2007-10-101-5/+7
* 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