summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* r21383: More possible "security=share" fixes. If a clientJeremy Allison2007-02-161-0/+3
* r21196: * pick up a few sid mapping changesGerald Carter2007-02-061-7/+34
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-02-021-4/+9
* r20263: one more no previous prototype warningHerb Lewis2006-12-191-0/+1
* r20238: svn merge -r 20236:20237 branches/SAMBA_3_0/source .James Peach2006-12-181-1/+1
* r20098: Properly fix issues with create_token_from_username()Jeremy Allison2006-12-101-6/+11
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2006-12-091-40/+77
* r19983: sync up pam and memleak patches from SAMBA_3_0Simo Sorce2006-12-014-3/+29
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-212-71/+126
* r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-191-2/+2
* r19782: more compile fixes for mergeGerald Carter2006-11-197-17/+33
* r19008: Fix a segfaultVolker Lendecke2006-09-291-0/+1
* r17875: Fix (rather theoretical, but still...) null deref found byJeremy Allison2006-08-281-7/+10
* r17736: Apply the Unix group patch when creating the token for aGerald Carter2006-08-231-1/+28
* r17710: Thanks to Thomas Bork for testing and continued feedback on this.Gerald Carter2006-08-221-2/+25
* r17402: Added lookup_name_smbconf() to be called when lookingJeremy Allison2006-08-041-2/+2
* r17393: Remove Volker's ASSERT that num_groupsids > 0.Jeremy Allison2006-08-041-3/+5
* r17392: Commit Volker's fix for the valid users problem.Jeremy Allison2006-08-041-30/+22
* r17391: Revert the second part of the valid users fix - theJeremy Allison2006-08-031-23/+5
* r17388: Fix the "valid users"/token issue for now. Volker,Jeremy Allison2006-08-031-5/+23
* r17378: Fix the issues people have been having with mappedJeremy Allison2006-08-031-2/+2
* r17160: merge r17022 from SAMBA_3_0. Thansk to Thomas Bork for pointing this...Gerald Carter2006-07-201-1/+2
* r16915: grab vl's fix for BUG 3915Gerald Carter2006-07-101-44/+55
* r16863: Pull in a few changes from Guenther, Simo, & VolkerGerald Carter2006-07-071-1/+1
* r16750: merge fix for BUG 3905Gerald Carter2006-07-011-3/+4
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-1/+1
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-0/+25
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-153-17/+67
* r16175: sync up with SAMBA_3_0 to release (r16156)Gerald Carter2006-06-131-5/+3
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-1/+1
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-238-328/+63
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2006-04-151-3/+1
* r15086: Get defensive about creating user accounts when winbinddGerald Carter2006-04-141-2/+5
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2006-04-121-3/+3
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2006-03-221-2/+2
* r14578: fix incorrect comment in fill_sam_account(). This function is called...Gerald Carter2006-03-201-4/+1
* r14421: This does two thingsGerald Carter2006-03-151-0/+49
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-151-38/+97
* r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2006-03-101-89/+0
* r14129: Add the group sids from the Kerberos PAC to the user token.Günther Deschner2006-03-101-1/+28
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2006-03-091-2/+0
* r14042: check that create_local_nt_token() succeeds before dereferncing the N...Gerald Carter2006-03-081-0/+4
* r13981: Fix Coverity bug # 138Volker Lendecke2006-03-071-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-272-2/+7
* r13706: Fix typo in typo fix. (-:Tim Potter2006-02-271-1/+1
* r13705: Fix a typo (and janitor for myself).Tim Potter2006-02-271-1/+1
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-241-5/+9
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-214-39/+46
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-205-54/+55
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-204-18/+18