index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4-smbtorture: fix lsa forest trust test.
Günther Deschner
2011-04-07
1
-1
/
+1
*
s4-samba_dnsupate Fix syntax error
Andrew Bartlett
2011-04-07
1
-2
/
+1
*
samba_dnsupdate: Don't use subprocess.check_call, it isn't in python 2.4
Andrew Bartlett
2011-04-07
1
-1
/
+8
*
ldb: fixed --paged option in ldb tools
Andrew Tridgell
2011-04-07
2
-2
/
+2
*
s4:dsdb/repl_meta_data: update replPropertyMetaData on originating renames
Stefan Metzmacher
2011-04-06
1
-6
/
+122
*
s4:dsdb/repl_meta_data: allow passing an explicit attribute list to replmd_up...
Stefan Metzmacher
2011-04-06
1
-4
/
+15
*
s4:dsdb/repl_meta_data: normalize the rdn attribute name based on the schema
Stefan Metzmacher
2011-04-06
1
-5
/
+15
*
s4-test: fixed a problem with very verbose NDR debug
Andrew Tridgell
2011-04-06
3
-4
/
+4
*
lib/crypto: rename the SHA256_ functions to samba_SHA256_
Andrew Tridgell
2011-04-06
1
-3
/
+3
*
tstream: make npa_tstream a private library
Andrew Tridgell
2011-04-06
2
-2
/
+2
*
lib: make asn1_util a private library
Andrew Tridgell
2011-04-06
3
-3
/
+3
*
s4: Update/Set local USN only on attribute that have been modified/created
Matthieu Patou
2011-04-06
1
-9
/
+15
*
kdc: always ldb escape the realm
Andrew Bartlett
2011-04-05
1
-1
/
+11
*
auth: Move auth_session_info into IDL
Andrew Bartlett
2011-04-05
7
-106
/
+103
*
s4-auth: Always talloc_zero() the struct auth_session_info
Andrew Bartlett
2011-04-05
1
-1
/
+1
*
s4 samba-tool: Implement "testparm" command
Kai Blin
2011-04-05
2
-0
/
+208
*
s4-credentials Add a command line hook to set the kerberos credentials cache
Andrew Bartlett
2011-04-04
1
-1
/
+13
*
s4-dsdb: implemented creation of conflict records
Andrew Tridgell
2011-04-04
1
-48
/
+356
*
s4-samba-tool: give a bit better error on user delete failure
Andrew Tridgell
2011-04-04
1
-1
/
+5
*
s4-rpc: improved error mapping for several RPC server calls
Andrew Tridgell
2011-04-04
4
-26
/
+22
*
s4-dsdb: added a ldb err -> NTSTATUS mapping
Andrew Tridgell
2011-04-04
1
-0
/
+78
*
s4-krb5: be a bit less verbose about krb5 packets
Andrew Tridgell
2011-04-04
1
-1
/
+1
*
s4-loadparm: be a bit less verbose about smb.conf processing
Andrew Tridgell
2011-04-04
1
-2
/
+2
*
s4-libnet: honour convention of DEBUGLEVEL>=10 for NDR print
Andrew Tridgell
2011-04-04
2
-0
/
+16
*
Avoid uppercasing server role in error message.
Jelmer Vernooij
2011-04-03
1
-1
/
+1
*
Fix compilation without external heimdal.
Jelmer Vernooij
2011-04-03
2
-0
/
+2
*
use system heimdal headers if possible, fix missing dependencies on hx509 and...
Jelmer Vernooij
2011-04-03
3
-5
/
+12
*
lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al
Andrew Bartlett
2011-03-31
1
-0
/
+1
*
s4-dsdb: cope with failed searches in the linked attributes callback
Andrew Tridgell
2011-03-31
1
-16
/
+15
*
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
2011-03-30
1
-6
/
+12
*
lib/util/charset Add tests for convert_string_talloc_handle()
Andrew Bartlett
2011-03-30
2
-0
/
+2
*
lib/util Move base64 functions into lib/util/base64.c
Andrew Bartlett
2011-03-30
1
-29
/
+2
*
s4:lib/policy/gp_ldap.c - make more use of LDB result constants
Matthias Dieter Wallnöfer
2011-03-30
1
-13
/
+13
*
s4:lib/registry/registry.h - align a copyright line in header comment
Matthias Dieter Wallnöfer
2011-03-30
1
-1
/
+1
*
s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary here
Matthias Dieter Wallnöfer
2011-03-30
1
-1
/
+1
*
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
2011-03-29
9
-13
/
+26
*
ldb: detect eof on ldif files
Andrew Tridgell
2011-03-29
2
-0
/
+20
*
s4-dsdb: allow modification of linked attribute targets with relax
Andrew Tridgell
2011-03-29
1
-1
/
+2
*
s4-cmdline: moved loadparm init after fault setup
Andrew Tridgell
2011-03-29
1
-2
/
+1
*
s4-param: set a default logfile
Andrew Tridgell
2011-03-29
1
-0
/
+5
*
s4-fsmo: say which role is being transferred
Andrew Tridgell
2011-03-29
1
-4
/
+4
*
s4-fsmo: samba-tool fsmo transfer now gets full error code
Andrew Tridgell
2011-03-29
1
-2
/
+2
*
s4-dsdb: perform FSMO transfers asynchronously
Andrew Tridgell
2011-03-29
2
-26
/
+43
*
s4-fsmo: make rootDSE modify for FSMO transfer async
Andrew Tridgell
2011-03-29
1
-12
/
+50
*
s4-fsmo: nicer error messages on failed FSMO transfers
Andrew Tridgell
2011-03-29
1
-5
/
+12
*
s4-drs: default hostname in samba-tool drs command
Andrew Tridgell
2011-03-29
1
-2
/
+2
*
s4-dsdb: only allow administrators to trigger FSMO role transfers
Andrew Tridgell
2011-03-29
1
-0
/
+8
*
s4-fsmo: samba-tool fsmo takes a URL, not a hostname
Andrew Tridgell
2011-03-29
2
-5
/
+5
*
Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...
Jeremy Allison
2011-03-28
1
-4
/
+10
*
lib/util/charset rename iconv_convenience to iconv_handle
Andrew Bartlett
2011-03-25
7
-21
/
+21
[prev]
[next]