summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provisionbackend.py
Commit message (Expand)AuthorAgeFilesLines
* s4:provision Move exceptions into a new fileAndrew Bartlett2009-11-241-0/+1
* s4:provision Don't bother with a template for the LDAP backend startup script.Andrew Bartlett2009-11-241-2/+1
* s4:provision - Removed dependency on full Samba 3 schema from FDSEndi S. Dewata2009-11-161-31/+77
* s4:provision - Added LDBBackend and ExistingBackend.Endi S. Dewata2009-11-121-24/+48
* s4:provision - Added constructors for FDSBackend and OpenLDAPBackend.Endi S. Dewata2009-11-121-25/+86
* s4:provision - Added setup() method in LDAPBackend.Endi S. Dewata2009-11-121-25/+31
* s4:provision - Moved provision_xxx_backend() into backend-specific provision(...Endi S. Dewata2009-11-121-317/+283
* s4:provision - Added start() method in LDAPBackend.Endi S. Dewata2009-11-121-13/+18
* s4:provision - Added initial implementation of FDSBackend and OpenLDAPBackend.Endi S. Dewata2009-11-121-29/+34
* s4:provisioning - Fixed minor bugs in provisioning tool and partition module.Endi S. Dewata2009-11-041-1/+2
* s4:provision Remove LDB backend files in provisionAndrew Bartlett2009-11-021-0/+7
* s4:provision Split ProvisionBackend out of the main provision scriptAndrew Bartlett2009-11-021-0/+611
.rel.got : { *(.rel.got) } .rela.got : { *(.rela.got) } .rel.ctors : { *(.rel.ctors) } .rela.ctors : { *(.rela.ctors) } .rel.dtors : { *(.rel.dtors) } .rela.dtors : { *(.rela.dtors) } .rel.bss : { *(.rel.bss) } .rela.bss : { *(.rela.bss) } .rel.plt : { *(.rel.plt) } .rela.plt : { *(.rela.plt) } .init : { *(.init) } .plt : { *(.plt) } .text : { /* WARNING - the following is hand-optimized to fit within */ /* the sector before the environment sector. If it throws */ /* an error during compilation remove an object here to get */ /* it linked after the configuration sector. */ cpu/bf533/start.o (.text) cpu/bf533/start1.o (.text) cpu/bf533/traps.o (.text) cpu/bf533/interrupt.o (.text) cpu/bf533/serial.o (.text) common/dlmalloc.o (.text) lib_generic/vsprintf.o (.text) lib_generic/crc32.o (.text) lib_generic/zlib.o (.text) . = DEFINED(env_offset) ? env_offset : .; common/environment.o (.text) *(.text) *(.fixup) *(.got1) } _etext = .; PROVIDE (etext = .); .rodata : { *(.rodata) *(.rodata1) *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } .dtors : { *(.dtors) } /* Read-write section, merged into data segment: */ . = (. + 0x00FF) & 0xFFFFFF00; _erotext = .; PROVIDE (erotext = .); .reloc : { *(.got) _GOT2_TABLE_ = .; *(.got2) _FIXUP_TABLE_ = .; *(.fixup) } __got2_entries = (_FIXUP_TABLE_ - _GOT2_TABLE_) >>2; __fixup_entries = (. - _FIXUP_TABLE_)>>2; .data : { *(.data) *(.data1) *(.sdata) *(.sdata2) *(.dynamic) CONSTRUCTORS } _edata = .; PROVIDE (edata = .); __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; __start___ex_table = .; __ex_table : { *(__ex_table) } __stop___ex_table = .; . = ALIGN(256); __init_begin = .; .text.init : { *(.text.init) } .data.init : { *(.data.init) } . = ALIGN(256); __init_end = .; __bss_start = .; .bss : { *(.sbss) *(.scommon) *(.dynbss) *(.bss) *(COMMON) } _end = . ; PROVIDE (end = .); }