summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2008-03-06Be more verbose why create local token has failed duringGünther Deschner1-1/+2
2008-02-17Use netr_SamInfo3 in remaining places.Günther Deschner1-5/+5
2008-02-17Use netr_SamInfo3 in make_server_info_info3().Günther Deschner1-25/+27
2008-02-14Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison1-1/+6
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2-69/+277
2008-02-05Fix typo.Karolin Seeger1-1/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-10/+26
2008-02-04tiny simplificationVolker Lendecke1-5/+3
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-08Fix CID 460 - resource leak on error.Jeremy Allison1-0/+1
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2-34/+52
2008-01-04More logical operations on booleans. IBM checker.Jeremy Allison2-2/+6
2007-12-29Fix a panicVolker Lendecke1-1/+1
2007-12-28Convert get_root_nt_token to memcacheVolker Lendecke1-3/+15
2007-12-28Remove static zerosVolker Lendecke1-3/+6
2007-12-22Fix "may be used uninitialized" compiler warnings.James Peach1-3/+3
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter1-3/+3
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+2
2007-12-17Correctly define prototypes for accessor functions.Jeremy Allison1-3/+3
2007-12-17More static fstring removal.Jeremy Allison1-33/+116
2007-12-17Reformat: Remove trailing spaces.Michael Adam1-47/+47
2007-12-17Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam1-1/+2
2007-12-16Remove another static string and static passwd.Jeremy Allison1-19/+22
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-7/+8
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-2/+2
2007-12-13Fix typo in debug statement.Michael Adam1-1/+1
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-2/+5
2007-12-10Correctly unbecome_root() on errorVolker Lendecke1-0/+2
2007-12-08Fix two incompatible pointer warningsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison3-31/+44
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-3/+3
2007-11-14Remove pstring from auth/*Jeremy Allison2-16/+43
2007-11-13Remove last pstring from smbd/*.cJeremy Allison1-1/+1
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-2/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2-15/+15
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison11-70/+70
2007-10-12Add become_root/unbecome_root around one call of getsampwsid()Michael Adam1-1/+6
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+1
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-9/+4
2007-10-10r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam1-0/+4
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-1/+1
2007-10-10r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter1-4/+6
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-1/+1
2007-10-10r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...Günther Deschner1-32/+6
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell13-26/+13
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison14-14/+14