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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-27
s4/drs-tests: Disable replication during 'deleted object' test
Kamen Mazdrashki
1
-17
/
+10
2011-02-27
s4/drs-tests: Move enable/disable replication methods to DrsBase class so we ...
Kamen Mazdrashki
2
-12
/
+11
2011-02-27
s4-drepl: Schedule event to trigger replication rather than calling run_pendi...
Kamen Mazdrashki
1
-2
/
+5
2011-02-27
s4-drepl: Fix replica sync callback to really store last error rather than la...
Kamen Mazdrashki
1
-1
/
+1
2011-02-27
s4-drepl: Refactor dreplsrv_run_pull_ops() to
Kamen Mazdrashki
1
-16
/
+33
2011-02-27
s4-drepl: Pass replication options from DsReplicaSync call
Kamen Mazdrashki
4
-5
/
+12
2011-02-25
s4:heimdal - fix valgrind issue on Fedora 14
Milan Crha
7
-153
/
+153
2011-02-25
Revert "heimdal_build omit #line statments to allow valgrind to work again"
Matthias Dieter Wallnöfer
8
-57
/
+378
2011-02-25
heimdal_build omit #line statments to allow valgrind to work again
Andrew Bartlett
8
-378
/
+57
2011-02-25
Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...
Jeremy Allison
1
-1
/
+0
2011-02-24
s4:dynconfig: fix segfault in the set_dyn_*() functions
Stefan Metzmacher
1
-12
/
+25
2011-02-24
s4:dynconfig: add prototypes for *dyn_LOCALEDIR
Stefan Metzmacher
1
-0
/
+1
2011-02-24
build: moved util_reg.c into a common subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-24
build: moved spnego_parse.c into a common subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-24
build: moved librpc/rpc/*.c into a rpccommon library
Andrew Tridgell
10
-4
/
+11
2011-02-24
build: moved libds/common/flag_mapping.c into a common subsystem
Andrew Tridgell
7
-2
/
+9
2011-02-24
build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem
Andrew Tridgell
3
-4
/
+4
2011-02-24
build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library
Andrew Tridgell
4
-8
/
+6
2011-02-23
Make lpcfg_server_role public.
Jelmer Vernooij
1
-0
/
+1
2011-02-22
s4:librpc: let dcerpc-samr library use RPC_NDR_SAMR subsystem
Stefan Metzmacher
1
-2
/
+2
2011-02-22
s4:build: add RPC_NDR_ATSVC subsystem
Stefan Metzmacher
1
-2
/
+2
2011-02-22
s4-descriptor: Fixed a typo in a comment and clarified it a bit.
Nadezhda Ivanova
1
-2
/
+2
2011-02-22
s4-descriptor: Fixed some missing curly braces.
Nadezhda Ivanova
1
-10
/
+13
2011-02-22
s4:torture/rpc/netlogon.c - fix two build warnings by casts
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-02-22
s4-auth Move libcli/security/session.c to the top level
Andrew Bartlett
12
-125
/
+9
2011-02-22
selftest move selftesthelpers to a top level helper script
Andrew Bartlett
1
-138
/
+14
2011-02-22
python: use os.environ[] instead of os.putenv()
Andrew Tridgell
3
-7
/
+7
2011-02-22
s4-waf: added --enable-s3build configure option
Andrew Tridgell
1
-1
/
+6
2011-02-22
s4-waf: rename smbpasswd library to smbpasswdparser
Andrew Tridgell
4
-4
/
+4
2011-02-22
s4-waf: rename 'param' to 'pyparam'
Andrew Tridgell
1
-1
/
+1
2011-02-22
s4-ndr: added NDR_WBINT to ndr_tables
Andrew Tridgell
1
-1
/
+1
2011-02-21
s4-descriptor: Fixed some compiler warnings.
Nadezhda Ivanova
1
-2
/
+2
2011-02-21
s4-descriptor: Removed unnecessary descriptor_change function and unused call...
Nadezhda Ivanova
1
-387
/
+0
2011-02-21
s4-descriptor: Replaced the async descriptor_change with synchronous descript...
Nadezhda Ivanova
1
-1
/
+149
2011-02-21
s4-descriptor: Replaced the synchronous descriptor_change with the synchronou...
Nadezhda Ivanova
1
-1
/
+108
2011-02-21
s4-smbtorture: use torture_comment() instead of printf in raw.write test.
Günther Deschner
1
-66
/
+67
2011-02-21
s4-smbtorture: fix some indent in raw.write test.
Günther Deschner
1
-4
/
+4
2011-02-21
s4-smbtorture: fix trailing whitespace in raw.write test.
Günther Deschner
1
-22
/
+22
2011-02-21
s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes...
Matthias Dieter Wallnöfer
2
-2
/
+2
2011-02-21
s4:smbtorture do not leave output directory around
Christian Ambach
1
-13
/
+10
2011-02-21
s4: avoid overwritting the dceprc.h file from toplevel librpc
Matthieu Patou
1
-1
/
+8
2011-02-21
pyldb: add tests for getting control results
Matthieu Patou
1
-0
/
+8
2011-02-21
pyldb: Add tests for the ldb_result object
Matthieu Patou
1
-0
/
+87
2011-02-21
pyldb: create LdbResult, return value from ldb.search is now a LdbResult
Matthieu Patou
2
-5
/
+332
2011-02-21
s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)
Matthieu Patou
3
-26
/
+26
2011-02-21
ldb: controls marshalling/unmarshalling improvement
Matthieu Patou
4
-623
/
+930
2011-02-20
s4/drs-tests:Blackbox test to verify DsReplicaSync handling
Kamen Mazdrashki
1
-0
/
+91
2011-02-20
s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...
Kamen Mazdrashki
1
-2
/
+2
2011-02-20
s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...
Kamen Mazdrashki
1
-0
/
+13
2011-02-20
s4/drs-tests: Allow _net_drs_replicate to force replication and return output...
Kamen Mazdrashki
1
-2
/
+4
[prev]
[next]