SAM database "set user info".
[samba.git] / source3 / smbd / password.c
1999-03-25 Luke LeightonSAM database "set user info".
1999-03-19 Luke Leightongoing to start adding inter-domain trust logons soon.
1999-03-12 Luke Leightoncli_setup_creds new arguments added.
1998-12-14 Luke Leightonserver_cryptkey() now calling cli_connectserverlist...
1998-12-07 Luke Leightonremoved nt_pipe_fnum from struct cli_state. need to...
1998-12-03 Luke Leightonmoved get_unixgroups it will be needed by the unix...
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-21 Andrew Tridgelltry to use *SMBSERVER to connect to password server...
1998-11-21 Jeremy Allisonsmbd/password.c: Added *SMBSERVER fix is name is too...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-09 Andrew Tridgellconverted smbclient to use clientgen.c rather than...
1998-11-07 Jeremy Allisoncodepages/codepage_def.936: Updated comment.
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-19 Luke Leighton- dce/rpc code
1998-10-16 Luke Leighton!pass -> pass != NULL is wrong: !pass -> pass == NULL...
1998-10-16 Luke Leightonmade pass_check_smb() available for dce/rpc use.
1998-10-16 Luke Leightoncli_nt_session_open() encrypt arg removed
1998-10-16 Luke Leightonsetup_groups() - code clarification. no functional...
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-15 Jeremy Allisonconfig: Fix crypt prototype on RedHat Linux.
1998-10-14 Luke Leightondce/rpc
1998-10-13 Andrew Tridgelluse level 0 for DEBUG() of malformed password entry...
1998-10-06 Luke Leightonusing wrong cli_state in "security = domain" call.
1998-10-04 Andrew Tridgell- modified resolve_name() to take a name_type
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-13 Christopher R. HertelDebug output formatting change. I'm trying to combine...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-07-29 Andrew Tridgellget rid of the runtime test for broken getgroups()...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-27 Jeremy Allisonchgpasswd.c: Fixed up debug calls to stop crashes if...
1998-07-09 Jeremy AllisonNew version of the DFS_AUTH code from Karsten Muuss...
1998-07-06 Jeremy Allisonpassword.c: Fixes to allow Win95 clients to have lm...
1998-06-13 Jeremy AllisonMakefile: Added ubi_sLinkList.o as the groupname.o...
1998-05-27 Jeremy Allisonloadparm.c: Added machine password timeout parameter...
1998-05-21 Jeremy AllisonFixed 'revalidate' parameter so it's only considered...
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Luke Leightonldap back-end database development
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-05-10 John TerpstraUpdated OSF1_ENH_SEC mode password handling.
1998-05-07 Luke Leightoncreated "passdb.c" which is an interface point to ...
1998-05-06 Jeremy Allisonsmbpass.c: Fixed machine_passwd_lock() problems.
1998-05-06 Jeremy AllisonFixes for the %U and %G problems people have reported.
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-30 Jeremy AllisonAdded patch from Bruce Tenison <btenison@dibbs.net...
1998-04-29 Jeremy Allisonclientgen.c: Fixed null session setup bug.
1998-04-29 Luke Leightonpassword.c:
1998-04-29 Jeremy AllisonThis is the checkin that adds the security=domain funct...
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-23 Jeremy AllisonMakefile: Added nterr.c into the mix.
1998-04-23 Jeremy Allisonclientgen.c: Added rap error codes to cli_error, moved...
1998-04-23 Jeremy Allisongenrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
1998-04-22 Jeremy Allisongenrand.c: Improved generation of random values, more...
1998-04-21 Jeremy AllisonAdded cli_ulogoff() calls to all the exit code paths...
1998-04-21 Jeremy Allisonclientgen.c: Added cli_ulogoff() call.
1998-04-20 Jeremy AllisonMakefile: Added genrand.o
1998-04-14 Jeremy AllisonModified interfaces to getting smb password entries...
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-09 John TerpstraAdded const cast to struct args to get rid of compile...
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
1998-03-16 Jeremy Allisonincludes.h: Addition of NetBSD 1.3 fix, fix for HPUX...
1998-03-12 Andrew Tridgellmove setup_groups() into password.c so that swat can...
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-03-04 Jeremy AllisonAdding Korean and Traditional Chinese codepage support.
1998-02-26 Jeremy AllisonMakefile, password.c, includes.h: Added KRB4 patches...
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-23 Jeremy AllisonChanged code that truncates salt after 2 characters...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-10 John TerpstraFollowing discussions with Cristian Gafton (Red Hat...
1997-12-03 Andrew Tridgellallow users to disable the NetWkstaUserLogon call in...
1997-12-02 Andrew TridgellHPUX trusted systems need to use bigcrypt() not crypt()
1997-11-10 Jeremy AllisonRolled back tree state to 11:59pm 8th November 1997...
1997-11-09 Luke Leightonattempting to mark up 32 bit error codes, needed for...
1997-11-06 Luke Leightonfollowing a cvs error, i am rewriting this monster...
1997-11-01 Andrew Tridgella simple SMB torture tester. This will allow us to...
1997-10-21 Andrew Tridgellrewrote the password server code using the new clientge...
1997-10-20 Luke Leightonutil.c password.c :
1997-10-20 Andrew Tridgellcasting cleanups
1997-10-16 John TerpstraAdded Michael Johnsons' PAM modifications <johnsonm...
1997-10-15 Andrew Tridgellforce the salt to be a maximum of 2 characters long...
1997-10-10 Luke LeightonMakefile:
1997-09-30 Jeremy Allisondir.c: more pstrcpys.
1997-09-16 Andrew Tridgelladd a cast
1997-09-16 Andrew Tridgell- change generate_challenge() to use md4 instead of des
1997-09-14 Andrew TridgellThis commit does 3 main things:
1997-09-04 Jeremy AllisonFix from Frank Varnavas <varnavas@ny.ubs.com>.
1997-08-11 Samba Release Accountspelling.
1997-08-05 Samba Release AccountMakefile: Added IRIX 6 target.
1997-07-28 Samba Release Accountclient.c: Added amanda fixes.
1997-07-22 Samba Release Accountcharset.c: Fixed signed/unsigned issues.
next