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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 5055
Volker Lendecke
2007-11-26
5
-5
/
+5
*
Improve debug message
Volker Lendecke
2007-11-26
1
-1
/
+2
*
Fix a C++ warning
Volker Lendecke
2007-11-26
1
-1
/
+1
*
1. lib/system.c (xattr code for Solaris) could not be
Tomoki AONO
2007-11-26
1
-3
/
+6
*
In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT
Volker Lendecke
2007-11-25
1
-0
/
+1
*
Remove a static
Volker Lendecke
2007-11-24
1
-3
/
+5
*
Make remote_password_change return malloced error strings
Volker Lendecke
2007-11-23
3
-36
/
+45
*
add talloc_stackframe() to eventlogadm
Volker Lendecke
2007-11-23
1
-0
/
+2
*
printing: fix default printing subsystem detection
Stefan Metzmacher
2007-11-23
1
-1
/
+0
*
smbd: close_stat() should be static
Stefan Metzmacher
2007-11-23
1
-1
/
+1
*
Do not link in SOCKET_WRAPPER_OBJ twice
Volker Lendecke
2007-11-22
1
-1
/
+1
*
Cosmetic fix
Volker Lendecke
2007-11-22
1
-3
/
+3
*
Add a missing prototype
Volker Lendecke
2007-11-22
1
-0
/
+1
*
Fix an uninitialized variable
Volker Lendecke
2007-11-22
1
-0
/
+1
*
Fix a type-punned warning
Volker Lendecke
2007-11-22
1
-1
/
+1
*
Merge ssh://git.samba.org/data/git/samba into v3-2-test
James Peach
2007-11-21
39
-798
/
+1273
|
\
|
*
Remove pstrings from pam_smbpass - make local_password_change
Jeremy Allison
2007-11-21
5
-125
/
+111
|
*
Remove pstring from printing/*.c except for the
Jeremy Allison
2007-11-21
6
-249
/
+396
|
*
Doh ! Don't use #else when #endif is needed.
Jeremy Allison
2007-11-21
1
-2
/
+1
|
*
Add set_sockaddr_port function for winbindd.
Jeremy Allison
2007-11-21
2
-0
/
+15
|
*
Allocate a talloc_stackframe() in main() for wbinfo.
Gerald (Jerry) Carter
2007-11-21
1
-1
/
+3
|
*
Fix unresolved symbols in smbumount from addition of talloc_stackframe().
Gerald (Jerry) Carter
2007-11-21
1
-2
/
+3
|
*
Add talloc stackframe for ntlm_auth.c
Jeremy Allison
2007-11-20
1
-0
/
+2
|
*
Remove pstrcpy I missed.
Jeremy Allison
2007-11-20
1
-1
/
+0
|
*
More pstring removal....
Jeremy Allison
2007-11-20
3
-69
/
+120
|
*
Remove pstring from services/*.c
Jeremy Allison
2007-11-20
2
-148
/
+211
|
*
Ensure we have a talloc stackframe (found by Kukks).
Jeremy Allison
2007-11-20
2
-6
/
+10
|
*
More pstring elimination.
Jeremy Allison
2007-11-20
10
-136
/
+257
|
*
More trivial pstring removal.
Jeremy Allison
2007-11-20
6
-59
/
+136
|
*
Paranoia check that space_remaining never goes -ve.
Jeremy Allison
2007-11-20
1
-2
/
+10
*
|
Extend commit module to help with NFS quotas.
David Losada Carballo
2007-11-20
2
-26
/
+159
|
/
*
Prevent segv in winbindd running on a DC using the "idmap backend" syntax.
Gerald (Jerry) Carter
2007-11-20
1
-7
/
+8
*
Remove more pstring. Unify talloc_sub functions to make
Jeremy Allison
2007-11-19
3
-121
/
+98
*
Start to remove some of the pstring functions we're
Jeremy Allison
2007-11-19
2
-34
/
+23
*
Always check return from push_ascii.
Jeremy Allison
2007-11-19
2
-1
/
+12
*
Add stackframes to public libsmbclient functions
Volker Lendecke
2007-11-19
1
-64
/
+245
*
Remove pstring from nmbd.
Jeremy Allison
2007-11-19
11
-123
/
+188
*
Add error message to net rap file and net rap file user
Karolin Seeger
2007-11-19
1
-0
/
+8
*
Add a comment
Volker Lendecke
2007-11-18
1
-1
/
+7
*
Fix a valgrind error
Volker Lendecke
2007-11-18
1
-3
/
+4
*
Detect Heimdal Kerberos on OpenBSD 4.2.
James Peach
2007-11-18
1
-0
/
+17
*
Remove pstring from modules directory.
Jeremy Allison
2007-11-16
5
-310
/
+589
*
Ensure we use PATH_MAX for symlinks.
Jeremy Allison
2007-11-16
1
-2
/
+2
*
Fix bug #4393 smbclient does not store files with zero filesize in tar-archives
Jeremy Allison
2007-11-16
1
-4
/
+3
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-11-16
2
-1
/
+8
|
\
|
*
Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint.
Michael Adam
2007-11-16
1
-0
/
+7
|
*
Fix an implicit cast warning.
Michael Adam
2007-11-16
1
-1
/
+1
*
|
Match the 3.0.27a version of this function.
Jeremy Allison
2007-11-16
1
-14
/
+4
|
/
*
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
2007-11-15
10
-33
/
+55
*
Fix bug noticed by kukks <linux@kukkukk.com> where
Jeremy Allison
2007-11-15
1
-1
/
+9
[next]