summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r23311: Updating the samba4 winbind protocol to version 18.Kai Blin1-10/+10
2007-10-10r23136: Set the event context onto the credentials in more places.Andrew Bartlett1-0/+1
2007-10-10r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2-31/+64
2007-10-10r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett3-6/+70
2007-10-10r23036: error checking on asn1_init() failureAndrew Tridgell2-2/+22
2007-10-10r23034: Thanks to metze for providing some vital clues in the 'kerberos ccacheAndrew Bartlett1-2/+6
2007-10-10r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell3-75/+68
2007-10-10r22990: free temporary memory also on success...Stefan Metzmacher1-0/+1
2007-10-10r22987: Clarify how the events are handled in the kerberos code, andAndrew Bartlett1-7/+17
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell6-4/+31
2007-10-10r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.Andrew Bartlett1-108/+95
2007-10-10r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett3-6/+15
2007-10-10r22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairyAndrew Tridgell1-1/+4
2007-10-10r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher1-4/+4
2007-10-10r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher2-2/+3
2007-10-10r22627: fix crash msgs_tmp isn't always initializedStefan Metzmacher1-1/+1
2007-10-10r22621: fix the 'sam' auth moduleStefan Metzmacher1-33/+18
2007-10-10r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij1-1/+1
2007-10-10r22594: This helped coax out valgrind errors last night, but we don't need it...Andrew Bartlett1-2/+0
2007-10-10r22582: Cleanups towards making winbind work again. We still have a long way...Andrew Bartlett1-2/+5
2007-10-10r22558: Move to a static list of enctypes to put into our keytab. In future,Andrew Bartlett2-63/+74
2007-10-10r22404: more dependencies which should be privateStefan Metzmacher3-12/+10
2007-10-10r22397: hopefully fix the build on some aix hosts in the build-farmStefan Metzmacher1-1/+1
2007-10-10r22387: see if this fixes the build on the aix1 hostsStefan Metzmacher1-1/+1
2007-10-10r22385: remove unused includeStefan Metzmacher1-1/+0
2007-10-10r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett1-0/+6
2007-10-10r22293: Try to make it more clear what failed to parse.Andrew Bartlett1-1/+1
2007-10-10r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett1-7/+4