summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14spellingTim Potter1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-5/+8
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-15Remove debugging stmt.Tim Potter1-3/+0
2003-01-15*lots of small merges form HEADGerald Carter1-3/+7
2003-01-14Merge from HEAD - eliminated unused arguments.Andrew Bartlett1-2/+1
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-05Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett1-1/+1
2003-01-04Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett1-27/+85
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-1/+1
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-2/+2
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-3/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-2/+2
2002-01-20Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett1-48/+0
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-2/+5
2001-12-04Merge from 2.2Herb Lewis1-0/+6
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-10/+10
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-18/+40
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-0/+6
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-16/+32
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-47/+46
2001-09-26Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett1-6/+1
2001-09-10made a couple of local fns staticAndrew Tridgell1-5/+11
2001-07-23Fix case insensitive password change code.Jeremy Allison1-1/+1
2001-07-07You can't dump_data() a function pointer...Andrew Bartlett1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+4
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-1/+1
2001-05-07Patch from Simo:Gerald Carter1-5/+5
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-54/+44
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-54/+42
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-0/+21
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-94/+92
2000-06-23Delete OriginalDir stuff.Tim Potter1-11/+15
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell1-3/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-1/+1
2000-04-18ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton1-5/+5
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton1-455/+558
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison1-0/+43
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-127/+150
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton1-1/+2
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-67/+0
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+31