Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24504: Try to return more useful error information on why a bind failed. | Andrew Bartlett | 3 | -16/+29 |
2007-10-10 | r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more | Andrew Bartlett | 1 | -0/+20 |
2007-10-10 | r24502: More work to get LOCAL-EVENT passing on all platforms: | Andrew Bartlett | 2 | -19/+19 |
2007-10-10 | r24494: add comment to remind me to look at the flags on a tconx | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r24493: - it turns out that | Stefan Metzmacher | 2 | -13/+63 |
2007-10-10 | r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree | Stefan Metzmacher | 2 | -4/+8 |
2007-10-10 | r24491: base_type() isn't supported anymore and the default for enums | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24490: For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn() | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24489: only typedef enum { ... } foo; enum's should look | Stefan Metzmacher | 1 | -1/+11 |
2007-10-10 | r24488: enum's and bitmap's not have nested types | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r24487: fix formating and add defined($opt_header) | Stefan Metzmacher | 1 | -6/+12 |
2007-10-10 | r24486: Bump another DEBUG to level 5 | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24484: pass down $ndr tree instead of the $pidl tree to Samba4/Header.pm | Stefan Metzmacher | 2 | -15/+12 |
2007-10-10 | r24483: Implement backend for wbinfo -u (list users) | Kai Blin | 4 | -1/+248 |
2007-10-10 | r24482: white space cleanup only... | Stefan Metzmacher | 1 | -103/+104 |
2007-10-10 | r24480: Bump another DEBUG down to level 5 | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24479: Typo fix - this makes 'make test' pass against OpenLDAP again. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24478: Check that NTrename also maps NT_STATUS_OBJECT_NAME_COLLISION | Jeremy Allison | 1 | -0/+15 |
2007-10-10 | r24477: Add a rename test to prove that NT_STATUS_OBJECT_NAME_COLLISION | Jeremy Allison | 1 | -0/+25 |
2007-10-10 | r24473: Prove this is also the same for NTcreateX. It's pretty much | Jeremy Allison | 1 | -0/+38 |
2007-10-10 | r24469: Start adding in the torture tests that prove that NT_STATUS_OBJECT_NA... | Jeremy Allison | 1 | -1/+85 |
2007-10-10 | r24463: we have a function to correctly create an $env object | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, and | Andrew Bartlett | 3 | -132/+21 |
2007-10-10 | r24454: when level 0 is a pointer we need to look for an array in level 1... | Stefan Metzmacher | 1 | -10/+14 |
2007-10-10 | r24452: bail out instead of only giving a warning on | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r24449: length_is() isn't supported without size_is(). | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24448: merge formating fixes SAMBA_3_2 | Stefan Metzmacher | 1 | -204/+258 |
2007-10-10 | r24447: fix samba3-cli pidl tests | Stefan Metzmacher | 1 | -5/+9 |
2007-10-10 | r24446: We only need one genric GenerateFunctionInEnv | Stefan Metzmacher | 2 | -22/+13 |
2007-10-10 | r24407: $element->{ARRAY_LEN} doesn't exist... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24397: Bump debug level of sid2(u|g)id calls to 5. | Kai Blin | 1 | -3/+3 |
2007-10-10 | r24396: Fix a typo. | Kai Blin | 1 | -3/+3 |
2007-10-10 | r24395: Add check if talloc_strdup worked. | Kai Blin | 1 | -0/+1 |
2007-10-10 | r24390: Another attempt to find out why we fail the LOCAL-EVENT test on some ... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24376: Missed this file from the checkin, sorry. | Kai Blin | 1 | -0/+78 |
2007-10-10 | r24375: Implement backend for wbinfo --uid-infp (getpwuid) | Kai Blin | 3 | -1/+233 |
2007-10-10 | r24374: Add a getpwuid lookup to wbinfo | Kai Blin | 1 | -0/+38 |
2007-10-10 | r24373: Implement backend for wbinfo -G (gid2sid) | Kai Blin | 3 | -2/+50 |
2007-10-10 | r24372: Implement backend for wbinfo -U | Kai Blin | 4 | -2/+132 |
2007-10-10 | r24371: Actually add the glue to make wbinfo -S and wbinfo -Y work | Kai Blin | 2 | -4/+84 |
2007-10-10 | r24370: Implement wbinfo -i backend (getpwnam) | Kai Blin | 3 | -1/+226 |
2007-10-10 | r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call. | Kai Blin | 1 | -9/+9 |
2007-10-10 | r24366: Implemet backend for wbinfo -Y, sid2gid | Kai Blin | 2 | -0/+77 |
2007-10-10 | r24365: Implemet backend for wbinfo -S, sid2uid | Kai Blin | 2 | -0/+79 |
2007-10-10 | r24364: Remove sync call from name2domain, bump debug level to 5 | Kai Blin | 1 | -13/+3 |
2007-10-10 | r24363: Add template shell and template homedir settings to smb.conf | Kai Blin | 1 | -0/+8 |
2007-10-10 | r24350: Remove offsetof() replacement to see if there are actually any | Jelmer Vernooij | 2 | -5/+0 |
2007-10-10 | r24345: Add --format=html option to selftest. | Jelmer Vernooij | 6 | -9/+166 |
2007-10-10 | r24342: Move environments into a separate directory. | Jelmer Vernooij | 7 | -94/+33 |
2007-10-10 | r24339: Move output functions to separate files. | Jelmer Vernooij | 3 | -178/+227 |