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
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix panic: Don't free the logfilename in winbind_child_died().
Michael Adam
2008-01-23
1
-1
/
+0
*
|
Initialize _domain_list to NULL.
Michael Adam
2008-01-23
1
-1
/
+1
*
|
Fix get_trust_creds() to return always an upper-cased krb5 principal (this
Günther Deschner
2008-01-23
1
-4
/
+8
*
|
Remove two unused variables
Volker Lendecke
2008-01-23
2
-2
/
+0
*
|
Fix tab_depth: it should not create an extra debug header.
Michael Adam
2008-01-23
2
-3
/
+6
*
|
Get Samba version or capability information from Windows
Corinna Vinschen
2008-01-22
1
-1
/
+3
*
|
Move samba_extended_info_version to smbd/trans2.c
Volker Lendecke
2008-01-22
3
-33
/
+32
*
|
Avoid use of uninitialized memory
Volker Lendecke
2008-01-22
1
-1
/
+4
*
|
Get Samba version or capability information from Windows
Corinna Vinschen
2008-01-22
3
-0
/
+48
*
|
Hide streams from the EA API
Volker Lendecke
2008-01-22
3
-10
/
+14
*
|
libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_t
Stefan Metzmacher
2008-01-22
1
-0
/
+25
*
|
Fix a ton of IBM checker uninitialized variable warnings
Volker Lendecke
2008-01-22
1
-2
/
+1
*
|
Fix get_ea_names_from_file for many EAs
Volker Lendecke
2008-01-22
1
-1
/
+1
*
|
Fix a segfault
Volker Lendecke
2008-01-22
1
-1
/
+1
*
|
Add another check for talloc failure to libnet_conf
Michael Adam
2008-01-21
1
-0
/
+4
*
|
Fix formatting of multi_sz registry values.
Michael Adam
2008-01-21
1
-1
/
+5
*
|
Use talloc_stackframe() for temporary contexts throughout libnet_conf.c
Michael Adam
2008-01-21
1
-4
/
+4
*
|
Add a check for talloc failure. - Pointed out by Volker.
Michael Adam
2008-01-21
1
-0
/
+4
*
|
Fix two debug messages.
Michael Adam
2008-01-21
1
-2
/
+2
*
|
Attempt to fix the darwin build
Volker Lendecke
2008-01-21
1
-4
/
+4
*
|
util_sock: Don't return a pointer to freed memory.
Kai Blin
2008-01-21
1
-1
/
+2
*
|
Add SMB_VFS_FS_CAPABILITIES
Volker Lendecke
2008-01-21
6
-29
/
+26
|
/
*
Link smbd on AIX with -bexpfull instead of -bexpall
Volker Lendecke
2008-01-21
1
-1
/
+1
*
util_sock: Fix memcache bug in get_mydnsfullname.
Kai Blin
2008-01-21
1
-3
/
+3
*
libwbclient: use the same style in each switch case for the error mapping
Stefan Metzmacher
2008-01-21
1
-2
/
+2
*
winbindd: remove useless strcpy
Stefan Metzmacher
2008-01-21
1
-4
/
+1
*
Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c
Michael Adam
2008-01-21
2
-3
/
+4
*
Move reg_frontend_hilvl.c to reg_dispatcher.c
Michael Adam
2008-01-21
2
-2
/
+2
*
Extend/fix comments.
Michael Adam
2008-01-21
2
-2
/
+4
*
Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.c
Michael Adam
2008-01-21
3
-18
/
+48
*
Rename reg_db.c to reg_backend_db.c
Michael Adam
2008-01-21
2
-3
/
+3
*
Rename reg_shares.c to reg_backend_shares.c
Michael Adam
2008-01-21
2
-1
/
+1
*
Rename reg_smbconf.c to reg_backend_smbconf.c
Michael Adam
2008-01-21
2
-2
/
+2
*
Rename reg_printing.c to reg_backend_printing.c
Michael Adam
2008-01-21
2
-1
/
+1
*
Makefile.in: Group together registry related object variables.
Michael Adam
2008-01-21
1
-22
/
+25
*
Makefile.in: extract registry backend objects to common variable.
Michael Adam
2008-01-21
1
-9
/
+16
*
reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf.
Michael Adam
2008-01-21
1
-2
/
+0
*
Fix some "set but never used" warnings
Volker Lendecke
2008-01-20
5
-17
/
+6
*
Free case_state earlier
Volker Lendecke
2008-01-20
1
-0
/
+2
*
Activate SMB_QUERY_FILE_STREAM_INFO
Volker Lendecke
2008-01-20
1
-5
/
+6
*
Active RAW-STREAMS in make test
Volker Lendecke
2008-01-20
2
-2
/
+2
*
Fix valgrind errors
Volker Lendecke
2008-01-20
1
-2
/
+2
*
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
2008-01-20
1
-1
/
+2
*
Don't test split_ntfs_stream_name
Volker Lendecke
2008-01-20
1
-3
/
+0
*
Do not use an unfinished fsp in streams_xattr_open
Volker Lendecke
2008-01-20
1
-1
/
+1
*
In streams_xattr_pwrite, base_fsp does not have an fd
Volker Lendecke
2008-01-20
1
-1
/
+2
*
Add some DEBUG
Volker Lendecke
2008-01-20
2
-0
/
+18
*
For pread/pwrite we need to do the setxattr on base_fsp
Volker Lendecke
2008-01-20
1
-4
/
+4
*
Really remove the _NEXT_ from vfs_xattr_tdb.c
Volker Lendecke
2008-01-20
1
-15
/
+20
*
Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdb
Volker Lendecke
2008-01-20
1
-0
/
+11
[prev]
[next]