summaryrefslogtreecommitdiff
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* From patl@cag.lcs.mit.edu Tue Feb 22 14:22:35 2000Luke Leighton2000-02-221-9/+23
* surs issues.Luke Leighton2000-02-221-5/+9
* patch from patrick lopresti to get logon scripts working.Luke Leighton2000-02-211-7/+12
* added implementation of _lsa_open_secret.Luke Leighton2000-02-101-0/+29
* replace standard_sub_basic() and samlogon_user with standard_sub_vuser.Luke Leighton2000-02-091-17/+5
* 1) made standard_sub_vuser take a const user_struct* instead of a constLuke Leighton2000-02-082-8/+8
* this is probably one of THE most reluctant commits i've ever made.Luke Leighton2000-02-061-2/+3
* finally getting somewhere by creating an _samr* API as a library.Luke Leighton2000-02-041-1/+1
* dummy functions need to be unique.Luke Leighton2000-02-042-4/+4
* patch from luke howard to do a passdb/*.c-compatible nt5 ldap schema.Luke Leighton2000-02-048-0/+4060
* completes the patch to create and use standard_sub_vuser(). in someLuke Leighton2000-02-043-62/+8
* ok, this _is_ as big as it looks, conceptually, and i haven't evenLuke Leighton2000-02-042-12/+25
* patch from elrond to put references to global_sam_name and other domain stuffLuke Leighton2000-01-274-5/+4
* Added *.lo to .cvsignore files in various directories.Tim Potter2000-01-241-0/+1
* line-terminate trust account password file.Luke Leighton2000-01-201-0/+1
* client_name() and client_addr() don't work on the other side of anLuke Leighton2000-01-124-33/+23
* using standard_sub_basic() on all password db api instances toLuke Leighton2000-01-124-12/+79
* fixing wksta-join code, i got samr_setuserinfo level 23 (0x17) a bit wrong.Luke Leighton2000-01-121-0/+2
* need to use read_data_with_timeout() for DCE/RPC SMBreadX as well as SMBtrans.Luke Leighton2000-01-121-2/+9
* finally got somewhere with encrypted msrpc. i had to do some hacking aboutLuke Leighton2000-01-051-1/+1
* removed dependency of smbd on the smb password database api.Luke Leighton2000-01-031-21/+9
* fixing up NETLOGON usage. password validation must now go throughLuke Leighton2000-01-021-0/+4
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-2/+2
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+34
* 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