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
...
|
*
Add str_list_check[_ci] to s3's proto.h
Volker Lendecke
2008-10-25
1
-0
/
+3
|
*
Fix "make etags" -- the args list gets really long for s4 with the prefix
Volker Lendecke
2008-10-25
1
-1
/
+34
|
*
Remove "pipe_handle_offset" -- pipes now use "struct files_struct"
Volker Lendecke
2008-10-25
3
-22
/
+0
*
|
Remove another use of global_loadparm.
Jelmer Vernooij
2008-10-24
2
-9
/
+10
|
/
*
Fix includes.
Jelmer Vernooij
2008-10-24
2
-0
/
+2
*
Remove include/local.h and move defines to more appropriate places.
Jelmer Vernooij
2008-10-24
6
-59
/
+35
*
Fix installation of charset headers.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Fix the build.
Jelmer Vernooij
2008-10-24
2
-2
/
+3
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-10-24
1
-3
/
+3
|
\
|
*
Error return is False, not -1
Derrell Lipman
2008-10-24
1
-3
/
+3
*
|
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
79
-87
/
+11
|
/
*
Remove more global_loadparm instances, fix syntax errors.
Jelmer Vernooij
2008-10-24
3
-9
/
+9
*
Revert Samba3 back to using its own charset handling code.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Add version of next_codepoint without iconv_convenience.
Jelmer Vernooij
2008-10-24
9
-31
/
+37
*
Remove use of global_loadparm in last Python script.
Jelmer Vernooij
2008-10-24
1
-2
/
+0
*
Regenerate SWIG files.
Jelmer Vernooij
2008-10-24
4
-33
/
+6
*
Remove access to global_loadparm from python module.
Jelmer Vernooij
2008-10-24
1
-3
/
+0
*
Mark global_loadparm as deprecated.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Remove more usages of global_loadparm.
Jelmer Vernooij
2008-10-24
7
-27
/
+50
*
Remove dependency of charset code on loadparm.
Jelmer Vernooij
2008-10-24
3
-3
/
+7
*
Remove more uses of global_loadparm.
Jelmer Vernooij
2008-10-24
3
-11
/
+7
*
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
2008-10-24
24
-73
/
+109
*
Remove a few more usages of global_loadparm.
Jelmer Vernooij
2008-10-24
4
-7
/
+7
*
Eliminate another instance of global_loadparm.
Jelmer Vernooij
2008-10-24
31
-46
/
+109
*
Avoid retrieving iconv convenience during loops.
Jelmer Vernooij
2008-10-24
1
-11
/
+15
*
Remove const so return value can be freed.
Jelmer Vernooij
2008-10-24
2
-10
/
+10
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-10-24
12
-96
/
+281
|
\
|
*
s3: fix simple "incompatible pointer type" build warning
Tim Prouty
2008-10-23
1
-1
/
+1
|
*
Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warning
Tim Prouty
2008-10-23
3
-7
/
+2
|
*
netapi: make sure to always cleanup after testing NetUser calls.
Günther Deschner
2008-10-24
1
-0
/
+4
|
*
netapi: add more group tests to netapitest.
Günther Deschner
2008-10-24
1
-3
/
+220
|
*
s3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename.
Günther Deschner
2008-10-24
1
-0
/
+3
|
*
s3-samr-server: remove unused historic code.
Günther Deschner
2008-10-24
1
-60
/
+0
|
*
svcctl: move some non-rpc related bits out of rpc_svcctl.h.
Günther Deschner
2008-10-24
3
-23
/
+49
|
*
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
2008-10-23
1
-1
/
+1
|
|
\
|
*
|
Fix prototype for set_sockaddr_port.
Jelmer Vernooij
2008-10-23
2
-2
/
+2
*
|
|
Fix merged build paths.
Jelmer Vernooij
2008-10-24
2
-2
/
+2
*
|
|
Just hardcode workgroup to empty string, to avoid use of
Jelmer Vernooij
2008-10-24
1
-4
/
+3
*
|
|
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
2008-10-24
26
-401
/
+392
*
|
|
Fix include path to pytalloc.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
|
|
Move pytalloc to talloc directory.
Jelmer Vernooij
2008-10-24
3
-3
/
+3
*
|
|
Split up codepoints code, use consistent _m suffix.
Jelmer Vernooij
2008-10-24
7
-157
/
+189
*
|
|
Rename string_replace_w to string_replace_m, which is more correct.
Jelmer Vernooij
2008-10-24
5
-14
/
+10
*
|
|
Remove unnecessary include, improve function name.
Jelmer Vernooij
2008-10-24
1
-3
/
+2
*
|
|
Move charset library to top level.
Jelmer Vernooij
2008-10-24
16
-9
/
+9
|
|
/
|
/
|
*
|
Fix function parameters.
Jelmer Vernooij
2008-10-23
1
-1
/
+1
|
/
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-10-23
6
-21
/
+10
|
\
|
*
Fix "parameter has incomplete type" build warning.
Tim Prouty
2008-10-23
3
-8
/
+5
|
*
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
2008-10-23
36
-878
/
+506
|
|
\
|
*
|
Remove unused constants from local.h.
Jelmer Vernooij
2008-10-23
3
-13
/
+5
[prev]
[next]