Don't throw out WEIRD - yet (I committed my local changes together with my last fix...
[kai/samba.git] / source3 / passdb /
2002-11-11 Jelmer VernooijMore improvement of DEBUG output
2002-11-11 Jelmer VernooijAdd extra debug info
2002-11-10 Jelmer VernooijPrint the number of returned rows, not the number of...
2002-11-08 Andrew BartlettMake smbpasswd use the group mapping, and fix spelling...
2002-11-07 Jelmer VernooijFix small typo
2002-11-07 Andrew Tridgellwhen doing a 'net rpc vampire' a pdb_init_sam_pw()...
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-06 Jelmer VernooijAdd group management support (patch from metze)
2002-11-06 Jelmer VernooijAdapt to latest pdb API changes - only thing left is...
2002-11-06 Jelmer Vernooijpdb_get_unknown? -> pdb_get_unknown_?
2002-11-05 Jelmer VernooijMove pdb_xml to source/
2002-11-05 Jelmer VernooijMove pdb_mysql to source/passdb
2002-11-04 Andrew BartlettAllow 'normal' accounts in the non-unix-account range...
2002-11-04 Andrew BartlettFix debug
2002-11-03 Andrew BartlettExtra little fix to vl's patch. Make sure the passdb...
2002-11-03 Volker LendeckeForce algorithmic rid base to sane values and talk...
2002-11-02 Andrew BartlettClean up this a little - add comments describing a...
2002-11-02 Andrew BartlettAdd a 'ldap trust ids' option that lets pdb_ldap check...
2002-11-02 Andrew BartlettReturn the result code, not false (0 == success) on...
2002-11-02 Andrew BartlettFixes for pdb_ldap:
2002-10-26 Andrew BartlettOne more step towards to better PDC.
2002-10-25 Jelmer VernooijFix memory leak (patch by Steve Langasek)
2002-10-25 Jelmer VernooijOnly run free_private_data when it's specified (reporte...
2002-10-21 Volker Lendeckepdb_unix.c did not really expect group RIDs dictated...
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-18 Jeremy AllisonStart to merge the new ACL mapping code from Andreas...
2002-10-17 Volker LendeckeRevert changes
2002-10-17 Volker LendeckeRevert changes
2002-10-16 Volker LendeckeNo functional change. I'm trying to understand pdb_ldap...
2002-10-16 Volker LendeckeCreate group mappings on the fly.
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-10-12 Andrew BartlettWe already set LDAPv3 at connect time, no need to set...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-09-28 Andrew BartlettAdd const.
2002-09-27 Andrew BartlettMinor updates:
2002-09-27 Andrew BartlettReadd the 2.2 --with-ldapsam paramaters so as to allow...
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-09-25 Andrew BartlettMake it clear what this if statement applies to, and...
2002-09-25 Andrew BartlettWhenever we deal with adding machine/trusted domain...
2002-09-25 Jelmer VernooijDon't crash when a backend doesn't have a setsampwent...
2002-09-25 Andrew BartlettThis patch from "Stefan (metze) Metzmacher" <metze...
2002-09-25 Andrew BartlettIf adding a user to ldap, make sure we have the 'accoun...
2002-09-18 Jeremy AllisonWe had a race condition when changing a machine acount...
2002-09-17 Jeremy AllisonNever, *ever* hold a mutex lock in the message database...
2002-09-17 Andrew Tridgellmore const cleanups
2002-09-04 Andrew BartlettSet default ACB attributes on 'unixsam' accounts. ...
2002-08-29 Jelmer Vernooijsmall fixes
2002-08-29 Jelmer VernooijRTLD_GLOBAL is not necessary
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-08-21 Andrew BartlettMore hacks for 'guest account' to get it to show up...
2002-08-21 Volker LendeckeReplaced reference to global_myworkgroup by calls to...
2002-08-21 Jelmer VernooijAdd changes suggested by abartlet:
2002-08-21 Andrew BartlettUse the 'init' flag to determine if the UID is set...
2002-08-20 Jelmer Vernooijpdb_nisplus converted to the new passdb system API's
2002-08-17 Andrew BartlettQuick hack to get around the inadequacy of pdb_smbpassw...
2002-08-17 Andrew BartlettRework the 'guest account get's RID 501' code again...
2002-08-16 Andrew BartlettMake the 'guest account' always have a RID of DOMAIN_US...
2002-08-12 Jim McDonoughUpdate secrets_fetch_domain_guid to generate and store...
2002-08-07 Andrew BartlettAdd const to a pile of const to *DOM_SID paramaters.
2002-08-06 Andrew BartlettTry to bind with LDAPv3 if possible.
2002-08-05 Andrew BartlettI must have missed this when I was adding 'const' to...
2002-08-05 Andrew BartlettTry to make this easier to debug - display the username...
2002-07-31 Andrew BartlettDon't accidenity mess with the wrong domain's sids.
2002-07-31 Andrew Tridgellfixed multi-line strings for portability
2002-07-30 Jim McDonoughAdd LSA RPC 0x2E, lsa_query_info2. Only level implemen...
2002-07-30 Andrew BartlettUpdate a pile of Samba's SID lookup code to ensure:
2002-07-30 Andrew BartlettThese are not critical errors, they should not be a...
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-27 Andrew BartlettUpdate the rebind code in pdb_ldap.
2002-07-26 Gerald Carterfix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1
2002-07-26 Andrew Bartlett(another patch from mimir)
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-26 Andrew BartlettClarify this comment.
2002-07-24 Andrew BartlettActually check the return value of the account_policy_g...
2002-07-21 Tim PotterName get and set dir drive functions consistently.
2002-07-21 Andrew BartlettMore cleanups, and add a comment/hint not to clean...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-14 Andrew BartlettFix up a botched prevoius commit.
2002-07-13 Andrew BartlettMake smbpasswd behave like all the other backends,...
2002-07-10 Andrew BartlettIf we get a SID from group mapping, no need to check...
2002-07-05 Andrew BartlettFix debug comment.
2002-07-03 Andrew BartlettBreak up the passdb objects (to allow RPC clients to...
2002-07-03 Andrew BartlettFix the spelling in the LDAP attributes
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-26 Andrew BartlettAnother bug fix from metze.
2002-06-22 Andrew BartlettAdd module versioning to the passdb module system
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-06-14 Andrew BartlettAllow non unix accounts to be added to an ldap director...
2002-06-14 Andrew BartlettPatch from ctrlsoft to use the pdb_sethexpwd function...
2002-06-14 Andrew BartlettIt looks like we never tested the 'cleanup' code, so...
2002-06-14 Andrew BartlettSome updates from ctrlsoft <jelmer@nl.linux.org> to...
2002-06-14 Andrew BartlettDebug fixes from ctrlsoft
2002-06-14 Andrew BartlettConvenience function to allow a SID to be specified...
2002-06-14 Andrew BartlettPatch from ctrlsoft to make the pluggable passdb subsys...
2002-06-14 Andrew BartlettAdd const, kill of useless casts and therefore eliminat...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
next