summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-213-49/+74
* r25839: use nss_wrapper code in samba4 ifStefan Metzmacher2007-12-211-1/+1
* r25703: Use less entropy by using the pointer value as a process-unique token.Andrew Bartlett2007-12-211-10/+2
* r25660: Add a new interface 'generate_secret_buffer()', to be used when weAndrew Bartlett2007-12-211-1/+1
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-1/+1
* r25576: BOOL -> boolStefan Metzmacher2007-10-102-8/+8
* r25562: Use standard bool types in cyrus sasl code - patch by Julien.Jelmer Vernooij2007-10-101-8/+9
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-1024-285/+285
* r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...Jelmer Vernooij2007-10-101-1/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-107-12/+15
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-108-33/+33
* r25428: forward declarations of enums are not portable,Stefan Metzmacher2007-10-102-6/+8
* r25404: fix the buildStefan Metzmacher2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-1014-53/+55
* r25193: Update headers to easy use by external apps.Jelmer Vernooij2007-10-101-0/+1
* r25181: sync winbind client code with samba3Stefan Metzmacher2007-10-101-1/+1
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-7/+8
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-109-34/+36
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-4/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-1015-0/+15
* r25005: Avoid pstring.Jelmer Vernooij2007-10-101-61/+15
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+3
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-108-41/+40
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-102-4/+4
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+0
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-8/+11
* r24730: Allow secrets entries to be for service principals.Andrew Bartlett2007-10-101-6/+11
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-106-21/+21
* r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett2007-10-101-0/+5
* r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2007-10-102-5/+10
* r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett2007-10-101-2/+1
* r24061: Anther part of bug #4823, which is that until now Samba4 didn't parseAndrew Bartlett2007-10-102-1/+69
* r23810: Make things static, and remove unsued code.Andrew Bartlett2007-10-101-96/+0
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-102-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1046-138/+92
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-103-6/+31
* r23455: These buffers may not be null terminated. Ensure we don't run past theAndrew Bartlett2007-10-101-1/+12
* r23311: Updating the samba4 winbind protocol to version 18.Kai Blin2007-10-101-10/+10
* r23136: Set the event context onto the credentials in more places.Andrew Bartlett2007-10-101-0/+1
* r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2007-10-102-31/+64
* r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett2007-10-103-6/+70
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-102-2/+22
* r23034: Thanks to metze for providing some vital clues in the 'kerberos ccacheAndrew Bartlett2007-10-101-2/+6
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-103-75/+68
* r22990: free temporary memory also on success...Stefan Metzmacher2007-10-101-0/+1
* r22987: Clarify how the events are handled in the kerberos code, andAndrew Bartlett2007-10-101-7/+17
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-106-4/+31
* r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.Andrew Bartlett2007-10-101-108/+95