summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* s3-samr: move chgpasswd.c out of smbd and into the samr server.Günther Deschner2010-05-261-1122/+0
* s3-smbd: remove unused change/check_lanman_password.Günther Deschner2010-05-261-203/+59
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+1
* s3: Fix a cut&paste error in a debug message in check_oem_password()Volker Lendecke2010-04-231-1/+2
* s3: Slightly simplify the logic of check_password_complexity()Volker Lendecke2010-04-171-18/+22
* s3: Fix some nonempty blank linesVolker Lendecke2010-04-171-7/+7
* s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hashMichael Adam2010-01-071-6/+24
* s3: Factor password_in_history() out of check_passwd_history()Volker Lendecke2010-01-071-25/+41
* s3: Fix a typoVolker Lendecke2010-01-071-1/+1
* s3: Avoid a memset(, 0, ) callVolker Lendecke2010-01-071-2/+1
* s3-chgpasswd: split out a check_password_complexity() function.Günther Deschner2009-11-101-22/+42
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-9/+9
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-061-1/+1
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-3/+3
* Pass also sername to check password scriptSimo Sorce2009-05-091-4/+12
* s3-samr: disable check for ACB_DISABLED in check_oem_password().Günther Deschner2009-05-081-1/+4
* s3-samr: rework check_oem_password() to take a struct samu, not to return one.Günther Deschner2009-05-081-39/+27
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-3/+4
* Remove an unused extern referenceVolker Lendecke2009-02-101-2/+0
* s3:smbd: remove pointless static variables in chgpasswd.cStefan Metzmacher2009-01-081-9/+10
* Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-3/+3
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Fix bug 5398Volker Lendecke2008-04-191-3/+3
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-1/+1
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-5/+14
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-6/+6
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+5
* Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2007-12-171-7/+7
* Remove a static fstring.Jeremy Allison2007-12-161-20/+30
* More work on bug #5082, use LC_ALL as this takesJeremy Allison2007-12-151-2/+2
* Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison2007-12-141-1/+9
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-13/+29
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-67/+90
* Three more pstring removals.Jeremy Allison2007-11-111-3/+7
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-20/+20
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23682: Old patch I forgot in one of my 3.0.25 trees.Simo Sorce2007-10-101-0/+16
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-2/+2
* r19094: Fix debug statement.Günther Deschner2007-10-101-1/+1
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-101-26/+19
* r16248: Fix Coverity ID 297Volker Lendecke2007-10-101-0/+5
* r15887: Ensure we use sys_write so we're not interrupted.Jeremy Allison2007-10-101-1/+1
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-1/+2
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2007-10-101-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-3/+3
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-1/+3
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-25/+25