summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix CID 460 - resource leak on error.Jeremy Allison2008-01-081-0/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-092-34/+52
* More logical operations on booleans. IBM checker.Jeremy Allison2008-01-042-2/+6
* Fix a panicVolker Lendecke2007-12-291-1/+1
* Convert get_root_nt_token to memcacheVolker Lendecke2007-12-281-3/+15
* Remove static zerosVolker Lendecke2007-12-281-3/+6
* Fix "may be used uninitialized" compiler warnings.James Peach2007-12-221-3/+3
* De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-211-3/+3
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+2
* Correctly define prototypes for accessor functions.Jeremy Allison2007-12-171-3/+3
* More static fstring removal.Jeremy Allison2007-12-171-33/+116
* Reformat: Remove trailing spaces.Michael Adam2007-12-171-47/+47
* Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam2007-12-171-1/+2
* Remove another static string and static passwd.Jeremy Allison2007-12-161-19/+22
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-7/+8
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-2/+2
* Fix typo in debug statement.Michael Adam2007-12-131-1/+1
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+2
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-2/+5
* Correctly unbecome_root() on errorVolker Lendecke2007-12-101-0/+2
* Fix two incompatible pointer warningsVolker Lendecke2007-12-081-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-073-31/+44
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-3/+3
* Remove pstring from auth/*Jeremy Allison2007-11-142-16/+43
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-242-15/+15
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1811-70/+70
* Add become_root/unbecome_root around one call of getsampwsid()Michael Adam2007-10-121-1/+6
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-9/+4
* r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam2007-10-101-0/+4
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-1/+1
* r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter2007-10-101-4/+6
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+1
* r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...Günther Deschner2007-10-101-32/+6
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1013-26/+13
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1014-14/+14
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-1/+6
* r23530: Fix bugs #4678 and #4697 which had the same root cause.Jeremy Allison2007-10-101-0/+54
* r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam2007-10-101-41/+0
* r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don'tJeremy Allison2007-10-101-1/+1
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-0/+4
* r22956: Fix security=server (bug #4622). Volker's patchJeremy Allison2007-10-101-6/+0
* r22953: Well, this apparently has never been tested. But *this* code never saw aVolker Lendecke2007-10-101-6/+5
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-105-13/+13
* r22819: Fix Bug 4613. We just dumped the must change & friends. With theVolker Lendecke2007-10-101-0/+24