summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:samr Split the guts of samr_CreateUser2 into a helper functionAndrew Bartlett2010-05-241-1/+1
| | | | | | | This allows this logic to be shared, rather than copied, into a passdb wrapper. Andrew Bartlett
* Added a function to check if an attribute can belong to a filtered replica.Nadezhda Ivanova2010-05-031-1/+1
|
* s4/waf: add new files to WAF buildKamen Mazdrashki2010-04-091-1/+1
|
* s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij2010-04-081-1/+1
|
* s4-waf: added python_dsdb from merge with masterAndrew Tridgell2010-04-061-0/+5
|
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-1/+1
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
| | | | we won't be using the mk -> wscript generator again
* s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell2010-04-061-1/+1
| | | | | this is preparation for being able to use system versions of these libraries
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-2/+2
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-2/+2
|
* build: fixes from itaAndrew Tridgell2010-04-061-2/+2
|
* build: source= is clearer for source listsAndrew Tridgell2010-04-061-6/+6
|
* build: heimdal_build waf supportAndrew Tridgell2010-04-061-0/+52
heimdal now mostly builds