summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij3-2/+37
2007-12-21r26136: Attempt to fix dependencies for auth.Jelmer Vernooij3-5/+4
2007-12-21r26134: Avoid using samdb-dependent functions in auth_system_session.Jelmer Vernooij2-2/+119
2007-12-21r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij6-450/+556
2007-12-21r26099: Don't depend on nonexistant auth_util.h header.Jelmer Vernooij1-1/+0
2007-12-21r26078: Import Python bindings for system_session functions (still needs tests).Jelmer Vernooij2-0/+51
2007-12-21r26069: Import python bindings for credentials.Jelmer Vernooij3-0/+181
2007-12-21r26016: remove unneeded includeStefan Metzmacher1-1/+0
2007-12-21r26006: Improve some dependencies.Jelmer Vernooij2-5/+1
2007-12-21r26004: Add some simple credentials tests.Jelmer Vernooij1-0/+120
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij5-5/+8
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher3-49/+74
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-1/+1
2007-12-21r25703: Use less entropy by using the pointer value as a process-unique token.Andrew Bartlett1-10/+2
2007-12-21r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett1-1/+1
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-1/+1
2007-10-10r25576: BOOL -> boolStefan Metzmacher2-8/+8
2007-10-10r25562: Use standard bool types in cyrus sasl code - patch by Julien.Jelmer Vernooij1-8/+9
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij24-285/+285
2007-10-10r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...Jelmer Vernooij1-1/+1
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij7-12/+15
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij8-33/+33
2007-10-10r25428: forward declarations of enums are not portable,Stefan Metzmacher2-6/+8
2007-10-10r25404: fix the buildStefan Metzmacher1-2/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij14-53/+55
2007-10-10r25193: Update headers to easy use by external apps.Jelmer Vernooij1-0/+1
2007-10-10r25181: sync winbind client code with samba3Stefan Metzmacher1-1/+1
2007-10-10r25047: Fix more warnings.Jelmer Vernooij1-7/+8
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij9-34/+36
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-4/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij15-0/+15
2007-10-10r25005: Avoid pstring.Jelmer Vernooij1-61/+15
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+3
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij8-41/+40
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij2-4/+4
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij1-2/+0
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-8/+11
2007-10-10r24730: Allow secrets entries to be for service principals.Andrew Bartlett1-6/+11
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij6-21/+21
2007-10-10r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett1-0/+5
2007-10-10r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2-5/+10
2007-10-10r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett1-2/+1
2007-10-10r24061: Anther part of bug #4823, which is that until now Samba4 didn't parseAndrew Bartlett2-1/+69
2007-10-10r23810: Make things static, and remove unsued code.Andrew Bartlett1-96/+0
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell2-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell46-138/+92
2007-10-10r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett3-6/+31
2007-10-10r23455: These buffers may not be null terminated. Ensure we don't run past theAndrew Bartlett1-1/+12