1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jelmer Vernooij
5a88d78f67 Add -U, -N, -i, -A, -W to popt. -
Jeremy Allison
82b8f749a3 Removed global_myworkgroup, global_myname, global_myscope. Added liberal
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
-
Tim Potter
3a68613e93 Fix compiler warnings. -
Jelmer Vernooij
15c71551db Remove dummy function I used for testing -
Jelmer Vernooij
1602d58949 Add more options to popt_common and use them. Current ones are:
-V Version information
 -n Set netbios name
 -l Set directory to store log files in
 -d Set debuglevel
 -s Load specified configuration file
 -O Set socket options
-
Jelmer Vernooij
8c15db105a Fix bug in '-d' -
Jelmer Vernooij
cb0d03a393 Add more common options to popt_common - and start using
the ones for debuglevel and configuration file in pdbedit
-
Jelmer Vernooij
fc29385029 Make debuglevel a string for use with debug classes -
Tim Potter
33bd721473 Our include popt is starting to get a bit old - fixed some compile
problems here.

Also fixed some non-constant initialisers in samsync.
-
Tim Potter
b5b64a4e90 A place to store common popt routines. -