Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19847: add idl for DsRemoveDSServer(), this is used when a server unbecomes ... | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r19844: Fix warnings and errors in epmapper IDL. | Jelmer Vernooij | 1 | -3/+5 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 5 | -32/+32 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 6 | -40/+39 |
2007-10-10 | r19761: This may need work, but here is an initial implementation of | Andrew Bartlett | 1 | -1/+64 |
2007-10-10 | r19682: Fix comments. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 3 | -0/+3 |
2007-10-10 | r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at this | Andrew Tridgell | 1 | -17/+6 |
2007-10-10 | r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19465: Rather than use the non-standard API for determining the signature | Andrew Bartlett | 1 | -8/+46 |
2007-10-10 | r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19256: add missing infolevel and fields to SetUserInfo call | Rafal Szczesniak | 1 | -23/+31 |
2007-10-10 | r18860: fixed some code that bitrotted while we didn't have the safety check | Andrew Tridgell | 2 | -7/+7 |
2007-10-10 | r18779: Not simo's fault, this is actually a bug I introduced a week ago, whe... | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r18775: Performing an ldb op of 'do nothing' is pointless, and breaks against | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18740: Some more work around srvsvc | Simo Sorce | 1 | -166/+185 |
2007-10-10 | r18590: Some more work on the srvsvc pipe | Simo Sorce | 1 | -26/+314 |
2007-10-10 | r18584: found one of the fd leaks. The registry backend was using a | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r18566: fixed the winreg pipe and winreg tests | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatible | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18561: Fix [out] pointers in winreg IDL | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r18558: Fix ShareCheck which was assuming all paths are "C:\" | Simo Sorce | 2 | -14/+132 |
2007-10-10 | r18555: use C:\ as default not C: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18550: Return a path not just a disk drive | Simo Sorce | 1 | -1/+9 |
2007-10-10 | r18542: Some late nite work. | Simo Sorce | 1 | -2/+73 |
2007-10-10 | r18416: We need to look for both builtinDomain and domain, in the OpenDomain ... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18412: Implement NetiNameValidate but just for share name right now (type 9) | Simo Sorce | 2 | -1/+50 |
2007-10-10 | r18409: Make sure to print a DEBUG message if this LDB search fails. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r18365: When adding a new structure member, always remember to fragment it. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r18364: Get us closer to schema compliance. The corrent names for "secret" | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r18363: Found a rather nasty bug in our fragment handling. | Andrew Bartlett | 2 | -8/+12 |
2007-10-10 | r18362: Make LookupSids map onto LookupSids2, as they both take a policy | Andrew Bartlett | 1 | -16/+17 |
2007-10-10 | r18361: Invert the way we handle LookupSids2/LookupSids3 and LookupNames3/Loo... | Andrew Bartlett | 1 | -36/+85 |
2007-10-10 | r18330: don't mix pointer types in RPC replies | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r18318: Implement DiskEnum | Simo Sorce | 1 | -3/+18 |
2007-10-10 | r18315: Implement netSrvGetInfo level 102 | Simo Sorce | 2 | -0/+73 |
2007-10-10 | r18280: more portability tidyups, ensuring we use libreplace everywhere | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r18252: Make sure to NULL terminate these lists of attributes. | Andrew Bartlett | 1 | -7/+16 |
2007-10-10 | r17991: Implement a few more calls (with not implemented :-). | Andrew Bartlett | 1 | -36/+21 |
2007-10-10 | r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries, | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUP | Andrew Bartlett | 3 | -271/+237 |
2007-10-10 | r17956: LSA Cleanup! | Andrew Bartlett | 2 | -72/+331 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 4 | -4/+4 |
2007-10-10 | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 4 | -8/+16 |
2007-10-10 | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 5 | -20/+20 |
2007-10-10 | r17788: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17529: Simo doesn't like the use of the internal ldb_errstring in functions | Andrew Bartlett | 1 | -3/+4 |