samba-svnmirror.git
2007-08-21 metzepass down the ndr_interface_table in the samba3 client...
2007-08-21 tridgeuse the right type
2007-08-21 tridgethe elements of the array are not talloc pointers
2007-08-21 tridgesame bug in RAW-BENCH-OPEN
2007-08-21 tridgeput in the right state variable when doing a SMBecho...
2007-08-20 kaiImplement basic getpwent.
2007-08-20 kaiImplement endpwent
2007-08-20 kaiImplement setpwent
2007-08-20 kaiFix a warning in wb_samba3_cmd.c
2007-08-20 vlendecAttempt to fix make test
2007-08-20 vlendecAdd two tests
2007-08-20 abartletFix the build, caused by a conflict betwen mimir's...
2007-08-20 abartletTry much harder not to leak memory when comparing objec...
2007-08-20 abartletRemove trailing newlines in ldb_debug(), these are...
2007-08-19 metzeremove unused DCERPC specific stuff from the generated...
2007-08-19 metzerename some DCERPC_ prefixes into NDR_
2007-08-19 metzerename 'dcerpc_table_' -> 'ndr_table_'
2007-08-19 metzeforgot to commit the winbind/ subdir...sorry
2007-08-19 mimirAdd a test for libnet's group info call.
2007-08-19 mimirAdd internal implementation (before api function) of...
2007-08-19 metzerename dcerpc_interface_table -> ndr_interface_table
2007-08-18 metzerename struct dcerpc_endpoint_list/struct dcerpc_authse...
2007-08-18 metzerename struct dcerpc_interface_call -> struct ndr_inter...
2007-08-18 metzerename struct dcerpc_syntax_id into struct ndr_syntax_id
2007-08-17 vlendecAgainst samba3, treat EAS_NOT_SUPPORTED as acceptable...
2007-08-17 metzemake use of ElementStars()
2007-08-17 metzewe don't support multi-dimentional [out] arrays
2007-08-17 metzemake the "skip pointer to an array" logic a bit easier
2007-08-17 metzewe don't yet have optional args to DeclLong()
2007-08-17 metzemake use of the new ElementStars() and ArrayBrackets()
2007-08-17 metzeget rid of using ->{ORIGINAL} and move stuff
2007-08-17 metzemove skipping pointer before an array logic into the
2007-08-17 metzedon't use ->{ORIGINAL}
2007-08-17 metzeuse fatal() wrapper instead of die() directly
2007-08-17 metzeIS_* elemements sound be perl integers consistantly...
2007-08-17 metzepass the correct thing to fatal()
2007-08-17 metzepass down the full ndr elements instead of the old...
2007-08-17 metzeadd HeaderTypeNew() which will go if everything is...
2007-08-17 metzepass $d down to HeaderTypedef
2007-08-17 metzepass $fn down one more layer
2007-08-17 metzepass down $fn one level
2007-08-17 abartletTry to return more useful error information on why...
2007-08-17 abartletMake 'make test TEST_LDAP=yes' pass on Fedora 7, by...
2007-08-17 abartletMore work to get LOCAL-EVENT passing on all platforms:
2007-08-16 metzeadd comment to remind me to look at the flags on a...
2007-08-16 metze- it turns out that
2007-08-16 metzeParse::Pidl::Samba4::Header::Parse() now takes an ...
2007-08-16 metzebase_type() isn't supported anymore and the default...
2007-08-16 metzeFor ParseBitmap() we use Parse::Pidl::Typelist::bitmap_...
2007-08-16 metzeonly typedef enum { ... } foo; enum's should look
2007-08-16 metzeenum's and bitmap's not have nested types
2007-08-16 metzefix formating and add defined($opt_header)
2007-08-16 kaiBump another DEBUG to level 5
2007-08-16 metzepass down $ndr tree instead of the $pidl tree to Samba4...
2007-08-16 kaiImplement backend for wbinfo -u (list users)
2007-08-16 metzewhite space cleanup only...
2007-08-16 kaiBump another DEBUG down to level 5
2007-08-16 abartletTypo fix - this makes 'make test' pass against OpenLDAP...
2007-08-16 jraCheck that NTrename also maps NT_STATUS_OBJECT_NAME_COL...
2007-08-16 jraAdd a rename test to prove that NT_STATUS_OBJECT_NAME_C...
2007-08-15 jraProve this is also the same for NTcreateX. It's pretty...
2007-08-15 jraStart adding in the torture tests that prove that NT_ST...
2007-08-15 metzewe have a function to correctly create an $env object
2007-08-15 abartletFix up ldap.js and test_ldb.sh to test the domain_scope...
2007-08-15 metzewhen level 0 is a pointer we need to look for an array...
2007-08-15 metzebail out instead of only giving a warning on
2007-08-15 metzelength_is() isn't supported without size_is().
2007-08-15 metzemerge formating fixes SAMBA_3_2
2007-08-15 metzefix samba3-cli pidl tests
2007-08-15 metzeWe only need one genric GenerateFunctionInEnv
2007-08-14 metze$element->{ARRAY_LEN} doesn't exist...
2007-08-14 kaiBump debug level of sid2(u|g)id calls to 5.
2007-08-14 kaiFix a typo.
2007-08-14 kaiAdd check if talloc_strdup worked.
2007-08-14 abartletAnother attempt to find out why we fail the LOCAL-EVENT...
2007-08-13 kaiMissed this file from the checkin, sorry.
2007-08-13 kaiImplement backend for wbinfo --uid-infp (getpwuid)
2007-08-13 kaiAdd a getpwuid lookup to wbinfo
2007-08-13 kaiImplement backend for wbinfo -G (gid2sid)
2007-08-13 kaiImplement backend for wbinfo -U
2007-08-13 kaiActually add the glue to make wbinfo -S and wbinfo...
2007-08-13 kaiImplement wbinfo -i backend (getpwnam)
2007-08-13 kaiDon't use goto in wb_name2domain, fix wb_samba3_split_n...
2007-08-13 kaiImplemet backend for wbinfo -Y, sid2gid
2007-08-13 kaiImplemet backend for wbinfo -S, sid2uid
2007-08-13 kaiRemove sync call from name2domain, bump debug level...
2007-08-13 kaiAdd template shell and template homedir settings to...
2007-08-12 jelmerRemove offsetof() replacement to see if there are actua...
2007-08-12 jelmerAdd --format=html option to selftest.
2007-08-12 jelmerMove environments into a separate directory.
2007-08-12 jelmerMove output functions to separate files.
2007-08-11 jelmerAdd callbacks for starting and finishing tests.
2007-08-11 jelmerMake libreplace provide offsetof.
2007-08-11 jelmerUse standard data type uint32_t rather than tdb-specifi...
2007-08-11 jelmerFix -N support.
2007-08-11 jelmerAdd convenience function for checking the contents...
2007-08-10 vlendecMerge r23377 from 3_2
2007-08-10 abartletThe less escape characters the better. This changes...
2007-08-10 abartletTry to get the LOCAL-EVENT test to pass on hosts with...
2007-08-09 abartlet(missed from previous commit)
next