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 (
Collapse
)
Author
Files
Lines
2009-03-15
Strip /usr/include from include flags, so we don't end up including
Jelmer Vernooij
3
-1
/
+7
the system tevent if it's too old.
2009-03-15
display_sec: Remove use of samba3-specific data types.
Jelmer Vernooij
1
-3
/
+3
2009-03-15
Merge branch 'sharedm4' of /home/jelmer/samba4
Jelmer Vernooij
0
-0
/
+0
2009-03-15
python: Always run with the same version of Python as we build against.
Jelmer Vernooij
1
-1
/
+5
2009-03-15
Fix installation of tdr.h.
Jelmer Vernooij
1
-1
/
+1
2009-03-15
configure: Add common file with minimum versions of external libraries.
Jelmer Vernooij
3
-8
/
+18
2009-03-15
Merge branch 'nodiscard' of /home/jelmer/samba4
Jelmer Vernooij
1
-4
/
+0
2009-03-15
Merge branch 'tdr' of /home/jelmer/samba4
Jelmer Vernooij
13
-17
/
+20
2009-03-15
Depend on newer talloc for Samba 4 in the merged build as well.
Jelmer Vernooij
1
-1
/
+1
2009-03-15
Merge branch 'checktalloc' of /home/jelmer/samba4
Jelmer Vernooij
6
-6
/
+188
2009-03-15
Fix a malloc/talloc mismatch when cli_initialise() fails
Volker Lendecke
1
-3
/
+2
2009-03-15
Add queue argument to wb_resp_write
Volker Lendecke
2
-3
/
+5
2009-03-15
Remove unused CONST_DISCARD macro.
Jelmer Vernooij
2
-5
/
+1
2009-03-15
Remove -L/usr/lib from a couple more make variables.
Jelmer Vernooij
4
-2
/
+6
2009-03-15
tdr: Remove dependency on lp_* so it can be used in both Samba 3 and
Jelmer Vernooij
1
-10
/
+9
Samba 4.
2009-03-14
s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes.
Günther Deschner
1
-1
/
+1
Guenther
2009-03-14
Merge branch 'checktalloc' into tdr
Jelmer Vernooij
1
-0
/
+8
2009-03-14
Properly strip /usr/lib and /usr/include for the merged build.
Jelmer Vernooij
1
-0
/
+8
2009-03-14
Fix build of tdr from merged build.
Jelmer Vernooij
1
-1
/
+1
2009-03-14
Merge branch 'checktalloc' into tdr
Jelmer Vernooij
5
-6
/
+180
2009-03-14
Depend on a newer talloc in Samba 4.
Jelmer Vernooij
1
-1
/
+1
2009-03-14
Move tdr to top-level.
Jelmer Vernooij
9
-5
/
+5
2009-03-14
Add shared pkg.m4 file with convenience macros for using pkg-config.
Jelmer Vernooij
1
-0
/
+156
2009-03-14
Fix comment about shell in Makefile.
Jelmer Vernooij
1
-3
/
+2
2009-03-14
Fix fallback if system doesn't provide talloc.
Jelmer Vernooij
1
-1
/
+1
2009-03-14
Allow using external libtalloc.
Jelmer Vernooij
3
-2
/
+177
2009-03-14
Fix #3954
Volker Lendecke
1
-1
/
+2
2009-03-13
s3: Don't return in a void funtion
Tim Prouty
1
-1
/
+1
2009-03-13
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
11
-112
/
+135
password talloc'ed strings within the cli_struct. Jeremy.
2009-03-13
s3 OneFS: Add kernel strict locking support
Dave Richards
3
-10
/
+95
2009-03-13
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
8
-103
/
+272
2009-03-13
s4:build: require tevent 0.9.4
Stefan Metzmacher
2
-2
/
+2
metze
2009-03-13
tevent: change version to 0.9.4 as the ABI has changed
Stefan Metzmacher
1
-1
/
+1
metze
2009-03-13
s3-spoolss: remove more unused marshalling code.
Günther Deschner
3
-883
/
+0
Guenther
2009-03-13
s3-spoolss: remove some unused functions.
Günther Deschner
1
-405
/
+0
Guenther
2009-03-13
s3-spoolss: remove old spoolss_GetPrinter.
Günther Deschner
3
-76
/
+0
Guenther
2009-03-13
s3-spoolss: use pidl for _spoolss_GetPrinter.
Günther Deschner
3
-214
/
+162
Guenther
2009-03-13
s3-rpcclient: pure cosmetics for cmd_spoolss_getdriver.
Günther Deschner
1
-17
/
+20
Guenther
2009-03-13
s3-rpcclient: pure cosmetics for cmd_spoolss_getprinter.
Günther Deschner
1
-8
/
+11
Guenther
2009-03-13
s3-rpcclient: pure cosmetics for cmd_spoolss_enum_ports.
Günther Deschner
1
-9
/
+10
Guenther
2009-03-13
s3-spoolss: use snum_is_shared_printer (allows to make code a little easier to
Günther Deschner
1
-50
/
+54
read). Guenther
2009-03-13
s3-spoolss: add snum_is_shared_printer fn.
Günther Deschner
1
-0
/
+8
Guenther
2009-03-13
s3-spoolss: remove old spoolss_EnumPrinters.
Günther Deschner
3
-90
/
+0
Guenther
2009-03-13
s3-spoolss: use pidl for _spoolss_EnumPrinters.
Günther Deschner
3
-183
/
+288
Guenther
2009-03-13
s3: re-run make samba3-idl.
Günther Deschner
3
-25
/
+95
Guenther
2009-03-13
spoolss: flag PrinterInfo union and levels as [public,gensize].
Günther Deschner
1
-9
/
+9
Guenther
2009-03-13
s3-spoolss: remove old enumprinters wrapper.
Günther Deschner
3
-242
/
+0
Guenther
2009-03-13
s3-net: use rpccli_spoolss_enumprinters wrapper.
Günther Deschner
1
-134
/
+71
Guenther
2009-03-13
s3-rpcclient: use rpccli_spoolss_enumprinters wrapper.
Günther Deschner
1
-147
/
+100
Guenther
2009-03-13
s3-spoolss: add rpccli_spoolss_enumprinters convenience wrapper.
Günther Deschner
2
-0
/
+61
Guenther
[next]