summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14s4-param finish services hooks for s4->s3 loadparm contextAndrew Bartlett1-2/+26
2011-07-14s4-param cope with parameters of type charAndrew Bartlett1-0/+12
2011-07-12s4:param: add "state dir" and "cache dir" optionsStefan Metzmacher1-0/+20
2011-07-08lib/param: Merge struct loadparm_service into commonAndrew Bartlett1-6/+18
2011-07-08param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett1-36/+3
2011-07-08s4-param Remove offset != -1 checksAndrew Bartlett1-7/+2
2011-07-08s4-param change to struct bitmap to match s3-paramAndrew Bartlett1-15/+16
2011-07-08s4-param Also check the p_class matches when comparing offsetAndrew Bartlett1-1/+3
2011-07-08param: Add hooks to s3 parm_struct and the parameters void * pointerAndrew Bartlett1-13/+18
2011-07-02s4-param Remove unused 'announce version'Andrew Bartlett1-10/+2
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-06-29s4-param Handle BOOLREV parametersAndrew Bartlett1-0/+16
2011-06-29s4-param Match source3's param: use C99 initialisersAndrew Bartlett1-159/+1090
2011-06-29s4-param Merge struct parm_struct with version from source3/Andrew Bartlett1-9/+9
2011-06-29param: Merge struct parm_struct definitionsAndrew Bartlett1-11/+11
2011-06-24param: Remove remaining references to announce as and announce versionAndrew Bartlett1-5/+0
2011-06-23param: Remove "announce as" parameterAndrew Bartlett1-11/+0
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett1-2/+0
2011-06-21s4-param Autogenerate the loadparm_globals and loadparm_service tablesAndrew Bartlett1-153/+24
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett1-6/+0
2011-06-09s4-param add const to loadparm_init_s3 s3_fnsAndrew Bartlett1-2/+2
2011-06-07s4-auth Move default auth methods back into auth.cAndrew Bartlett1-3/+0
2011-06-06s3-s4-param: Add hooks for parametric options in the s3/s4 glue layerAndrew Bartlett1-0/+5
2011-06-06s4-param Remove 'modules dir'Andrew Bartlett1-4/+0
2011-06-06s4-param Add hook between Samba3 and Samba4 loadparm systems.Andrew Bartlett1-12/+74
2011-06-06s4-param Remove 'sid generator'Andrew Bartlett1-10/+0
2011-06-06s4-param Remove 'idmap database'Andrew Bartlett1-4/+0
2011-06-06s4-param Remove 'secrets database' parameterAndrew Bartlett1-4/+0
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett1-4/+0
2011-06-06s4-ipv6: changed the default "socket address"Andrew Tridgell1-1/+1
2011-05-31libcli/util Remove ntstatus_check_dos_mappingAndrew Bartlett1-2/+0
2011-05-08s4-param cope with doulbe-parsing of -foo and +foo listsAndrew Bartlett1-3/+9
2011-05-08s4-param Don't set variables such as the debuglevel unless globalAndrew Bartlett1-2/+18
2011-05-08libds: moved enum security_types to a common headerAndrew Tridgell1-0/+1
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-18/+37
2011-04-30lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett1-2/+2
2011-04-29s4-param Rename lp_destructor() -> lpcfg_destructor() for consistencyAndrew Bartlett1-2/+2
2011-04-29s4-param Rename unused lp_ functions to match param.hAndrew Bartlett1-5/+5
2011-04-29s4-param Rename volume_label() -> lpcfg_volume_label()Andrew Bartlett1-1/+1
2011-04-29s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett1-5/+5
2011-04-04s4-loadparm: be a bit less verbose about smb.conf processingAndrew Tridgell1-2/+2
2011-03-29s4-param: set a default logfileAndrew Tridgell1-0/+5
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-8/+8
2011-03-22s4:param/loadparm.c - check for OOMMatthias Dieter Wallnöfer1-0/+3
2011-03-01lib/util: new merged debug systemAndrew Bartlett1-12/+18
2011-02-18lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett1-5/+1
2011-02-14s4: load the backupkey endpointMatthieu Patou1-1/+1
2011-02-07s4-loadparm: removed "setup directory" optionAndrew Tridgell1-6/+0
2011-01-17param: Load web service by default.Jelmer Vernooij1-1/+1
2010-12-12s4:param/loadparm.c - fix a warning by introducing a "const" castMatthias Dieter Wallnöfer1-1/+1