index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
kdc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-27
s4-kdc: added ifdef guards in kdc.h
Andrew Tridgell
1
-0
/
+5
2010-09-16
s4-kdc: prevent segfault on bad trust strings
Andrew Tridgell
1
-4
/
+8
2010-08-25
s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support.
Günther Deschner
1
-7
/
+7
2010-08-23
s4:security Change struct security_token->sids from struct dom_sid * to struc...
Andrew Bartlett
1
-3
/
+3
2010-08-18
s4:security Remove use of user_sid and group_sid from struct security_token
Andrew Bartlett
1
-3
/
+3
2010-08-17
s4:kdc/kpasswdd.c - let the user change his own password with his own rights
Matthias Dieter Wallnöfer
1
-3
/
+44
2010-08-17
s4:kdc/rpc server - adapt the "samdb_set_password" calls which perform passwo...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
5
-23
/
+23
2010-06-29
s4:kdc Rework the 'allowed enc types' calculation
Andrew Bartlett
1
-41
/
+35
2010-06-26
s4:kdc/kdc.c - add cast to suppress warnings on Solaris 10 cc
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-06-26
s4:kdc/kpasswdd.c - remove unreachable code
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-06-23
Per Andrews request, revert
Jelmer Vernooij
1
-2
/
+0
2010-06-23
s4:kdc Use msDS-SupportedEncTypes in our KDC
Andrew Bartlett
1
-30
/
+54
2010-06-20
s4:kdc/db-glue.c - remove unreachable code
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-06-19
heimdal/waf: Initial work on making it possible to use the system
Jelmer Vernooij
1
-0
/
+2
2010-05-28
s4:kdc Remove special talloc_free of the ldb context
Andrew Bartlett
2
-11
/
+1
2010-05-18
Remove more usages of iconv_convenience in files which were apparently not re...
Jelmer Vernooij
1
-1
/
+0
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
4
-6
/
+0
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
3
-17
/
+10
2010-05-10
s4:samdb_set_password/samdb_set_password_sid - Rework
Matthias Dieter Wallnöfer
1
-31
/
+4
2010-04-27
Simple fix to prevent crash for non-pac principals
Marcel Ritter
1
-0
/
+5
2010-04-17
s4:kdc/db-glue.c - use "TALLOC_FREE" insteal of "talloc_free" for the "priv" ...
Matthias Dieter Wallnöfer
1
-5
/
+5
2010-04-12
s4:kdc/wdc-samba4.c - fix integer counter types
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-04-12
s4:kdc/db-glue.c - fix integer counter types
Matthias Dieter Wallnöfer
1
-6
/
+7
2010-04-10
s4:kdc Add functions to hdb-samba4 for the new s4u2self callback.
Andrew Bartlett
4
-18
/
+21
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
1
-5
/
+6
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+53
2010-03-25
s4:kdc Add support for changing password of a servicePrincipalName
Andrew Bartlett
1
-10
/
+32
2010-02-26
s4-kdc: Fixed the memory context of tstream_bsd_existing()
Andreas Schneider
1
-1
/
+1
2010-02-25
s4:kdc add mit plugin code
Simo Sorce
3
-0
/
+459
2010-02-25
s4:kdc make function static
Simo Sorce
2
-6
/
+1
2010-02-22
More spelling fixes across source4/
Brad Hards
1
-1
/
+1
2010-02-22
Various source4 spelling fixes.
Brad Hards
1
-1
/
+1
2010-02-16
s4-dsdb: removed gendb_search_single_extended_dn()
Andrew Tridgell
1
-13
/
+16
2010-02-16
s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags
Andrew Tridgell
1
-1
/
+1
2010-02-12
s4:kdc Fill in created_by principal field
Simo Sorce
1
-4
/
+7
2010-02-12
s4:kdc Fix double free and uninitialized memory.
Simo Sorce
1
-2
/
+13
2010-01-31
s4:kdc Streamline client access verification call
Simo Sorce
3
-70
/
+129
2010-01-31
s4:kdc Fix netbios name retrieval
Simo Sorce
1
-2
/
+2
2010-01-28
s4:kdc remove dead code and comments
Simo Sorce
1
-5
/
+0
2010-01-28
s4:kdc Fill in more data fields
Simo Sorce
1
-4
/
+8
2010-01-28
s4:kdc move db functions in their own file
Simo Sorce
7
-1467
/
+1618
2010-01-28
s4:kdc Use a clearer name for the samba kdc entry
Simo Sorce
4
-32
/
+30
2010-01-28
s4:kdc Use better db context structure
Simo Sorce
5
-88
/
+109
2010-01-27
s4:windc move windc plugin in its own file
Simo Sorce
5
-191
/
+228
2010-01-27
s4:PAC make common functions public
Simo Sorce
2
-25
/
+70
2010-01-27
s4:PAC Streamline pac-glue step 2
Simo Sorce
1
-55
/
+113
2010-01-27
s4:PAC Streamline pac-glue
Simo Sorce
1
-19
/
+40
2010-01-22
s4:kdc Simplify header files
Simo Sorce
4
-39
/
+14
[next]