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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-01
fixed the talloc testsuite for the recent changes
Andrew Tridgell
1
-6
/
+10
2009-07-01
a talloc_realloc() to zero size needs to use an unambiguous free
Andrew Tridgell
1
-1
/
+1
2009-07-01
s3/docs: Fix typo.
Matt Kraai
1
-1
/
+1
2009-07-01
removed a generated file
Andrew Tridgell
1
-74
/
+0
2009-07-01
use a talloc_reparent in a very ugly way
Andrew Tridgell
1
-2
/
+11
2009-07-01
use the new talloc_reparent in two places
Andrew Tridgell
2
-2
/
+2
2009-07-01
changes to remove the ambiguity in talloc_free() and talloc_steal()
Andrew Tridgell
2
-26
/
+109
2009-07-01
gensec_start now steals the auth_context
Andrew Tridgell
1
-1
/
+3
2009-07-01
A rather strange varient of talloc_unlink
Andrew Tridgell
1
-1
/
+1
2009-07-01
another case that should use py_talloc_reference
Andrew Tridgell
1
-1
/
+1
2009-07-01
use py_talloc_reference instead of py_talloc_import
Andrew Tridgell
1
-1
/
+1
2009-07-01
py_talloc_import now uses a steal, so this free is incorrect
Andrew Tridgell
1
-1
/
+0
2009-07-01
fixed use of reference in pytalloc
Andrew Tridgell
2
-3
/
+24
2009-07-01
use a talloc_unlink() as ops may have a reference
Andrew Tridgell
1
-1
/
+1
2009-07-01
fixed the reference to the global_schema
Andrew Tridgell
1
-2
/
+3
2009-07-01
removed a redundent talloc_steal
Andrew Tridgell
1
-2
/
+0
2009-07-01
fixed the use of talloc_steal in ntlmssp_server
Andrew Tridgell
1
-3
/
+2
2009-07-01
fixed rpc smb code to not reply on talloc_free being a function pointer
Andrew Tridgell
2
-2
/
+13
2009-07-01
[SAMBA 4 directory] Corrects the "systemFlags" attributes
Matthias Dieter Wallnöfer
7
-32
/
+39
2009-07-01
[SAMBA 4 directory] Adds the complete "objectclass path" to our self-created ...
Matthias Dieter Wallnöfer
1
-0
/
+4
2009-07-01
[SAMBA 4 directory] Adds the object version and "systemFlags" attribute to th...
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-06-30
s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ...
Tim Prouty
2
-0
/
+54
2009-06-30
Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.
SATOH Fumiyasu
2
-15
/
+39
2009-06-30
s3-netlogon: remove unneeded fstrings from netlogon server.
Günther Deschner
1
-22
/
+12
2009-06-30
umount.cifs: don't build it by default
Jeff Layton
2
-9
/
+47
2009-06-30
Fix bug #6431 - local groups from 3.0 setups no longer found.
Volker Lendecke
1
-8
/
+8
2009-06-30
s3-spoolss: Bug #6512. Fix support for enumerating user forms.
Günther Deschner
1
-5
/
+5
2009-06-30
s4-smbtorture: Test for newly added form with enum call in RPC-SPOOLSS.
Günther Deschner
1
-0
/
+45
2009-06-30
s4-smbtorture: remove trailing whitespace from RPC-SPOOLSS.
Günther Deschner
1
-98
/
+98
2009-06-30
Rework the kerberos-notes.txt in order and format
Don Davis
1
-0
/
+803
2009-06-30
s4:ldb Allow rootdse module to build without ldb_private.h
Andrew Bartlett
3
-2
/
+4
2009-06-30
s4: dsdb Avoid using the internal ldb_private.h header
Andrew Bartlett
5
-118
/
+122
2009-06-30
s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookups
Andrew Bartlett
5
-24
/
+35
2009-06-30
s4:kdc Only get the lp_ctx once for a LDB_fetch()
Andrew Bartlett
1
-11
/
+18
2009-06-30
Rework hdb-samba4 to remove useless abstractions.
Andrew Bartlett
1
-84
/
+44
2009-06-30
s4:dsdb Explain the parsing steps for userPrincipalName cracknames calls
Andrew Bartlett
1
-0
/
+4
2009-06-29
s4-smbtorture: use torture_comment & torture_warning in RPC samr tests.
Günther Deschner
1
-205
/
+206
2009-06-29
s3:build: check for external liblua, link lua statically if using internal lib
Michael Adam
2
-14
/
+42
2009-06-29
s4-smbtorture: correctly test comment behaviour in RPC-SAMR-USERS against s3.
Günther Deschner
1
-7
/
+4
2009-06-29
s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in p...
Günther Deschner
1
-10
/
+15
2009-06-29
s3:pdb_ads: we need to make the fd for tldap/tsocket non-blocking
Stefan Metzmacher
1
-0
/
+2
2009-06-29
s3:fix build of old linux quota system and other unixes' quota implementation
Michael Adam
1
-14
/
+14
2009-06-29
s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex).
Michael Adam
1
-3
/
+3
2009-06-29
lib/util: fix building tevent_ntstatus without config.h
Michael Adam
1
-1
/
+0
2009-06-29
tsocket/bsd: also ask for TEVENT_FD_READ when we want to write into a stream ...
Stefan Metzmacher
1
-2
/
+9
2009-06-29
tsocket/bsd: more correctly check if the cached tevent_fd is still valid
Stefan Metzmacher
1
-4
/
+12
2009-06-29
s3-selftest: add RPC-SAMR-MACHINE-AUTH to list of test to run against s3.
Günther Deschner
1
-2
/
+3
2009-06-29
s4-smbtorture: add RPC-SAMR-MACHINE-AUTH test.
Günther Deschner
2
-1
/
+486
2009-06-29
s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase.
Günther Deschner
5
-10
/
+65
2009-06-29
mount.cifs: don't pass text ro/rw options to kernel
Jeff Layton
1
-0
/
+2
[next]