summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-3/+3
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-25/+45
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
* r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2007-10-101-19/+22
* r24589: Refactor our vuid code so that we keep the sameJeremy Allison2007-10-101-132/+165
* 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
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-39/+25
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-10-101-0/+1
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-10-101-0/+25
* r17408: Let us use netgroups even without a NIS domain but just using filesSimo Sorce2007-10-101-4/+3
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-9/+10
* r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke2007-10-101-3/+2
* r15583: Add a comment while trying to understand this codeVolker Lendecke2007-10-101-0/+5
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-5/+5
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-0/+129
* r13316: Let the carnage begin....Gerald Carter2007-10-101-54/+89
* r12311: ReformattingVolker Lendecke2007-10-101-15/+23
* r12305: ReformattingVolker Lendecke2007-10-101-8/+20
* r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter2007-10-101-1/+36
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* r2082: lp_path should be lp_pathname.Jeremy Allison2007-10-101-1/+1
* r2077: fix logic bug in the check for creating a user's home directory in reg...Gerald Carter2007-10-101-10/+13
* r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...Jeremy Allison2007-10-101-11/+15
* r519: fix bug in authorise_login() that broke security = shareGerald Carter2007-10-101-0/+2
* r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointerGerald Carter2007-10-101-1/+5
* r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2007-10-101-8/+28
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+1
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-0/+4
* cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter2004-01-311-8/+12
* bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter2004-01-271-1/+7
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-4/+19
* Fix for valid users = %S in homes share.Jeremy Allison2003-09-261-3/+7
* fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2003-09-051-1/+4
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-5/+3
* Formatting tidyups to match the rest of the source.Jeremy Allison2003-07-171-23/+33
* Missed this in the previous patch - we now have a seperate idea of theAndrew Bartlett2003-07-031-1/+1
* Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett2003-06-071-6/+14
* Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-131-0/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-121-9/+2
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-3/+3
* Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett2003-04-231-0/+1