summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08s3:smbd: remove pointless static variables in chgpasswd.cStefan Metzmacher1-9/+10
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-3/+3
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-04-19Fix bug 5398Volker Lendecke1-3/+3
2008-04-11Fix bug 5366Volker Lendecke1-1/+6
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-1/+1
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-5/+14
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-6/+6
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+5
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison1-7/+7
2007-12-16Remove a static fstring.Jeremy Allison1-20/+30
2007-12-15More work on bug #5082, use LC_ALL as this takesJeremy Allison1-2/+2
2007-12-14Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison1-1/+9
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-13/+29
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-67/+90
2007-11-11Three more pstring removals.Jeremy Allison1-3/+7
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-20/+20
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23682: Old patch I forgot in one of my 3.0.25 trees.Simo Sorce1-0/+16
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-2/+2
2007-10-10r19094: Fix debug statement.Günther Deschner1-1/+1
2007-10-10r19058: Implement "user cannot change password", and complete "user must changeJim McDonough1-26/+19
2007-10-10r16248: Fix Coverity ID 297Volker Lendecke1-0/+5
2007-10-10r15887: Ensure we use sys_write so we're not interrupted.Jeremy Allison1-1/+1
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-1/+2
2007-10-10r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach1-1/+1
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-3/+3
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-1/+3
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-25/+25
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-1/+1
2007-10-10r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner1-0/+10
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-3/+13
2007-10-10r13316: Let the carnage begin....Gerald Carter1-10/+3
2007-10-10r13291: NT checks the minimum password age dynamically. That means we have to...Volker Lendecke1-5/+21
2007-10-10r12938: Fix for #3408 (change password fails) from William Jojo <jojowil@hvcc...Jeremy Allison1-3/+7
2007-10-10r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison1-4/+4
2007-10-10r8454: Fix Bug #2502Günther Deschner1-11/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-2/+2
2007-10-10r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter1-2/+2
2007-10-10r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bitVolker Lendecke1-1/+2
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-2/+2
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-2/+2
2007-10-10r4337: Produce a slightly different error message is lanman authentication isAndrew Bartlett1-3/+8
2007-10-10r3954: bring Samba3 into line with the Samba4 password change codeAndrew Tridgell1-18/+11
2007-10-10r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter1-1/+1
2007-10-10r2772: Check correct string length when verifying password-policies. Do notGünther Deschner1-2/+3