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-02-12
fixed up the .in side of SMB2 negprot
Andrew Tridgell
6
-19
/
+76
2008-02-11
Fix out of tree builds.
Jelmer Vernooij
5
-10
/
+11
2008-02-11
Split actual content out of tdb Makefile into a separate file.
Jelmer Vernooij
2
-80
/
+89
2008-02-11
Split actual content out of talloc Makefile into talloc.mk.
Jelmer Vernooij
2
-37
/
+42
2008-02-11
Move some more rules to rules.mk
Jelmer Vernooij
2
-6
/
+9
2008-02-11
Split rules.mk out of Makefile.
Jelmer Vernooij
2
-27
/
+31
2008-02-11
Split rules out of tdb Makefile.
Jelmer Vernooij
2
-38
/
+41
2008-02-11
ldb: Split up the Makefile so it will be possible later on to directly includ...
Jelmer Vernooij
3
-122
/
+125
2008-02-11
Use make variables in cflags file (now supported by cflags.pl)
Jelmer Vernooij
2
-7
/
+11
2008-02-11
Support including files in the cflags.pl script.
Jelmer Vernooij
2
-10
/
+23
2008-02-11
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
30
-3379
/
+288
2008-02-11
TORTUREDIR as target dir for binaries is no longer used, remove it.
Jelmer Vernooij
1
-7
/
+0
2008-02-11
Clean up data.mk file in distclean.
Jelmer Vernooij
1
-0
/
+1
2008-02-11
Print warning when config.status doesn't exist and the user tries to
Jelmer Vernooij
1
-0
/
+4
2008-02-11
Remove unused function.
Jelmer Vernooij
1
-139
/
+0
2008-02-11
Move pidl bits to a separate file.
Jelmer Vernooij
2
-36
/
+42
2008-02-11
Fix typo.
Jelmer Vernooij
1
-1
/
+1
2008-02-11
Avoid autogenerating the Makefile but rather include a data.mk file
Jelmer Vernooij
7
-211
/
+210
2008-02-11
Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.
Michael Adam
1
-1
/
+1
2008-02-11
Fix a c++ warning
Volker Lendecke
1
-1
/
+2
2008-02-11
talloc_free_children can only reset pool if it's empty
Volker Lendecke
1
-1
/
+2
2008-02-11
Mark talloc_pool memory for valgrind
Volker Lendecke
1
-3
/
+16
2008-02-11
Implement talloc_pool()
Volker Lendecke
3
-7
/
+207
2008-02-11
Add a comment.
Michael Adam
1
-0
/
+1
2008-02-11
Fix talloctort: move size check after referenced ptr check.
Michael Adam
1
-5
/
+5
2008-02-11
Don't shrink a talloc area if we have less than 1k to gain
Volker Lendecke
1
-0
/
+5
2008-02-11
Make data about what subsystems/libraries are enabled available in the mkconf...
Jelmer Vernooij
2
-3
/
+8
2008-02-11
Fix the build: remove reference to inexistent header samba3_proto.h
Michael Adam
1
-1
/
+0
2008-02-11
Fix accidently introduced typo.
Jelmer Vernooij
1
-1
/
+1
2008-02-11
Ignore mkconfig.mk file, which is autogenerated.
Jelmer Vernooij
1
-0
/
+1
2008-02-11
Remove Samba 3 backwards compatibility code in C.
Jelmer Vernooij
14
-1868
/
+3
2008-02-11
Remove tests for Samba 3 EJS code.
Jelmer Vernooij
3
-1318
/
+1
2008-02-11
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
15
-37
/
+633
2008-02-11
Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.
Jelmer Vernooij
5
-8
/
+13
2008-02-11
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
Jelmer Vernooij
12
-229
/
+175
2008-02-11
Fix typo.
Jelmer Vernooij
1
-1
/
+1
2008-02-11
autoconf: We build Samba from git now, not from SVN.
Kai Blin
1
-7
/
+7
2008-02-11
Fix switching of hives in regshell (#5254)
Jelmer Vernooij
1
-0
/
+3
2008-02-11
provision: Fix new user creation.
Kai Blin
1
-2
/
+2
2008-02-11
pidl/Samba3::ServerNDR: use talloc_tos() instead of NULL
Stefan Metzmacher
1
-1
/
+1
2008-02-11
Avoid autogenerating the Makefile but rather include a data.mk file
Jelmer Vernooij
7
-211
/
+210
2008-02-11
Fix case.
Jelmer Vernooij
1
-1
/
+1
2008-02-11
Move some more variables to static .mk file.
Jelmer Vernooij
2
-13
/
+9
2008-02-11
Automatically write AC_SUBST() vars to mkconfig.mk and use them.
Jelmer Vernooij
4
-149
/
+73
2008-02-10
Move some variables to a separate .mk file that could also be included by a n...
Jelmer Vernooij
3
-9
/
+18
2008-02-10
Start working on generating .mk file from configure for inclusion in Makefile.
Jelmer Vernooij
1
-9
/
+26
2008-02-10
Make formatting a bit more ReST-valid.
Jelmer Vernooij
2
-36
/
+30
2008-02-10
Change README to be ReST-compatible.
Jelmer Vernooij
1
-17
/
+20
2008-02-10
More syntax fixes, use more standard python functions.
Jelmer Vernooij
1
-328
/
+247
2008-02-10
Start working on python conversion of minschema.
Jelmer Vernooij
1
-0
/
+660
[next]