summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24491: base_type() isn't supported anymore and the default for enumsStefan Metzmacher1-1/+1
2007-10-10r24490: For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()Stefan Metzmacher1-2/+2
2007-10-10r24489: only typedef enum { ... } foo; enum's should lookStefan Metzmacher1-1/+11
2007-10-10r24488: enum's and bitmap's not have nested typesStefan Metzmacher1-0/+2
2007-10-10r24487: fix formating and add defined($opt_header)Stefan Metzmacher1-6/+12
2007-10-10r24486: Bump another DEBUG to level 5Kai Blin1-1/+1
2007-10-10r24484: pass down $ndr tree instead of the $pidl tree to Samba4/Header.pmStefan Metzmacher2-15/+12
2007-10-10r24483: Implement backend for wbinfo -u (list users)Kai Blin4-1/+248
2007-10-10r24482: white space cleanup only...Stefan Metzmacher1-103/+104
2007-10-10r24480: Bump another DEBUG down to level 5Kai Blin1-1/+1
2007-10-10r24479: Typo fix - this makes 'make test' pass against OpenLDAP again.Andrew Bartlett1-1/+1
2007-10-10r24478: Check that NTrename also maps NT_STATUS_OBJECT_NAME_COLLISIONJeremy Allison1-0/+15
2007-10-10r24477: Add a rename test to prove that NT_STATUS_OBJECT_NAME_COLLISIONJeremy Allison1-0/+25
2007-10-10r24473: Prove this is also the same for NTcreateX. It's pretty muchJeremy Allison1-0/+38
2007-10-10r24469: Start adding in the torture tests that prove that NT_STATUS_OBJECT_NA...Jeremy Allison1-1/+85
2007-10-10r24463: we have a function to correctly create an $env objectStefan Metzmacher1-4/+3
2007-10-10r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, andAndrew Bartlett3-132/+21
2007-10-10r24454: when level 0 is a pointer we need to look for an array in level 1...Stefan Metzmacher1-10/+14
2007-10-10r24452: bail out instead of only giving a warning onStefan Metzmacher1-4/+4
2007-10-10r24449: length_is() isn't supported without size_is().Stefan Metzmacher1-2/+2
2007-10-10r24448: merge formating fixes SAMBA_3_2Stefan Metzmacher1-204/+258
2007-10-10r24447: fix samba3-cli pidl testsStefan Metzmacher1-5/+9
2007-10-10r24446: We only need one genric GenerateFunctionInEnvStefan Metzmacher2-22/+13
2007-10-10r24407: $element->{ARRAY_LEN} doesn't exist...Stefan Metzmacher1-1/+1
2007-10-10r24397: Bump debug level of sid2(u|g)id calls to 5.Kai Blin1-3/+3
2007-10-10r24396: Fix a typo.Kai Blin1-3/+3
2007-10-10r24395: Add check if talloc_strdup worked.Kai Blin1-0/+1
2007-10-10r24390: Another attempt to find out why we fail the LOCAL-EVENT test on some ...Andrew Bartlett1-1/+1
2007-10-10r24376: Missed this file from the checkin, sorry.Kai Blin1-0/+78
2007-10-10r24375: Implement backend for wbinfo --uid-infp (getpwuid)Kai Blin3-1/+233
2007-10-10r24374: Add a getpwuid lookup to wbinfoKai Blin1-0/+38
2007-10-10r24373: Implement backend for wbinfo -G (gid2sid)Kai Blin3-2/+50
2007-10-10r24372: Implement backend for wbinfo -UKai Blin4-2/+132
2007-10-10r24371: Actually add the glue to make wbinfo -S and wbinfo -Y workKai Blin2-4/+84
2007-10-10r24370: Implement wbinfo -i backend (getpwnam)Kai Blin3-1/+226
2007-10-10r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call.Kai Blin1-9/+9
2007-10-10r24366: Implemet backend for wbinfo -Y, sid2gidKai Blin2-0/+77
2007-10-10r24365: Implemet backend for wbinfo -S, sid2uidKai Blin2-0/+79
2007-10-10r24364: Remove sync call from name2domain, bump debug level to 5Kai Blin1-13/+3
2007-10-10r24363: Add template shell and template homedir settings to smb.confKai Blin1-0/+8
2007-10-10r24350: Remove offsetof() replacement to see if there are actually anyJelmer Vernooij2-5/+0
2007-10-10r24345: Add --format=html option to selftest.Jelmer Vernooij6-9/+166
2007-10-10r24342: Move environments into a separate directory.Jelmer Vernooij7-94/+33
2007-10-10r24339: Move output functions to separate files.Jelmer Vernooij3-178/+227
2007-10-10r24338: Add callbacks for starting and finishing tests.Jelmer Vernooij2-11/+44
2007-10-10r24337: Make libreplace provide offsetof.Jelmer Vernooij3-4/+5
2007-10-10r24336: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij8-59/+56
2007-10-10r24335: Fix -N support.Jelmer Vernooij1-1/+1
2007-10-10r24333: Add convenience function for checking the contents of a file in tests.Jelmer Vernooij3-3/+29
2007-10-10r24313: Merge r23377 from 3_2Volker Lendecke1-2/+2