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
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix errors from next_token conversion. Spotted by
Jeremy Allison
2007-12-10
1
-9
/
+5
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
2
-4
/
+4
*
Support fetching very long server lists with RAP_NetServerEnum3.
James Peach
2007-12-09
1
-42
/
+125
*
Specifically ask for IP4 addresses if we don't have IP6 support.
James Peach
2007-12-09
1
-0
/
+5
*
Fix C++ warnings
Volker Lendecke
2007-12-08
4
-15
/
+15
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
3
-41
/
+61
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
2
-11
/
+18
*
Fix call to clistr_pull_talloc.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
2007-12-07
1
-37
/
+73
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-12-07
1
-0
/
+1
|
\
|
*
Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).
Günther Deschner
2007-12-07
1
-0
/
+1
*
|
Fix clidfs.c compile.
Jeremy Allison
2007-12-06
1
-2
/
+3
*
|
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
4
-94
/
+117
*
|
Don't understand this. I have no changes here....
Jeremy Allison
2007-12-06
1
-33
/
+64
|
/
*
Fix path length limits on cli_list (outgoing. Incoming
Jeremy Allison
2007-12-05
1
-5
/
+16
*
Remove arbitrary 1k limit on pathnames. Malloc them.
Jeremy Allison
2007-12-05
2
-212
/
+347
*
remove some statics
Volker Lendecke
2007-12-05
3
-66
/
+38
*
Remove some globals
Volker Lendecke
2007-12-05
4
-7
/
+6
*
Fix signing bug found by Volker. That one was *subtle*.
Jeremy Allison
2007-12-04
2
-88
/
+5
*
Don't forget to delete the stackframe.
Jeremy Allison
2007-12-03
1
-0
/
+1
*
Remove pstring from clirap2 by completely rewriting the damn
Jeremy Allison
2007-12-03
1
-1684
/
+2211
*
Add decode_wkssvc_join_password_buffer().
Günther Deschner
2007-12-03
1
-0
/
+29
*
Fix some C++ warnings
Volker Lendecke
2007-12-01
1
-1
/
+1
*
Fix an uninitialized variable
Volker Lendecke
2007-12-01
1
-1
/
+1
*
Fix missing error cleanup noticed by Derrell.
Jeremy Allison
2007-11-30
1
-3
/
+6
*
Ensure we have 2 bytes of zeros as a pad-buffer at the
Jeremy Allison
2007-11-30
1
-40
/
+85
*
Whitespace cleanup.
Jeremy Allison
2007-11-30
1
-209
/
+201
*
Remove pstring from clirap.c.
Jeremy Allison
2007-11-30
1
-118
/
+187
*
Removed all pstrings from libsmbclient. Derryl please
Jeremy Allison
2007-11-30
1
-46
/
+65
*
Merge join error codes from Samba 4.
Günther Deschner
2007-11-30
1
-0
/
+3
*
Make encode_wkssvc_join_password_buffer() non-static.
Günther Deschner
2007-11-30
1
-4
/
+4
*
Merge encode_wkssvc_join_password_buffer() from samba4.
Günther Deschner
2007-11-30
1
-0
/
+36
*
Add talloc versions of all the next_token() functions.
Jeremy Allison
2007-11-30
1
-605
/
+728
*
Remove pstrings from clifile.c.
Jeremy Allison
2007-11-29
1
-25
/
+36
*
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
2007-11-29
3
-318
/
+439
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
9
-59
/
+85
*
Remove pstrings. Ensure we validate offsets.
Jeremy Allison
2007-11-29
1
-64
/
+132
*
Remove unused code (and pstring).
Jeremy Allison
2007-11-28
1
-92
/
+0
*
Remove pstrings from asn1.c.
Jeremy Allison
2007-11-27
1
-11
/
+28
*
Remove pstrings from namequery.c.
Jeremy Allison
2007-11-27
1
-24
/
+47
*
Remove some statics
Volker Lendecke
2007-11-27
1
-1
/
+1
*
In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT
Volker Lendecke
2007-11-25
1
-0
/
+1
*
Make remote_password_change return malloced error strings
Volker Lendecke
2007-11-23
1
-31
/
+38
*
More pstring removal....
Jeremy Allison
2007-11-20
1
-47
/
+98
*
Always check return from push_ascii.
Jeremy Allison
2007-11-19
1
-1
/
+6
*
Add stackframes to public libsmbclient functions
Volker Lendecke
2007-11-19
1
-64
/
+245
*
Remove pstring from nmbd.
Jeremy Allison
2007-11-19
1
-12
/
+34
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-2
/
+6
*
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
2007-11-12
1
-11
/
+25
*
Some pstring removal
Volker Lendecke
2007-11-11
4
-40
/
+61
[prev]
[next]