1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source/utils
Andrew Bartlett 30d0998c8c More fixes towards warnings on the IRIX compiler
(and yes, some of these are real bugs)

In particular, the samr code was doing an &foo of various types, to a function
that assumed uint32.  If time_t isn't 32 bits long, that broke.

They are assignment compatible however, so use that and an intermediate
variable.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
..
.cvsignore Add a .cvsignore file 0001-01-01 00:00:00 +00:00
debug2html.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
make_printerdef.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
net_ads.c Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, 0001-01-01 00:00:00 +00:00
net_help.c Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
net_lookup.c Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 0001-01-01 00:00:00 +00:00
net_rap.c Don't use uint. It doesn't exist on some platforms and we don't define it. 0001-01-01 00:00:00 +00:00
net_rpc_join.c More fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
net_rpc.c Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 0001-01-01 00:00:00 +00:00
net_time.c Add auto-detect of time server. Uses master browser. 0001-01-01 00:00:00 +00:00
net.c move opt_machine_pass to keep some compilers happy 0001-01-01 00:00:00 +00:00
net.h Break up samba's object dependencies, and its prototype includes. 0001-01-01 00:00:00 +00:00
nmblookup.c This commit finally gives us multiple wins server groups. We now 0001-01-01 00:00:00 +00:00
pdbedit.c Show the account flags in the 'verbose' listing of pdbedit. 0001-01-01 00:00:00 +00:00
rpccheck.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
smbcacls.c This makes smbcacls a bit easier to use and debug. 0001-01-01 00:00:00 +00:00
smbcontrol.c Proper merge of all the working printing stuff from APPLIANCE_HEAD. 0001-01-01 00:00:00 +00:00
smbfilter.c Fix from Michael Steffens <michael_steffens@hp.com> to make signal 0001-01-01 00:00:00 +00:00
smbgroupedit.c correctly declare global_myworkgroup to be the right size. 0001-01-01 00:00:00 +00:00
smbpasswd.c Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. 0001-01-01 00:00:00 +00:00
smbtree.c Update cli_full_connection() to take a 'flags' paramater, and try to get a 0001-01-01 00:00:00 +00:00
smbw_sample.c Store some path names in global variables initialized to configure 0001-01-01 00:00:00 +00:00
status.c Some of the updates from ctrlsoft's 'Various' patch: 0001-01-01 00:00:00 +00:00
testparm.c Cope with the requirement for constant initialisers on some unix C compilers. 0001-01-01 00:00:00 +00:00
testprns.c Removed version number from file header. 0001-01-01 00:00:00 +00:00