| Commit message (Expand) | Author | Age | Files | Lines |
* | r8807: Modifying datetime field using struct timeval argument rather than | Rafal Szczesniak | 2007-10-10 | 3 | -5/+16 |
* | r8806: Move data representation-independent data into seperate header | Jelmer Vernooij | 2007-10-10 | 7 | -296/+381 |
* | r8803: Rename --header to --ndr-header and --parser to --ndr-parser | Jelmer Vernooij | 2007-10-10 | 2 | -13/+13 |
* | r8801: Change --output to --outputdir and make pidl add a data representation... | Jelmer Vernooij | 2007-10-10 | 3 | -47/+22 |
* | r8792: Clarify comments | Andrew Bartlett | 2007-10-10 | 1 | -4/+6 |
* | r8791: (missing from previous commit) | Andrew Bartlett | 2007-10-10 | 1 | -16/+61 |
* | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 2007-10-10 | 8 | -531/+638 |
* | r8789: Send new monitor messages from userdel routine. | Rafal Szczesniak | 2007-10-10 | 1 | -0/+23 |
* | r8788: New monitor messages. | Rafal Szczesniak | 2007-10-10 | 2 | -0/+8 |
* | r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There is | Andrew Tridgell | 2007-10-10 | 1 | -2/+4 |
* | r8780: make numops controllable in BASE-DISCONNECT | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
* | r8779: Add rdn module to makefile and headers | Simo Sorce | 2007-10-10 | 3 | -2/+5 |
* | r8778: index on nCName in sam.ldb. This was costing us about 75% of the time ... | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
* | r8777: make sure that the tree connect is a child of the return cli state str... | Andrew Tridgell | 2007-10-10 | 1 | -8/+3 |
* | r8776: fixed SMB connections for IP addresses, even when name resolve order | Andrew Tridgell | 2007-10-10 | 1 | -4/+11 |
* | r8775: More SamSync work. This is really just mechanical... | Andrew Bartlett | 2007-10-10 | 1 | -5/+264 |
* | r8774: make some gensec errors a bit less verbose | Andrew Tridgell | 2007-10-10 | 2 | -3/+3 |
* | r8773: fixed another dependency on directory ordering in RAW-SEARCH | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
* | r8772: Include the ldap ejs test in the standard 'make test' | Andrew Bartlett | 2007-10-10 | 1 | -0/+4 |
* | r8771: Extend the SamSync code out to groups and aliases, as well as deleting. | Andrew Bartlett | 2007-10-10 | 1 | -1/+303 |
* | r8761: Propagate changes in monitor messaging code. | Rafal Szczesniak | 2007-10-10 | 4 | -9/+43 |
* | r8760: Rework monitor messaging code a bit, as Metze once suggested. | Rafal Szczesniak | 2007-10-10 | 3 | -26/+75 |
* | r8759: Another couple of fields in usermod routine. | Rafal Szczesniak | 2007-10-10 | 3 | -2/+35 |
* | r8753: fixed directory handling on systems that do not return . and .. as the | Andrew Tridgell | 2007-10-10 | 1 | -17/+70 |
* | r8752: With all the infrustructure done, details like a SamSync migration | Andrew Bartlett | 2007-10-10 | 6 | -0/+467 |
* | r8750: drat, on some systems dirfd() is a macro | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
* | r8749: for completeness, add rewinddir() and dirfd() | Andrew Tridgell | 2007-10-10 | 1 | -0/+10 |
* | r8748: fixed build. Andrew, please check. | Andrew Tridgell | 2007-10-10 | 1 | -6/+4 |
* | r8747: remove unused code | Andrew Tridgell | 2007-10-10 | 1 | -90/+0 |
* | r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where they | Andrew Tridgell | 2007-10-10 | 5 | -1/+277 |
* | r8744: Split 'net samdump' out into a separate file | Andrew Bartlett | 2007-10-10 | 5 | -264/+291 |
* | r8742: fixed handling of zero length names in mprObject() | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r8741: Kill warnings about enums not fully enumerated, as we will never use | Andrew Bartlett | 2007-10-10 | 1 | -0/+5 |
* | r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie: | Andrew Bartlett | 2007-10-10 | 3 | -25/+28 |
* | r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000) | Andrew Tridgell | 2007-10-10 | 1 | -0/+7 |
* | r8735: added NBT and WINS testing to 'make test' so we will know if it breaks... | Andrew Tridgell | 2007-10-10 | 4 | -0/+27 |
* | r8734: fixed the wins server for the new ldb DN restrictions. | Andrew Tridgell | 2007-10-10 | 1 | -3/+29 |
* | r8729: make the RAW-SEARCH test more robust to servers with hash based direct... | Andrew Tridgell | 2007-10-10 | 1 | -8/+5 |
* | r8726: increase default session timeout to 15 minutes to be less painful for ... | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r8721: Further work on libnet_rpc_usermod function. Now it can change | Rafal Szczesniak | 2007-10-10 | 3 | -9/+56 |
* | r8717: Add monitor message emiting in userdel and usermod calls. | Rafal Szczesniak | 2007-10-10 | 1 | -0/+10 |
* | r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support | Andrew Tridgell | 2007-10-10 | 1 | -7/+17 |
* | r8714: Oops - get it right this time! | Tim Potter | 2007-10-10 | 1 | -2/+2 |
* | r8713: Experiment to try and fix warnings on 64-bit machines without breaking | Tim Potter | 2007-10-10 | 3 | -3/+7 |
* | r8712: cleanup old search test code to use talloc | Andrew Tridgell | 2007-10-10 | 1 | -16/+18 |
* | r8711: add m4 for finding return type for signal handlers | Andrew Tridgell | 2007-10-10 | 1 | -0/+5 |
* | r8710: another attempt at fixing HPUX | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
* | r8709: fixed the assumption in RAW-SEARCH that directories are returned in so... | Andrew Tridgell | 2007-10-10 | 1 | -1/+10 |
* | r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it | Andrew Tridgell | 2007-10-10 | 1 | -2/+0 |
* | r8706: My previous patch oversimplied the previous change to session setup - | Andrew Bartlett | 2007-10-10 | 1 | -3/+14 |