summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There isAndrew Tridgell1-2/+4
2007-10-10r8780: make numops controllable in BASE-DISCONNECTAndrew Tridgell1-1/+2
2007-10-10r8779: Add rdn module to makefile and headersSimo Sorce3-2/+5
2007-10-10r8778: index on nCName in sam.ldb. This was costing us about 75% of the time ...Andrew Tridgell1-0/+1
2007-10-10r8777: make sure that the tree connect is a child of the return cli state str...Andrew Tridgell1-8/+3
2007-10-10r8776: fixed SMB connections for IP addresses, even when name resolve orderAndrew Tridgell1-4/+11
2007-10-10r8775: More SamSync work. This is really just mechanical...Andrew Bartlett1-5/+264
2007-10-10r8774: make some gensec errors a bit less verboseAndrew Tridgell2-3/+3
2007-10-10r8773: fixed another dependency on directory ordering in RAW-SEARCHAndrew Tridgell1-1/+3
2007-10-10r8772: Include the ldap ejs test in the standard 'make test'Andrew Bartlett1-0/+4
2007-10-10r8771: Extend the SamSync code out to groups and aliases, as well as deleting.Andrew Bartlett1-1/+303
2007-10-10r8761: Propagate changes in monitor messaging code.Rafal Szczesniak4-9/+43
2007-10-10r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak3-26/+75
2007-10-10r8759: Another couple of fields in usermod routine.Rafal Szczesniak3-2/+35
2007-10-10r8753: fixed directory handling on systems that do not return . and .. as theAndrew Tridgell1-17/+70
2007-10-10r8752: With all the infrustructure done, details like a SamSync migrationAndrew Bartlett6-0/+467
2007-10-10r8750: drat, on some systems dirfd() is a macroAndrew Tridgell1-0/+3
2007-10-10r8749: for completeness, add rewinddir() and dirfd()Andrew Tridgell1-0/+10
2007-10-10r8748: fixed build. Andrew, please check.Andrew Tridgell1-6/+4
2007-10-10r8747: remove unused codeAndrew Tridgell1-90/+0
2007-10-10r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell5-1/+277
2007-10-10r8744: Split 'net samdump' out into a separate fileAndrew Bartlett5-264/+291
2007-10-10r8742: fixed handling of zero length names in mprObject()Andrew Tridgell1-1/+1
2007-10-10r8741: Kill warnings about enums not fully enumerated, as we will never useAndrew Bartlett1-0/+5
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett3-25/+28
2007-10-10r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell1-0/+7
2007-10-10r8735: added NBT and WINS testing to 'make test' so we will know if it breaks...Andrew Tridgell4-0/+27
2007-10-10r8734: fixed the wins server for the new ldb DN restrictions.Andrew Tridgell1-3/+29
2007-10-10r8729: make the RAW-SEARCH test more robust to servers with hash based direct...Andrew Tridgell1-8/+5
2007-10-10r8726: increase default session timeout to 15 minutes to be less painful for ...Andrew Tridgell1-1/+1
2007-10-10r8721: Further work on libnet_rpc_usermod function. Now it can changeRafal Szczesniak3-9/+56
2007-10-10r8717: Add monitor message emiting in userdel and usermod calls.Rafal Szczesniak1-0/+10
2007-10-10r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu supportAndrew Tridgell1-7/+17
2007-10-10r8714: Oops - get it right this time!Tim Potter1-2/+2
2007-10-10r8713: Experiment to try and fix warnings on 64-bit machines without breakingTim Potter3-3/+7
2007-10-10r8712: cleanup old search test code to use tallocAndrew Tridgell1-16/+18
2007-10-10r8711: add m4 for finding return type for signal handlersAndrew Tridgell1-0/+5
2007-10-10r8710: another attempt at fixing HPUXAndrew Tridgell1-1/+2
2007-10-10r8709: fixed the assumption in RAW-SEARCH that directories are returned in so...Andrew Tridgell1-1/+10
2007-10-10r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell1-2/+0
2007-10-10r8706: My previous patch oversimplied the previous change to session setup -Andrew Bartlett1-3/+14
2007-10-10r8703: cope with null string in interpret_addr()Andrew Tridgell1-1/+1
2007-10-10r8702: fixed ntlm_auth build. Andrew, can you check I got this right?Andrew Tridgell1-7/+6
2007-10-10r8701: Fix up auth_developer for recent changes.Andrew Bartlett1-1/+1
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett14-464/+516
2007-10-10r8699: removed invalid commentAndrew Bartlett1-2/+0
2007-10-10r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell1-1/+9
2007-10-10r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2-3/+5
2007-10-10r8693: Test code for usermod routine.Rafal Szczesniak2-0/+72
2007-10-10r8692: Starting parts of code to provide user modify functionality.Rafal Szczesniak3-6/+195