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-08-09
ldb: fix the canonicalisation of booleans
Andrew Tridgell
1
-3
/
+3
2011-08-09
s4-dbcheck: enable dbcheck now that backlinks are fixed
Andrew Tridgell
1
-1
/
+0
2011-08-09
s4-dsdb: add auto-normalisation of attributes
Andrew Tridgell
3
-3
/
+57
2011-08-09
s4-dsdb: ensure rIDSetReferences is stored as an extended DN
Andrew Tridgell
2
-2
/
+18
2011-08-09
s4-dsdb: ensure we setup the dn_format field in schema attributes
Andrew Tridgell
2
-31
/
+40
2011-08-09
s4-acl-test: use symbolic names for groupType
Andrew Tridgell
1
-11
/
+16
2011-08-09
s4-pysamba: fixed double conversion of int32
Andrew Tridgell
1
-1
/
+1
2011-08-09
s4-dsdb: make extended_dn_in a bit more efficient
Andrew Tridgell
1
-9
/
+17
2011-08-09
s4-samdb: support relative paths in SamDB() connect
Andrew Tridgell
1
-1
/
+2
2011-08-09
s4-dsdb: use dn_format shortcut to find DN format
Andrew Tridgell
2
-4
/
+4
2011-08-09
pysamdb: move normalise_int32() to common module
Andrew Tridgell
2
-7
/
+7
2011-08-09
s3-rpc_server: Fix sending of packets over named pipe proxy.
Andreas Schneider
1
-22
/
+27
2011-08-09
s3-smbd: Pass tevent context to smbd_server_connection_loop_once().
Andreas Schneider
3
-16
/
+17
2011-08-09
s3-rpc_server: Free the children of p->mem_ctx.
Andreas Schneider
1
-1
/
+5
2011-08-09
s3:lib/events: Fix a bug in run_poll_events().
Stefan Metzmacher
1
-0
/
+4
2011-08-09
talloc: prepare for 2.0.6 release
Andrew Tridgell
2
-1
/
+63
2011-08-09
talloc: ensure the sibling linked list remains valid during a free
Andrew Tridgell
1
-15
/
+3
2011-08-08
s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local".
Michael Adam
1
-1
/
+1
2011-08-08
s3-net: Fixed a small typo in net conf function table
Vicentiu Ciorbaru
1
-1
/
+1
2011-08-08
s4:pyglue: PyArg_ParseTuple("I") requires an 'unsigned int' argument
Stefan Metzmacher
1
-1
/
+5
2011-08-08
s4:py_net: PyArg_ParseTuple("i") requires an 'int' argument
Stefan Metzmacher
1
-1
/
+4
2011-08-08
s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...
Stefan Metzmacher
1
-1
/
+4
2011-08-08
s4:pycredentials: PyArg_ParseTuple("i") requires an 'int' argument.
Stefan Metzmacher
1
-6
/
+30
2011-08-08
pidl:Samba4/Python: PyArg_ParseTuple with "s#" returns 'int' instead of 'size_t'
Stefan Metzmacher
1
-2
/
+7
2011-08-08
pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argument
Stefan Metzmacher
1
-1
/
+1
2011-08-08
s3-net: Fixed typo in net conf
Vicentiu Ciorbaru
1
-1
/
+1
2011-08-08
s3:smbconf let drop leave the smbconf key in place to match a virgin registry...
Gregor Beck
1
-1
/
+1
2011-08-08
s3:registry avoid updating keys which are going to be deleted in
Gregor Beck
6
-30
/
+47
2011-08-08
build: Make credentials a public library for OpenChange to use
Andrew Bartlett
1
-1
/
+1
2011-08-08
build: rename rpcommon to dcerpc-binding an make a public library
Andrew Bartlett
3
-42
/
+42
2011-08-08
build: provide tevent-util as a public library
Andrew Bartlett
17
-20
/
+21
2011-08-08
s3-waf: Fix build on FreeBSD when sunacl.h is found
Andrew Bartlett
1
-1
/
+1
2011-08-07
s3:smb2_server: make sure we grant credits on async read/write operations (bu...
Stefan Metzmacher
1
-6
/
+15
2011-08-07
sd_utils: Fix some formatting, add module docstring.
Jelmer Vernooij
1
-3
/
+5
2011-08-07
pyldb: Generate ABI file.
Jelmer Vernooij
2
-2
/
+6
2011-08-07
pyldb: Consistently use pyldb_ prefix.
Jelmer Vernooij
8
-148
/
+151
2011-08-06
s3:web/swat: use strtoll() instead of atoi/atol/atoll
Stefan Metzmacher
1
-6
/
+19
2011-08-06
s4:netcmd/gpo.py: we don't need to set autogenerated attributes
Stefan Metzmacher
1
-21
/
+11
2011-08-06
idl: We don't need a context for FRSRPC_COMM_PKT_CHUNK_CO_EXTENTION_2 and avo...
Matthieu Patou
1
-2
/
+2
2011-08-06
pidl: for wireshark use only the major of the version
Matthieu Patou
1
-3
/
+2
2011-08-06
pidl: For wireshark check also LIBNDR_FLAG_NOALIGN for not aligning
Matthieu Patou
1
-1
/
+1
2011-08-06
pidl: handle union when the switch variable is outside of the union for wires...
Matthieu Patou
1
-19
/
+96
2011-08-06
pidl: add subcontext handling for wireshark
Matthieu Patou
1
-3
/
+10
2011-08-06
pidl: If STR_NULLTERM we concider it's a string as well
Matthieu Patou
1
-0
/
+3
2011-08-06
pidl: handle hyper attribute for wireshark
Matthieu Patou
1
-0
/
+1
2011-08-06
pidl: handle datablob for wireshark generator
Matthieu Patou
1
-0
/
+4
2011-08-06
pidl: rpc version is a 32 bit
Matthieu Patou
1
-1
/
+1
2011-08-06
pidl: generate code for dissecting null terminated strings
Matthieu Patou
1
-0
/
+6
2011-08-06
pidl: don't expect to have quote when creating import headers
Matthieu Patou
1
-1
/
+1
2011-08-06
s4-scripting: allow to specify the number max of iteration around getNcChanges
Matthieu Patou
1
-1
/
+4
[next]