Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23754: Make sure to check the status return before we de-reference the | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r23753: Fix bitrot afflicting the ldb Python swig bindings. | Tim Potter | 1 | -7/+7 |
2007-10-10 | r23737: Validate that we object to duplicate values in an add or replace. | Andrew Bartlett | 2 | -10/+40 |
2007-10-10 | r23734: Add a test to prove tridge's theory that the mask, once set | Jeremy Allison | 1 | -2/+119 |
2007-10-10 | r23721: For unions, The TAG and the ARM are aligned independently. | Ronnie Sahlberg | 1 | -6/+6 |
2007-10-10 | r23720: Allow the member server to work against an LDAP Backend. Another case | Andrew Bartlett | 4 | -25/+37 |
2007-10-10 | r23719: ejs being case sensitive, while LDAP is not is a real pain when | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23718: Make Samba4 work against the LDAP backend again. | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r23717: We need to remove the _ in LDAP_MANAGERPASS for the | Andrew Bartlett | 4 | -7/+7 |
2007-10-10 | r23716: Clarify LDAP Manager DN and fix slapd startup syntax. | Andrew Bartlett | 4 | -7/+9 |
2007-10-10 | r23715: Make the provision-backend script print out the exact commands to run, | Andrew Bartlett | 3 | -8/+24 |
2007-10-10 | r23703: Start to get Samba4 to again work with LDAP backends, after I turned | Andrew Bartlett | 4 | -12/+14 |
2007-10-10 | r23702: fixed a "falling back to select" error in the standard process | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r23701: when we create a new socket with socket_accept(), clear any flags that | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r23700: pre-open the sam in the parent smbd. This has the effect of loading | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r23699: when we create the global schema, remember to set the ldb opaque so we | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r23698: fixed notify:backend so it actually works again | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23697: use the file perm options in the posix backend | Andrew Tridgell | 3 | -10/+36 |
2007-10-10 | r23696: added the create mask and related share permissions options to Samba4, | Andrew Tridgell | 4 | -9/+72 |
2007-10-10 | r23695: By not using the NULL context for these large structures, we don't | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r23693: Give the process a chance to write out it's coverage data, before we | Andrew Bartlett | 1 | -5/+20 |
2007-10-10 | r23687: not every compiler supports __typeof__() | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r23684: Only use the bzr and git information when there's | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23681: merge 23670 from SAMBA_3_0: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23680: Make it easier to setup a domain member server - the 'server role' | Andrew Bartlett | 9 | -16/+39 |
2007-10-10 | r23679: invocationID is a GUID too. | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r23678: Update to current lorikeet-heimdal (-r 767), which should fix the | Andrew Bartlett | 67 | -884/+2167 |
2007-10-10 | r23677: When I removed data_blob_equal, I clearly didn't test the PIDL code. | Andrew Bartlett | 2 | -8/+8 |
2007-10-10 | r23676: Added a .gitignore file to hide generated files from git status. | Kai Blin | 1 | -0/+184 |
2007-10-10 | r23675: Build libnss_winbind on linux. | Kai Blin | 3 | -0/+1300 |
2007-10-10 | r23674: Merge changes from Samba 3 SVN r23539: | Kai Blin | 2 | -6/+1 |
2007-10-10 | r23653: add dummy implementation for all nss calls to let nsstest | Stefan Metzmacher | 2 | -6/+107 |
2007-10-10 | r23643: Fix the build farm tests. We were incorrectly passing the | Jim McDonough | 2 | -22/+40 |
2007-10-10 | r23638: add SMB_LIBRARY() macro to create a LIBRARY::foo section in | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r23637: fix detection of visibility attribute support | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r23635: fix the samba4 build... | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r23631: when linking shared libraries we need to make shure the linker doesn't | Stefan Metzmacher | 1 | -4/+16 |
2007-10-10 | r23630: Found out what LSA_LOOKUP_NAMES level 5 means: | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r23629: Document lsa lookupname lookuplevels Volker discovered a while ago. | Günther Deschner | 1 | -4/+21 |
2007-10-10 | r23605: Update mkversion.sh to support git and git-svn checkouts. | Kai Blin | 1 | -0/+20 |
2007-10-10 | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r23561: Fix an output message. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat... | Andrew Bartlett | 13 | -165/+402 |
2007-10-10 | r23559: After running testprogs/ejs/minschema.js update schema.ldif (on abart... | Günther Deschner | 1 | -0/+131 |
2007-10-10 | r23558: MMC seems to ask for this, so I think we need to include it in our sc... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r23557: Ensure that we don't reorder the objectClass list, if we don't have | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs... | Andrew Bartlett | 5 | -17/+19 |
2007-10-10 | r23542: Include function documentation in prototype headers. | Jelmer Vernooij | 2 | -13/+28 |
2007-10-10 | r23540: Continue fixing bench-readwrite. We need to initialize state->readcnt... | Alexander Bokovoy | 1 | -2/+3 |
2007-10-10 | r23535: accept numeric ntstatus codes in nbench load files (ronnies wireshark | Andrew Tridgell | 1 | -3/+9 |