index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
kerberos
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:auth/kerberos: convert to tevent_* api
Stefan Metzmacher
2009-01-03
2
-14
/
+13
*
s4:socket: use a socket_wrapper aware function to auto close the fd event for...
Stefan Metzmacher
2009-01-03
1
-4
/
+5
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
2
-8
/
+8
*
Rename samba-socket -> samba_socket to fix a couple more compiler
Jelmer Vernooij
2008-12-24
1
-1
/
+1
*
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...
Stefan Metzmacher
2008-12-18
1
-2
/
+1
*
Remove two debug parameters, not used anywhere.
Jelmer Vernooij
2008-11-02
1
-6
/
+2
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
2008-10-20
3
-0
/
+4
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Cosmetic corrections for the KERBEROS library
Matthias Dieter Wallnöfer
2008-09-24
1
-3
/
+1
*
Kerberos cosmetic changes: Revert a part of the patch
Matthias Dieter Wallnöfer
2008-09-24
1
-1
/
+3
*
Cosmetic corrections for the KERBEROS library
Matthias Dieter Wallnöfer
2008-09-24
3
-14
/
+12
*
Implement NETLOGON PAC verfication on the server-side
Andrew Bartlett
2008-09-03
1
-5
/
+5
*
Heimdal provides Kerberos PAC parsing routines. Use them.
Andrew Bartlett
2008-08-28
1
-1
/
+122
*
auth/kerberos: remove dependencies to internal heimdal
Stefan Metzmacher
2008-08-01
2
-2
/
+1
*
auth/kerberos: we don't need to include heimdal private headers
Stefan Metzmacher
2008-08-01
1
-2
/
+0
*
build with the new heimdal version
Stefan Metzmacher
2008-08-01
2
-1
/
+3
*
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
2008-05-31
1
-2
/
+0
*
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
2008-05-30
1
-0
/
+2
*
Fix a bunch of dependencies.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-1
/
+2
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-04-08
1
-1
/
+2
|
\
|
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-1
/
+2
*
|
Merge v4.0-test
Jelmer Vernooij
2008-03-28
1
-4
/
+4
|
\
|
|
*
Don't require users of credentials.h to have krb5.h and gssapi.h
Andrew Bartlett
2008-03-17
1
-4
/
+4
*
|
Move object file lists to the Makefile.
Jelmer Vernooij
2008-03-03
1
-6
/
+9
|
/
*
Avoid use of global_loadparm.
Jelmer Vernooij
2008-02-21
2
-3
/
+12
*
util: Move asn1 to lib/util to trim down the number of subsystems.
Jelmer Vernooij
2008-01-15
1
-1
/
+1
*
r26640: Janitorial: Remove some more uses of global_loadparm.
Jelmer Vernooij
2008-01-01
1
-2
/
+3
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-5
/
+9
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-5
/
+17
*
r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...
Jelmer Vernooij
2007-12-21
1
-2
/
+1
*
r26460: Enable ldb python tests.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26449: Support configuration without a known configuration dir.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26376: Add context for libcli_resolve.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26357: Add separate subsystem for auth_sam_reply parsing.
Jelmer Vernooij
2007-12-21
2
-2
/
+2
*
r26356: Remove prototype for nonexisting function.
Jelmer Vernooij
2007-12-21
1
-9
/
+0
*
r26335: Specify name_resolve_order to socket code.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
2007-12-21
3
-5
/
+9
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-37
/
+55
*
r25552: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
2
-13
/
+13
*
r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
[prev]
[next]