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
2011-03-11
pidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related code
Stefan Metzmacher
1
-3
/
+3
2011-03-11
s3:idmap_ldap: fix a few typos in a comment
Michael Adam
1
-3
/
+4
2011-03-11
s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4.
Günther Deschner
1
-0
/
+1
2011-03-10
s3-build: remove -I../lib/addns.
Günther Deschner
4
-5
/
+3
2011-03-10
waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".
Günther Deschner
2
-2
/
+6
2011-03-10
s3-waf: fix typo.
Günther Deschner
1
-1
/
+1
2011-03-10
s3-selftest: run a couple of dgram NBT tests against s3.
Günther Deschner
2
-1
/
+4
2011-03-10
s3: sid->domain_sid in winbindd_samr sam_rids_to_names
Volker Lendecke
1
-8
/
+8
2011-03-10
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
9
-22
/
+14
2011-03-10
s3: Fix paranoia check in sam_rids_to_names
Volker Lendecke
1
-4
/
+2
2011-03-10
frstrans.idl: add idl for RawGetFileDataAsync() and RdcGetFileDataAsync()
Stefan Metzmacher
1
-2
/
+10
2011-03-10
pidl: add support for 'pipe' at the NDR layer
Stefan Metzmacher
5
-18
/
+380
2011-03-10
pidl/idl.yp: fill 'pipe' elements with array and count
Stefan Metzmacher
2
-32
/
+80
2011-03-10
pidl:NDR/Client: skip all functions if pipe elements are used
Stefan Metzmacher
1
-0
/
+18
2011-03-10
pidl:NDR/Client: skip sync functions if pipe elements are used
Stefan Metzmacher
1
-0
/
+34
2011-03-10
pidl:Python: don't generate functions with pipe elements
Stefan Metzmacher
1
-1
/
+10
2011-03-10
pidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elements
Stefan Metzmacher
1
-0
/
+11
2011-03-10
pidl/NDR: add ContainsPipe() function
Stefan Metzmacher
1
-1
/
+15
2011-03-10
librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functions
Stefan Metzmacher
1
-5
/
+73
2011-03-10
librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()
Stefan Metzmacher
2
-0
/
+36
2011-03-10
librpc/ndr: add ndr_interface_call_pipe
Stefan Metzmacher
1
-0
/
+16
2011-03-10
pidl/Typelist: add is_fixed_size_scalar()
Stefan Metzmacher
1
-2
/
+16
2011-03-10
pidl/Typelist: dnsp_name and dnsp_string are scalar references
Stefan Metzmacher
1
-1
/
+2
2011-03-10
s4:lib/tls/wscript - exclude known broken GNUTLS releases
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-03-10
lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_t
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
s4:extended_dn_store LDB module - use the new request as generic memory contexts
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-03-10
s4:repl_meta_data LDB module - always ask manually for the current partition ...
Matthias Dieter Wallnöfer
1
-0
/
+46
2011-03-10
s4:partition LDB module - the current partition control should only be added ...
Matthias Dieter Wallnöfer
1
-6
/
+18
2011-03-10
s4:partition LDB module - extended operations - make the initialisation check...
Matthias Dieter Wallnöfer
1
-2
/
+4
2011-03-10
s4:partition LDB module - move the "data" check a bit higher
Matthias Dieter Wallnöfer
1
-4
/
+5
2011-03-10
s4:partition LDB module - "partition_replicate" doesn't handle the search req...
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
s4:partition LDB module - "partition_sequence_number" - remove meaningless "if"s
Matthias Dieter Wallnöfer
1
-16
/
+12
2011-03-10
s4:simple_ldap_map LDB module - enhance current partition control checks
Matthias Dieter Wallnöfer
1
-3
/
+7
2011-03-10
s4:repl_meta_data LDB module - don't remove the partition control twice
Matthias Dieter Wallnöfer
1
-2
/
+1
2011-03-10
s4:repl_meta_data LDB module - remove the current partition control unless it...
Matthias Dieter Wallnöfer
1
-2
/
+10
2011-03-10
s4:new_partition LDB module - splitting up an "if" operation
Matthias Dieter Wallnöfer
1
-3
/
+3
2011-03-10
s4:instancetype LDB module - perform here only the "instanceType" constraint ...
Matthias Dieter Wallnöfer
1
-78
/
+16
2011-03-10
s4:instancetype LDB module - don't impede control requests
Matthias Dieter Wallnöfer
1
-0
/
+7
2011-03-10
s4:instancetype LDB module - use "ldb" pointer for referencing the LDB context
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
s4:partition LDB module - fill in parent requests for inheriting the flags
Matthias Dieter Wallnöfer
1
-3
/
+3
2011-03-10
ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULL
Matthias Dieter Wallnöfer
1
-8
/
+12
2011-03-10
ldb:ldb_controls.c - always allocate enough space
Matthias Dieter Wallnöfer
1
-13
/
+27
2011-03-10
s4:partition LDB module - add some comments
Matthias Dieter Wallnöfer
1
-1
/
+4
2011-03-10
s4:new_partition LDB module - fix comments
Matthias Dieter Wallnöfer
1
-3
/
+3
2011-03-10
s4:partition_init LDB module - fix a typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
s4:partition LDB module - fix typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
s4:setup/provision - fix an output message
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-10
libwbclient: Add some input check
Volker Lendecke
1
-0
/
+4
2011-03-10
libwbclient: Remove a pointless check
Volker Lendecke
1
-1
/
+2
2011-03-10
tevent: change version to 0.9.11
Stefan Metzmacher
2
-1
/
+74
[prev]
[next]