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
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r25854: Link against -ldl properly.
Jelmer Vernooij
2007-12-21
2
-2
/
+3
*
r25853: Specify LIBS to sample_module - fixes build for gcov hosts.
Jelmer Vernooij
2007-12-21
1
-3
/
+6
*
r25852: Move SHLIBEXT determination into a test as well.
Jelmer Vernooij
2007-12-21
3
-10
/
+20
*
r25851: Move system-specific ldflags checks to libreplace so they can be used...
Jelmer Vernooij
2007-12-21
4
-14
/
+44
*
r25850: Add macro for picflag.
Jelmer Vernooij
2007-12-21
4
-21
/
+67
*
r25849: Add test for dfs FlushFtTable.
Günther Deschner
2007-12-21
1
-0
/
+42
*
r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.
Günther Deschner
2007-12-21
2
-2
/
+87
*
r25847: Don't link modules against their subsystem.
Jelmer Vernooij
2007-12-21
1
-1
/
+0
*
r25846: Add configure test for -Wl,--export-dynamic.
Jelmer Vernooij
2007-12-21
4
-1
/
+14
*
r25845: Reformat the dfs test.
Günther Deschner
2007-12-21
1
-42
/
+83
*
r25844: Enable soloading by default.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r25843: Finish check-soloading.
Jelmer Vernooij
2007-12-21
2
-9
/
+11
*
r25842: Start working on test for loading dso's in ldb.
Jelmer Vernooij
2007-12-21
5
-1
/
+94
*
r25841: try to fix make install
Stefan Metzmacher
2007-12-21
1
-0
/
+1
*
r25840: make test: activate nss_wrapper for make test
Stefan Metzmacher
2007-12-21
1
-4
/
+37
*
r25839: use nss_wrapper code in samba4 if
Stefan Metzmacher
2007-12-21
8
-4
/
+9
*
r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is defined
Stefan Metzmacher
2007-12-21
1
-0
/
+7
*
r25837: nss_wrapper: add nss_wrapper.pl
Stefan Metzmacher
2007-12-21
1
-0
/
+265
*
r25836: nss_wrapper: add support for groups and return EPERM in initgroups()
Stefan Metzmacher
2007-12-21
1
-15
/
+356
*
r25835: nss_wrapper: add support for passwd accounts
Stefan Metzmacher
2007-12-21
1
-14
/
+567
*
r25834: nss_wrapper: add lib/nss_wrapper skeleton
Stefan Metzmacher
2007-12-21
4
-0
/
+374
*
r25833: - we don't need --root twice
Stefan Metzmacher
2007-12-21
1
-4
/
+3
*
r25831: remove unused include
Stefan Metzmacher
2007-12-21
1
-1
/
+0
*
r25830: fix compiler warning
Stefan Metzmacher
2007-12-21
2
-2
/
+2
*
r25829: - use DEBUG() instead of printf
Stefan Metzmacher
2007-12-21
1
-1
/
+3
*
r25828: don't ignore errors
Stefan Metzmacher
2007-12-21
1
-0
/
+7
*
r25827: Start of samba3-regconfig test
Volker Lendecke
2007-12-21
2
-0
/
+340
*
r25825: Don't print the user's password hash at level 0.
Andrew Bartlett
2007-12-21
1
-2
/
+1
*
r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()
Stefan Metzmacher
2007-12-21
2
-4
/
+4
*
r25823: remove unneeded nesting by using error and out logic
Stefan Metzmacher
2007-12-21
1
-21
/
+21
*
r25822: use NDR_CHECK()
Stefan Metzmacher
2007-12-21
1
-6
/
+2
*
r25821: always use ndr_push/pull_error() to report errors and not NTSTATUS di...
Stefan Metzmacher
2007-12-21
1
-15
/
+32
*
r25820: but still return the error...
Stefan Metzmacher
2007-12-21
3
-0
/
+3
*
r25819: make the success case more clear
Stefan Metzmacher
2007-12-21
3
-3
/
+3
*
r25818: remove useless '\' chars at the end of lines
Stefan Metzmacher
2007-12-21
1
-7
/
+7
*
r25817: Add very basic FRSAPI InfoW test. Again, this is surely not correct b...
Günther Deschner
2007-12-21
1
-1
/
+46
*
r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.
Günther Deschner
2007-12-21
1
-3
/
+21
*
r25815: Small DFS idl fixes.
Günther Deschner
2007-12-21
2
-5
/
+16
*
r25814: Add my (C).
Günther Deschner
2007-12-21
1
-0
/
+1
*
r25813: Add unfinished SecurityDescriptorsMasks test for winreg.
Günther Deschner
2007-12-21
1
-1
/
+93
*
r25812: Add test for valid and invalid security descriptor and security infor...
Günther Deschner
2007-12-21
1
-0
/
+308
*
r25811: Add some security descriptor helper functions.
Günther Deschner
2007-12-21
1
-5
/
+191
*
r25810: Add test for blocking security descriptor inheritance in winreg.
Günther Deschner
2007-12-21
1
-1
/
+180
*
r25809: Add basic security descriptor inheritance test for winreg.
Günther Deschner
2007-12-21
1
-8
/
+190
*
r25808: Move basic security descriptor test to a test_SecurityDescriptors() c...
Günther Deschner
2007-12-21
1
-31
/
+128
*
r25807: Close handle during winreg test.
Günther Deschner
2007-12-21
1
-0
/
+4
*
r25806: let libndr.h include needed stuff and remove pidl magic
Stefan Metzmacher
2007-12-21
2
-8
/
+2
*
r25805: pidl: include libndr.h as first header in ndr_foo.h
Stefan Metzmacher
2007-12-21
1
-2
/
+1
*
r25804: move including ndr_compression.h into HeaderInterface()
Stefan Metzmacher
2007-12-21
1
-7
/
+7
*
r25803: Make our security descriptor acl manipulation methods more generic so...
Günther Deschner
2007-12-21
6
-98
/
+199
[prev]
[next]