summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-15/+38
* Whoops ! Being over-paranoid is not good.Jean-François Micouleau1999-09-241-8/+0
* use gecos field to fill the full_nameJean-François Micouleau1999-09-232-7/+36
* Fixed an annoying bug in the LDAP code. Attributes not present in theMatthew Chapman1999-09-221-22/+3
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-2/+2
* BDC support.Luke Leighton1999-07-211-0/+2
* code from bertl to allow remap of default built-in names to anything.Luke Leighton1999-07-142-0/+12
* renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1999-07-132-4/+4
* NULL pwdb_xxx_map_names() parameter can be passed here (which is a bugLuke Leighton1999-07-112-10/+12
* issues with pwdb_sam_map_names() and pwdb_smb_map_names() returning NULL.Luke Leighton1999-07-082-3/+20
* added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1999-07-072-2/+8
* improving authentication code (tidyup).Luke Leighton1999-06-291-1/+0
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-132-64/+2
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-1/+1
* "User Manager" - create user + change password now work.Luke Leighton1999-03-251-0/+42
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-252-1/+148
* SAM database "set user info".Luke Leighton1999-03-254-5/+19
* #if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)Matthew Chapman1999-03-231-1/+1
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-6/+6
* static password space needed.Luke Leighton1999-03-101-3/+3
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-092-54/+77
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-081-1/+2
* spelling mistake, #ifdef'd out for non-developers (oops!)Luke Leighton1999-03-051-0/+5
* Benjamin Kuit's mods.Luke Leighton1999-03-052-3/+5
* Benjamin Kuit's latest mysql mods. issue with "make proto" needs to beLuke Leighton1999-03-034-84/+87
* Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1999-03-014-0/+937
* pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1999-02-091-8/+20
* iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1999-02-082-21/+91
* Fixed a domain functionality problem where NT clients would startMatthew Chapman1999-02-011-30/+11
* Finally committing my LDAP changes.Matthew Chapman1999-01-153-50/+135
* Fixed the "You password will expire in 0 days. Would you like toGerald Carter1999-01-132-1/+30
* trying to track down issues in get_home_dir().Luke Leighton1998-12-141-0/+4
* %U substitution should be unix user not nt userLuke Leighton1998-12-112-4/+9
* ldap_getpw() also needs to be (void)Luke Leighton1998-12-081-3/+2
* compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1998-12-081-2/+6
* added ldap files by Matthew Chapman.Luke Leighton1998-12-072-0/+623
* Matthew Chapman spotted that smbpasschange was assuming the existenceLuke Leighton1998-12-071-29/+0
* matthew chapman's ldap code, to date. plus docs!Luke Leighton1998-12-073-817/+289
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-301-4/+13
* passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1998-11-301-7/+21
* - adding builtin[alias]db.Luke Leighton1998-11-302-20/+32
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-292-0/+713
* weekend work. user / group database API.Luke Leighton1998-11-298-880/+209
* we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1998-11-261-1/+14
* fixing group database issuesLuke Leighton1998-11-252-7/+8
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-23/+29
* fixing domain join and domain login problemsLuke Leighton1998-11-251-1/+0
* clearer debug commentsLuke Leighton1998-11-241-2/+2
* oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1998-11-241-11/+11
* initialise not initialize...Luke Leighton1998-11-242-2/+2