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
2011-04-05
s4 samba-tool: Implement "testparm" command
Kai Blin
2
-0
/
+208
2011-04-04
s4-credentials Add a command line hook to set the kerberos credentials cache
Andrew Bartlett
1
-1
/
+13
2011-04-04
s4-dsdb: implemented creation of conflict records
Andrew Tridgell
1
-48
/
+356
2011-04-04
s4-samba-tool: give a bit better error on user delete failure
Andrew Tridgell
1
-1
/
+5
2011-04-04
s4-rpc: improved error mapping for several RPC server calls
Andrew Tridgell
4
-26
/
+22
2011-04-04
s4-dsdb: added a ldb err -> NTSTATUS mapping
Andrew Tridgell
1
-0
/
+78
2011-04-04
s4-krb5: be a bit less verbose about krb5 packets
Andrew Tridgell
1
-1
/
+1
2011-04-04
s4-loadparm: be a bit less verbose about smb.conf processing
Andrew Tridgell
1
-2
/
+2
2011-04-04
s4-libnet: honour convention of DEBUGLEVEL>=10 for NDR print
Andrew Tridgell
2
-0
/
+16
2011-04-03
Avoid uppercasing server role in error message.
Jelmer Vernooij
1
-1
/
+1
2011-04-03
Fix compilation without external heimdal.
Jelmer Vernooij
2
-0
/
+2
2011-04-03
use system heimdal headers if possible, fix missing dependencies on hx509 and...
Jelmer Vernooij
3
-5
/
+12
2011-03-31
lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al
Andrew Bartlett
1
-0
/
+1
2011-03-31
s4-dsdb: cope with failed searches in the linked attributes callback
Andrew Tridgell
1
-16
/
+15
2011-03-30
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
1
-6
/
+12
2011-03-30
lib/util/charset Add tests for convert_string_talloc_handle()
Andrew Bartlett
2
-0
/
+2
2011-03-30
lib/util Move base64 functions into lib/util/base64.c
Andrew Bartlett
1
-29
/
+2
2011-03-30
s4:lib/policy/gp_ldap.c - make more use of LDB result constants
Matthias Dieter Wallnöfer
1
-13
/
+13
2011-03-30
s4:lib/registry/registry.h - align a copyright line in header comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-30
s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary here
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
9
-13
/
+26
2011-03-29
ldb: detect eof on ldif files
Andrew Tridgell
2
-0
/
+20
2011-03-29
s4-dsdb: allow modification of linked attribute targets with relax
Andrew Tridgell
1
-1
/
+2
2011-03-29
s4-cmdline: moved loadparm init after fault setup
Andrew Tridgell
1
-2
/
+1
2011-03-29
s4-param: set a default logfile
Andrew Tridgell
1
-0
/
+5
2011-03-29
s4-fsmo: say which role is being transferred
Andrew Tridgell
1
-4
/
+4
2011-03-29
s4-fsmo: samba-tool fsmo transfer now gets full error code
Andrew Tridgell
1
-2
/
+2
2011-03-29
s4-dsdb: perform FSMO transfers asynchronously
Andrew Tridgell
2
-26
/
+43
2011-03-29
s4-fsmo: make rootDSE modify for FSMO transfer async
Andrew Tridgell
1
-12
/
+50
2011-03-29
s4-fsmo: nicer error messages on failed FSMO transfers
Andrew Tridgell
1
-5
/
+12
2011-03-29
s4-drs: default hostname in samba-tool drs command
Andrew Tridgell
1
-2
/
+2
2011-03-29
s4-dsdb: only allow administrators to trigger FSMO role transfers
Andrew Tridgell
1
-0
/
+8
2011-03-29
s4-fsmo: samba-tool fsmo takes a URL, not a hostname
Andrew Tridgell
2
-5
/
+5
2011-03-28
Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...
Jeremy Allison
1
-4
/
+10
2011-03-25
lib/util/charset rename iconv_convenience to iconv_handle
Andrew Bartlett
7
-21
/
+21
2011-03-25
libcli: created smb_constants.h
Andrew Tridgell
1
-12
/
+1
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
19
-44
/
+38
2011-03-23
librpc: bring more librpc prototypes in common.
Günther Deschner
1
-13
/
+0
2011-03-23
fault: fixed call to fault_setup() to use new syntax
Andrew Tridgell
1
-1
/
+1
2011-03-22
s4:python bindings - handle NULL returns from "loadparm_init_global"
Matthias Dieter Wallnöfer
3
-0
/
+17
2011-03-22
s4:param/loadparm.c - check for OOM
Matthias Dieter Wallnöfer
1
-0
/
+3
2011-03-22
s4:auth/system_session.c - check for OOM
Matthias Dieter Wallnöfer
1
-0
/
+2
2011-03-22
s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()
Stefan Metzmacher
1
-1
/
+1
2011-03-21
s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILD
Stefan Metzmacher
1
-10
/
+58
2011-03-20
pyldb: minor fixup, fix a memory leak
Matthieu Patou
1
-2
/
+3
2011-03-20
pyldb: add more tests for control manipulation
Matthieu Patou
1
-0
/
+4
2011-03-20
dsdb: read acl, sd can be null and ret == LDB_SUCCESS
Matthieu Patou
1
-1
/
+1
2011-03-20
dsdb: acl_read fix a missed talloc_steal
Matthieu Patou
1
-0
/
+1
2011-03-20
upgradeprovision: Fix typo
Matthieu Patou
1
-1
/
+1
2011-03-20
ldb:fix control parsing for dirsync
Matthieu Patou
1
-2
/
+3
[next]