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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-31
s4: Enhances the LDAP server to display error messages like Windows Server
Matthias Dieter Wallnöfer
1
-27
/
+178
2009-07-31
Adds new error codes (needed for enhancing error messages for SAMBA 4 AD LDAP...
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-07-31
s4:libcli/ldap: the tls code steals the original socket on its own now
Stefan Metzmacher
1
-3
/
+0
2009-07-31
s4:ldap_server: the tls code steals the original socket on its own now
Stefan Metzmacher
2
-2
/
+2
2009-07-31
s4:tls: avoid using talloc_reference() in tls_init_client()
Stefan Metzmacher
1
-6
/
+2
2009-07-31
s4:tls: avoid using talloc_reference() in tls_init_server()
Stefan Metzmacher
1
-8
/
+1
2009-07-31
s4:libnet: use talloc_strdup() instead of talloc_reference()
Stefan Metzmacher
2
-2
/
+2
2009-07-31
s4:build: make sure that we regenerate proto headers when source files change
Stefan Metzmacher
1
-0
/
+2
2009-07-31
s4:auth: make sure we have elements returned at all in authsam_expand_nested_...
Stefan Metzmacher
1
-0
/
+6
2009-07-31
s4: Patch to implement nested group and privileges
Matthias Dieter Wallnöfer
1
-34
/
+100
2009-07-31
winsif.idl: add definition of winsif_WinsDoScanvengingNew()
Stefan Metzmacher
1
-1
/
+14
2009-07-31
winsif.idl: add definition of winsif_WinsStatusWHdl()
Stefan Metzmacher
1
-1
/
+5
2009-07-31
winsif.idl: add definition of winsif_WinsStatusNew()
Stefan Metzmacher
1
-1
/
+17
2009-07-31
winsif.idl: add definition of winsif_WinsGetDbRecsByName()
Stefan Metzmacher
1
-2
/
+9
2009-07-31
winsif.idl: add definition of winsif_WinsGetBrowserNames()
Stefan Metzmacher
1
-1
/
+10
2009-07-31
winsif.idl: add definition of winsif_WinsSetFlags()
Stefan Metzmacher
1
-1
/
+3
2009-07-31
winsif.idl: add definition of winsif_WinsDeleteWins()
Stefan Metzmacher
1
-1
/
+3
2009-07-31
winsif.idl: add definition of winsif_WinsGetBrowserNames_Old()
Stefan Metzmacher
1
-1
/
+13
2009-07-31
winsif.idl: add definition of winsif_WinsGetNameAndAdd()
Stefan Metzmacher
1
-1
/
+9
2009-07-31
winsif.idl: add definition of winsif_WinsWorkerThreadUpdate()
Stefan Metzmacher
1
-1
/
+3
2009-07-31
winsif.idl: add definition of winsif_WinsResetCounters()
Stefan Metzmacher
1
-1
/
+1
2009-07-31
winsif.idl: add definition of winsif_WinsSetPriorityClass()
Stefan Metzmacher
1
-1
/
+3
2009-07-31
winsif.idl: add definition of winsif_WinsPullRange()
Stefan Metzmacher
1
-1
/
+6
2009-07-31
winsif.idl: add definition of winsif_WinsDelDbRecs()
Stefan Metzmacher
1
-1
/
+5
2009-07-31
winsif.idl: add definition of winsif_WinsBackup()
Stefan Metzmacher
1
-1
/
+4
2009-07-31
winsif.idl: add definition of winsif_WinsTerm()
Stefan Metzmacher
1
-1
/
+3
2009-07-31
winsif.idl: add definition of winsif_WinsGetDbRecs()
Stefan Metzmacher
1
-1
/
+13
2009-07-31
winsif.idl: add definition of winsif_WinsDoScavenging()
Stefan Metzmacher
1
-1
/
+1
2009-07-31
winsif.idl: add definition of winsif_WinsDoStaticInit()
Stefan Metzmacher
1
-1
/
+4
2009-07-31
winsif.idl: add definition of winsif_WinsTrigger()
Stefan Metzmacher
1
-1
/
+10
2009-07-31
winsif.idl: add definition of winsif_WinsStatus()
Stefan Metzmacher
1
-1
/
+76
2009-07-31
winsif.idl: add definition of WinsRecordAction()
Stefan Metzmacher
1
-1
/
+53
2009-07-31
winsif.idl: add missing function calls
Stefan Metzmacher
1
-1
/
+74
2009-07-31
s4:librpc: rename wins.idl => winsif.idl
Stefan Metzmacher
2
-8
/
+8
2009-07-30
python: Cope with the dom_sid2 alias in pidl's python generating code.
Jelmer Vernooij
1
-2
/
+2
2009-07-30
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Jelmer Vernooij
3
-12
/
+12
2009-07-30
Remove RFC's from the release tarballs to make the lives of the Debian
Jelmer Vernooij
1
-0
/
+3
2009-07-29
s4:provision We no longer add krbtgt or kpasswd account into secrets.ldb
Andrew Bartlett
1
-1
/
+1
2009-07-28
s4:gensec/spnego: only generate the mechListMic when the server expects it
Stefan Metzmacher
1
-1
/
+2
2009-07-28
Fix compile of py_net.c
Andrew Bartlett
1
-1
/
+3
2009-07-28
s4:libnet Add in a 'credentials' parameter for python libnet_Join
Andrew Bartlett
1
-7
/
+20
2009-07-28
s4:tls Enable GnuTLS back to version 1.4 (an into the future)
Andrew Bartlett
1
-1
/
+1
2009-07-28
s4:kerberos Add support for user principal names in certificates
Andrew Bartlett
6
-34
/
+123
2009-07-28
s4:kerberos Add 'net export keytab' command for wireshark decryption
Andrew Bartlett
15
-38
/
+418
2009-07-27
Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"
Stefan Metzmacher
10
-361
/
+8
2009-07-27
s4:kerberos Add test to show that we actually export the keytab
Andrew Bartlett
1
-0
/
+1
2009-07-27
s4:kerberos Add 'net export keytab' command for wireshark decryption
Andrew Bartlett
10
-8
/
+361
2009-07-27
s4:kdc Push context to hdb_samba4 by way of the 'name' of the DB
Andrew Bartlett
6
-29
/
+39
2009-07-27
s4:setup add 'cn' attribute to Samba4 local schema
Andrew Bartlett
1
-0
/
+4
2009-07-27
s4:heimdal Extend the 'hdb as a keytab' code
Andrew Bartlett
1
-4
/
+145
[prev]
[next]