summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
AgeCommit message (Expand)AuthorFilesLines
2009-03-26s4:auth/credentials: use krb5_data_free()Stefan Metzmacher1-5/+1
2009-02-02s4:auth/kerberos: s/private/private_dataStefan Metzmacher1-10/+10
2009-01-03s4:auth/kerberos: convert to tevent_* apiStefan Metzmacher2-14/+13
2009-01-03s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher1-4/+5
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-8/+8
2008-12-24Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij1-1/+1
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher1-2/+1
2008-11-02Remove two debug parameters, not used anywhere.Jelmer Vernooij1-6/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij3-0/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-24Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer1-3/+1
2008-09-24Kerberos cosmetic changes: Revert a part of the patchMatthias Dieter Wallnöfer1-1/+3
2008-09-24Cosmetic corrections for the KERBEROS libraryMatthias Dieter Wallnöfer3-14/+12
2008-09-03Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett1-5/+5
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett1-1/+122
2008-08-01auth/kerberos: remove dependencies to internal heimdalStefan Metzmacher2-2/+1
2008-08-01auth/kerberos: we don't need to include heimdal private headersStefan Metzmacher1-2/+0
2008-08-01build with the new heimdal versionStefan Metzmacher2-1/+3
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-2/+0
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-0/+2
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+2
2008-03-28Merge v4.0-testJelmer Vernooij1-4/+4
2008-03-17Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett1-4/+4
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-6/+9
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij2-3/+12
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij1-1/+1
2008-01-01r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij1-2/+3
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-5/+9
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-5/+17
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...Jelmer Vernooij1-2/+1
2007-12-21r26460: Enable ldb python tests.Jelmer Vernooij1-1/+1
2007-12-21r26449: Support configuration without a known configuration dir.Jelmer Vernooij1-1/+1
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij1-1/+1
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+2
2007-12-21r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij2-2/+2
2007-12-21r26356: Remove prototype for nonexisting function.Jelmer Vernooij1-9/+0
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+2
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij3-5/+9
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-37/+55
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij2-13/+13
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 Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3