summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
1999-03-10static password space needed.Luke Leighton1-3/+3
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton2-54/+77
1999-03-08pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1-1/+2
1999-03-05spelling mistake, #ifdef'd out for non-developers (oops!)Luke Leighton1-0/+5
1999-03-05Benjamin Kuit's mods.Luke Leighton2-3/+5
1999-03-03Benjamin Kuit's latest mysql mods. issue with "make proto" needs to beLuke Leighton4-84/+87
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton4-0/+937
1999-02-09pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1-8/+20
1999-02-08iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton2-21/+91
1999-02-01Fixed a domain functionality problem where NT clients would startMatthew Chapman1-30/+11
1999-01-15Finally committing my LDAP changes.Matthew Chapman3-50/+135
1999-01-13Fixed the "You password will expire in 0 days. Would you like toGerald Carter2-1/+30
1998-12-14trying to track down issues in get_home_dir().Luke Leighton1-0/+4
1998-12-11%U substitution should be unix user not nt userLuke Leighton2-4/+9
1998-12-08ldap_getpw() also needs to be (void)Luke Leighton1-3/+2
1998-12-08compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1-2/+6
1998-12-07added ldap files by Matthew Chapman.Luke Leighton2-0/+623
1998-12-07Matthew Chapman spotted that smbpasschange was assuming the existenceLuke Leighton1-29/+0
1998-12-07matthew chapman's ldap code, to date. plus docs!Luke Leighton3-817/+289
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1-4/+13
1998-11-30passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1-7/+21
1998-11-30- adding builtin[alias]db.Luke Leighton2-20/+32
1998-11-29"retired" two modules to preserve their cvs history.Luke Leighton2-0/+713
1998-11-29weekend work. user / group database API.Luke Leighton8-880/+209
1998-11-26we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1-1/+14
1998-11-25fixing group database issuesLuke Leighton2-7/+8
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-23/+29
1998-11-25fixing domain join and domain login problemsLuke Leighton1-1/+0
1998-11-24clearer debug commentsLuke Leighton1-2/+2
1998-11-24oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1-11/+11
1998-11-24initialise not initialize...Luke Leighton2-2/+2
1998-11-23remove unused variableLuke Leighton1-1/+0
1998-11-23someone had added code to convert rids to rids, assuming that the ridsLuke Leighton1-9/+1
1998-11-23unix instance of group database APILuke Leighton5-20/+263
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison5-15/+14
1998-11-17swapped username:uid:[groupridlist]:[aliasridlist] toLuke Leighton1-9/+9
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton5-719/+388
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis1-11/+18
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+162
1998-11-10util functions split into relevant modules, first pass.Luke Leighton1-43/+0
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-5/+3
1998-11-05the start of the start of the SAM database APILuke Leighton2-0/+417
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-5/+6
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton4-0/+40
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison2-0/+2
1998-10-16trust passwordLuke Leighton1-2/+2
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton2-2/+38
1998-10-15getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1-1/+6
1998-10-15bug-fixing against:Luke Leighton1-0/+2