1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-24 15:17:06 +03:00

115 Commits

Author SHA1 Message Date
Tim Potter
778f5f77a6 Got medieval on another pointless extern. Removed extern struct ipzero
and replaced with two functions:

	void zero_ip(struct in_adder *ip);
	BOOL is_zero_ip(struct in_addr ip);
-
Andrew Tridgell
09127d85dc portability fixes -
Andrew Tridgell
b14ae49502 fixed typo -
Andrew Tridgell
2f8fa175b1 made a "net ads" command, currently with "net ads join" and "net ads leave" -
Andrew Tridgell
058a5aee90 added "net join" command
this completes the first stage of the smbd ADS support
-
Andrew Tridgell
0f88d9c50e rewrote net.c
The rewrite fixes a number of things:

- much better command line parsing
- fixed usage of static and const
- better finding of hosts
- clean internal separation of sub-functions
- expandable design
-
Martin Pool
79ec88f0da Store some path names in global variables initialized to configure
default, rather than in preprocessor macros.
-
Steve French
3623fbb4f0 Minor fixes to help display, and domain enumeration , and also preparation for new command option -
Jim McDonough
b83b21e9ca Internationalization enbalement for net utility - replace printf with d_printf -
Jeremy Allison
b1930abb35 Got serious about const again.
REMOVED BZERO CALLS YET AGAIN !!! Why do these keep creeping back in....
They are *NOT* POSIX. I'm also thinking of removing strncpy as I'm sure
it's not being used correctly....
Jeremy.
-
Steve French
a1f3930637 Adding support for net password, net service, net user info, fixing net helps -
Herb Lewis
12c10e876e more compiler warnings -
Jim McDonough
5a482350a7 Remove setbuffer which caused build errors -
Jim McDonough
0be7bf421b Replace getopt_long with popt for parsing commandline options -
Jim McDonough
50c243518a Add command-line remote management utility -