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
*
Implement talloc_pool()
Volker Lendecke
2008-02-11
3
-7
/
+207
*
Add a comment.
Michael Adam
2008-02-11
1
-0
/
+1
*
Fix talloctort: move size check after referenced ptr check.
Michael Adam
2008-02-11
1
-5
/
+5
*
Don't shrink a talloc area if we have less than 1k to gain
Volker Lendecke
2008-02-11
1
-0
/
+5
*
Make data about what subsystems/libraries are enabled available in the mkconf...
Jelmer Vernooij
2008-02-11
2
-3
/
+8
*
Fix the build: remove reference to inexistent header samba3_proto.h
Michael Adam
2008-02-11
1
-1
/
+0
*
Fix accidently introduced typo.
Jelmer Vernooij
2008-02-11
1
-1
/
+1
*
Ignore mkconfig.mk file, which is autogenerated.
Jelmer Vernooij
2008-02-11
1
-0
/
+1
*
Remove Samba 3 backwards compatibility code in C.
Jelmer Vernooij
2008-02-11
14
-1868
/
+3
*
Remove tests for Samba 3 EJS code.
Jelmer Vernooij
2008-02-11
3
-1318
/
+1
*
Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.
Jelmer Vernooij
2008-02-11
5
-8
/
+13
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
Jelmer Vernooij
2008-02-11
12
-229
/
+175
|
\
|
*
autoconf: We build Samba from git now, not from SVN.
Kai Blin
2008-02-11
1
-7
/
+7
|
*
Fix switching of hives in regshell (#5254)
Jelmer Vernooij
2008-02-11
1
-0
/
+3
|
*
provision: Fix new user creation.
Kai Blin
2008-02-11
1
-2
/
+2
|
*
pidl/Samba3::ServerNDR: use talloc_tos() instead of NULL
Stefan Metzmacher
2008-02-11
1
-1
/
+1
|
*
Fix case.
Jelmer Vernooij
2008-02-11
1
-1
/
+1
|
*
Move some more variables to static .mk file.
Jelmer Vernooij
2008-02-11
2
-13
/
+9
|
*
Automatically write AC_SUBST() vars to mkconfig.mk and use them.
Jelmer Vernooij
2008-02-11
4
-149
/
+73
|
*
Move some variables to a separate .mk file that could also be included by a n...
Jelmer Vernooij
2008-02-10
3
-9
/
+18
|
*
Start working on generating .mk file from configure for inclusion in Makefile.
Jelmer Vernooij
2008-02-10
1
-9
/
+26
|
*
Make formatting a bit more ReST-valid.
Jelmer Vernooij
2008-02-10
2
-36
/
+30
|
*
Change README to be ReST-compatible.
Jelmer Vernooij
2008-02-10
1
-17
/
+20
*
|
More syntax fixes, use more standard python functions.
Jelmer Vernooij
2008-02-10
1
-328
/
+247
*
|
Start working on python conversion of minschema.
Jelmer Vernooij
2008-02-10
1
-0
/
+660
*
|
Add tests for upgrade of WINS database.
Jelmer Vernooij
2008-02-09
2
-3
/
+20
*
|
Remove unused define.
Jelmer Vernooij
2008-02-09
2
-8
/
+3
*
|
Merge branch 'v4-0-trivial' into v4-0-python
Jelmer Vernooij
2008-02-09
0
-0
/
+0
|
\
|
|
*
Fix typo.
Jelmer Vernooij
2008-02-09
1
-1
/
+1
*
|
Merge branch 'v4-0-trivial' into v4-0-python
Jelmer Vernooij
2008-02-09
164
-3182
/
+5219
|
\
|
|
*
Fix tests.
Jelmer Vernooij
2008-02-09
1
-35
/
+24
|
*
Split up tests a bit, output subunit.
Jelmer Vernooij
2008-02-09
1
-753
/
+721
|
*
Add docstring.
Jelmer Vernooij
2008-02-09
1
-0
/
+2
|
*
Ignore Python apidocs, vim swap files.
Jelmer Vernooij
2008-02-09
1
-0
/
+2
|
*
Fix syntax of docstrings, set project name when generating Python API documen...
Jelmer Vernooij
2008-02-09
3
-6
/
+4
|
*
registry: Fix warning.
Jelmer Vernooij
2008-02-09
1
-1
/
+1
|
*
Move nmblookup blackbox test closer to the code it tests.
Jelmer Vernooij
2008-02-09
2
-2
/
+2
|
*
Move first_prereq test to m4 code.
Jelmer Vernooij
2008-02-09
2
-7
/
+9
|
*
Move some static makefile variables to rules.mk.
Jelmer Vernooij
2008-02-09
2
-39
/
+39
|
*
pidl: Allow fixed size arrays inside unions.
Julien Kerihuel
2008-02-09
1
-2
/
+2
|
*
Fix test count after pointer_default_top() removal.
Jelmer Vernooij
2008-02-09
1
-1
/
+1
|
*
Move more make code to rules.mk
Jelmer Vernooij
2008-02-09
2
-22
/
+26
|
*
Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ...
Jelmer Vernooij
2008-02-09
3
-188
/
+183
|
*
Support 'mkinclude' command in .mk files.
Jelmer Vernooij
2008-02-09
1
-0
/
+2
|
*
Remove unused path update.
Jelmer Vernooij
2008-02-09
1
-2
/
+0
|
*
Re-enable python support in BECOME-DC test.
Jelmer Vernooij
2008-02-09
2
-2
/
+3
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
2008-02-09
4
-5
/
+9
|
|
\
|
|
*
A couple more ipsec classes for the schema.
Andrew Bartlett
2008-02-09
1
-0
/
+2
|
|
*
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
2008-02-09
12
-100
/
+386
|
|
|
\
|
|
|
*
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
2008-02-09
1
-2
/
+2
|
|
|
|
\
[next]