summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-08pidl:Samba4/Python: PyArg_ParseTuple with "s#" returns 'int' instead of 'size_t'Stefan Metzmacher1-2/+7
2011-08-08pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher1-1/+1
2011-08-08s3-net: Fixed typo in net confVicentiu Ciorbaru1-1/+1
2011-08-08s3:smbconf let drop leave the smbconf key in place to match a virgin registry...Gregor Beck1-1/+1
2011-08-08s3:registry avoid updating keys which are going to be deleted inGregor Beck6-30/+47
2011-08-08build: Make credentials a public library for OpenChange to useAndrew Bartlett1-1/+1
2011-08-08build: rename rpcommon to dcerpc-binding an make a public libraryAndrew Bartlett3-42/+42
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett17-20/+21
2011-08-08s3-waf: Fix build on FreeBSD when sunacl.h is foundAndrew Bartlett1-1/+1
2011-08-07s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher1-6/+15
2011-08-07sd_utils: Fix some formatting, add module docstring.Jelmer Vernooij1-3/+5
2011-08-07pyldb: Generate ABI file.Jelmer Vernooij2-2/+6
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij8-148/+151
2011-08-06s3:web/swat: use strtoll() instead of atoi/atol/atollStefan Metzmacher1-6/+19
2011-08-06s4:netcmd/gpo.py: we don't need to set autogenerated attributesStefan Metzmacher1-21/+11
2011-08-06idl: We don't need a context for FRSRPC_COMM_PKT_CHUNK_CO_EXTENTION_2 and avo...Matthieu Patou1-2/+2
2011-08-06pidl: for wireshark use only the major of the versionMatthieu Patou1-3/+2
2011-08-06pidl: For wireshark check also LIBNDR_FLAG_NOALIGN for not aligningMatthieu Patou1-1/+1
2011-08-06pidl: handle union when the switch variable is outside of the union for wires...Matthieu Patou1-19/+96
2011-08-06pidl: add subcontext handling for wiresharkMatthieu Patou1-3/+10
2011-08-06pidl: If STR_NULLTERM we concider it's a string as wellMatthieu Patou1-0/+3
2011-08-06pidl: handle hyper attribute for wiresharkMatthieu Patou1-0/+1
2011-08-06pidl: handle datablob for wireshark generatorMatthieu Patou1-0/+4
2011-08-06pidl: rpc version is a 32 bitMatthieu Patou1-1/+1
2011-08-06pidl: generate code for dissecting null terminated stringsMatthieu Patou1-0/+6
2011-08-06pidl: don't expect to have quote when creating import headersMatthieu Patou1-1/+1
2011-08-06s4-scripting: allow to specify the number max of iteration around getNcChangesMatthieu Patou1-1/+4
2011-08-05s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requestsStefan Metzmacher1-0/+6
2011-08-05s3: Make srv_enc_ctx staticVolker Lendecke2-2/+1
2011-08-05s3: Fix a debug messageVolker Lendecke1-1/+1
2011-08-05s3: Fix some nonempty blank linesVolker Lendecke2-6/+6
2011-08-05s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke1-7/+7
2011-08-05s3: Fix some nonempty blank linesVolker Lendecke1-25/+25
2011-08-05s3-docs: document --user-sidinfo wbinfo option.Günther Deschner1-0/+8
2011-08-05s3: make linking of pthreadpooltest work on more platformsBjörn Jacke1-1/+1
2011-08-05s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke1-2/+13
2011-08-04s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner1-1/+1
2011-08-04s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke1-1/+1
2011-08-04s4-librpc: Fix double free.Andreas Schneider2-11/+13
2011-08-04s4-ldb: two DNs only match if they have the same deletion statusAndrew Tridgell1-0/+13
2011-08-04talloc: check block count aftter references testAndrew Tridgell1-0/+1
2011-08-04s4-samdb: save the url in the samdb classAndrew Tridgell1-0/+3
2011-08-04s4-dsdb: extend the extended_dn_in module to handle DN linksAndrew Tridgell1-44/+104
2011-08-04ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell1-1/+1
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell3-1/+22
2011-08-04ldb: changed DN matching rules to obey GUID/SID/string orderingAndrew Tridgell1-0/+54
2011-08-04s4-dsdb: handle search expressions containing extended DNsAndrew Tridgell2-1/+167
2011-08-04s4-dsdb: added dn_format attribute of a dsdb_attributeAndrew Tridgell3-9/+14
2011-08-04s4-dsdb: fixed outgoing one way link DNsAndrew Tridgell2-3/+63
2011-08-04s4-dsdb: setup a one_way_link attribute on schema attributesAndrew Tridgell2-0/+30