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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-27
[s3]libsmbconf: create text config in smbconftort
Michael Adam
1
-1
/
+38
2008-10-27
[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.
Michael Adam
1
-1
/
+1
2008-10-27
[s3]libsmbconf: fall back to file backend when no valid backend was found
Michael Adam
1
-4
/
+5
2008-10-27
[s3]libsmbconf: fix comment typo.
Michael Adam
1
-1
/
+1
2008-10-27
[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
Michael Adam
5
-0
/
+28
2008-10-27
[s3]libsmbconf: remove unused define.
Michael Adam
1
-3
/
+0
2008-10-27
[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.
Michael Adam
1
-1
/
+1
2008-10-27
[s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.
Michael Adam
1
-1
/
+1
2008-10-27
[s3]pdbedit: remove unused variable.
Michael Adam
1
-4
/
+0
2008-10-27
[s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on Solaris
Michael Adam
1
-3
/
+6
2008-10-26
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
7
-68
/
+194
2008-10-25
Add proxied named pipe support
Volker Lendecke
2
-29
/
+146
2008-10-25
Move the is_known_pipename check into np_open
Volker Lendecke
3
-21
/
+16
2008-10-25
Add str_list_check[_ci] to s3's proto.h
Volker Lendecke
1
-0
/
+3
2008-10-25
Fix "make etags" -- the args list gets really long for s4 with the prefix
Volker Lendecke
1
-1
/
+34
2008-10-25
Remove "pipe_handle_offset" -- pipes now use "struct files_struct"
Volker Lendecke
3
-22
/
+0
2008-10-24
Remove another use of global_loadparm.
Jelmer Vernooij
2
-9
/
+10
2008-10-24
Fix includes.
Jelmer Vernooij
2
-0
/
+2
2008-10-24
Remove include/local.h and move defines to more appropriate places.
Jelmer Vernooij
6
-59
/
+35
2008-10-24
Fix installation of charset headers.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Fix the build.
Jelmer Vernooij
2
-2
/
+3
2008-10-24
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
1
-3
/
+3
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
79
-87
/
+11
2008-10-24
Error return is False, not -1
Derrell Lipman
1
-3
/
+3
2008-10-24
Remove more global_loadparm instances, fix syntax errors.
Jelmer Vernooij
3
-9
/
+9
2008-10-24
Revert Samba3 back to using its own charset handling code.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Add version of next_codepoint without iconv_convenience.
Jelmer Vernooij
9
-31
/
+37
2008-10-24
Remove use of global_loadparm in last Python script.
Jelmer Vernooij
1
-2
/
+0
2008-10-24
Regenerate SWIG files.
Jelmer Vernooij
4
-33
/
+6
2008-10-24
Remove access to global_loadparm from python module.
Jelmer Vernooij
1
-3
/
+0
2008-10-24
Mark global_loadparm as deprecated.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Remove more usages of global_loadparm.
Jelmer Vernooij
7
-27
/
+50
2008-10-24
Remove dependency of charset code on loadparm.
Jelmer Vernooij
3
-3
/
+7
2008-10-24
Remove more uses of global_loadparm.
Jelmer Vernooij
3
-11
/
+7
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
24
-73
/
+109
2008-10-24
Remove a few more usages of global_loadparm.
Jelmer Vernooij
4
-7
/
+7
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
31
-46
/
+109
2008-10-24
Avoid retrieving iconv convenience during loops.
Jelmer Vernooij
1
-11
/
+15
2008-10-24
Remove const so return value can be freed.
Jelmer Vernooij
2
-10
/
+10
2008-10-24
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
12
-96
/
+281
2008-10-24
Fix merged build paths.
Jelmer Vernooij
2
-2
/
+2
2008-10-24
Just hardcode workgroup to empty string, to avoid use of
Jelmer Vernooij
1
-4
/
+3
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
26
-401
/
+392
2008-10-24
Fix include path to pytalloc.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Move pytalloc to talloc directory.
Jelmer Vernooij
3
-3
/
+3
2008-10-24
Split up codepoints code, use consistent _m suffix.
Jelmer Vernooij
7
-157
/
+189
2008-10-23
s3: fix simple "incompatible pointer type" build warning
Tim Prouty
1
-1
/
+1
2008-10-24
Rename string_replace_w to string_replace_m, which is more correct.
Jelmer Vernooij
5
-14
/
+10
2008-10-24
Remove unnecessary include, improve function name.
Jelmer Vernooij
1
-3
/
+2
2008-10-23
Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warning
Tim Prouty
3
-7
/
+2
[prev]
[next]