Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8825: Move list of object files to .mk file | Jelmer Vernooij | 2 | -23/+24 |
2007-10-10 | r8824: Fix indentation, and don't send 'invalid' LM password. | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r8823: I don't know why I added this test, it appears bogus. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r8822: fixed number of arguments in samr lib | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8821: continue the trend to move to a more OO style of interface for our js | Andrew Tridgell | 7 | -139/+134 |
2007-10-10 | r8820: Push this common block of code into the caller. | Andrew Bartlett | 1 | -39/+18 |
2007-10-10 | r8819: fixed a memory leak in irpc_call() | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpc | Andrew Tridgell | 1 | -9/+7 |
2007-10-10 | r8817: - fixed return result from LOCAL-MESSAGING test | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 11 | -0/+12 |
2007-10-10 | r8810: Fix missing headers. Still doesn't fix the build but getting closer th... | Rafal Szczesniak | 2 | -0/+2 |
2007-10-10 | r8809: Merge validator with NDR.pm (validator is NDR-specific) | Jelmer Vernooij | 3 | -374/+355 |
2007-10-10 | r8808: More comments. | Rafal Szczesniak | 1 | -0/+41 |
2007-10-10 | r8807: Modifying datetime field using struct timeval argument rather than | Rafal Szczesniak | 3 | -5/+16 |
2007-10-10 | r8806: Move data representation-independent data into seperate header | Jelmer Vernooij | 7 | -296/+381 |
2007-10-10 | r8803: Rename --header to --ndr-header and --parser to --ndr-parser | Jelmer Vernooij | 2 | -13/+13 |
2007-10-10 | r8801: Change --output to --outputdir and make pidl add a data representation... | Jelmer Vernooij | 3 | -47/+22 |
2007-10-10 | r8792: Clarify comments | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r8791: (missing from previous commit) | Andrew Bartlett | 1 | -16/+61 |
2007-10-10 | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 8 | -531/+638 |
2007-10-10 | r8789: Send new monitor messages from userdel routine. | Rafal Szczesniak | 1 | -0/+23 |
2007-10-10 | r8788: New monitor messages. | Rafal Szczesniak | 2 | -0/+8 |
2007-10-10 | r8784: Install pidl in "vendor" directories (matches debian policy) | Jelmer Vernooij | 3 | -4/+3 |
2007-10-10 | r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There is | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r8780: make numops controllable in BASE-DISCONNECT | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8779: Add rdn module to makefile and headers | Simo Sorce | 3 | -2/+5 |
2007-10-10 | r8778: index on nCName in sam.ldb. This was costing us about 75% of the time ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8777: make sure that the tree connect is a child of the return cli state str... | Andrew Tridgell | 1 | -8/+3 |
2007-10-10 | r8776: fixed SMB connections for IP addresses, even when name resolve order | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r8775: More SamSync work. This is really just mechanical... | Andrew Bartlett | 1 | -5/+264 |
2007-10-10 | r8774: make some gensec errors a bit less verbose | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r8773: fixed another dependency on directory ordering in RAW-SEARCH | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8772: Include the ldap ejs test in the standard 'make test' | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r8771: Extend the SamSync code out to groups and aliases, as well as deleting. | Andrew Bartlett | 1 | -1/+303 |
2007-10-10 | r8761: Propagate changes in monitor messaging code. | Rafal Szczesniak | 4 | -9/+43 |
2007-10-10 | r8760: Rework monitor messaging code a bit, as Metze once suggested. | Rafal Szczesniak | 3 | -26/+75 |
2007-10-10 | r8759: Another couple of fields in usermod routine. | Rafal Szczesniak | 3 | -2/+35 |
2007-10-10 | r8758: Use official version numbering standard for debian packages. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r8753: fixed directory handling on systems that do not return . and .. as the | Andrew Tridgell | 1 | -17/+70 |
2007-10-10 | r8752: With all the infrustructure done, details like a SamSync migration | Andrew Bartlett | 6 | -0/+467 |
2007-10-10 | r8750: drat, on some systems dirfd() is a macro | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8749: for completeness, add rewinddir() and dirfd() | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r8748: fixed build. Andrew, please check. | Andrew Tridgell | 1 | -6/+4 |
2007-10-10 | r8747: remove unused code | Andrew Tridgell | 1 | -90/+0 |
2007-10-10 | r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where they | Andrew Tridgell | 5 | -1/+277 |
2007-10-10 | r8745: make ldap.js cleanup after itself | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8744: Split 'net samdump' out into a separate file | Andrew Bartlett | 5 | -264/+291 |
2007-10-10 | r8743: automatically find the basedn in ldap.js | Andrew Tridgell | 1 | -4/+13 |
2007-10-10 | r8742: fixed handling of zero length names in mprObject() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8741: Kill warnings about enums not fully enumerated, as we will never use | Andrew Bartlett | 1 | -0/+5 |