1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4
Andrew Tridgell f1418f62ee r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support
in configure, and replace snprintf if the system doesn't support
  it. Our replacement code does not handle the "%PRIi64" stuff, so
  using it would break us on lots of platforms

- fixed constant array initialisers to work on HPUX.
(This used to be commit c6bae3e87e)
2007-10-10 13:29:58 -05:00
..
auth r8701: Fix up auth_developer for recent changes. 2007-10-10 13:29:55 -05:00
build r8713: Experiment to try and fix warnings on 64-bit machines without breaking 2007-10-10 13:29:57 -05:00
cldap_server r8625: move the ldb_wrap logic into the ldb code. This logic is meant to 2007-10-10 13:29:45 -05:00
client r8678: setup for gdb backtrace in 'make test' 2007-10-10 13:29:53 -05:00
codepages r42: importing .cvsignore files 2007-10-10 12:50:40 -05:00
dsdb r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support 2007-10-10 13:29:58 -05:00
gtk r8643: - make lp_configfile() work again 2007-10-10 13:29:48 -05:00
heimdal r8464: the last few functions needed by irix 6.4. 2007-10-10 13:23:06 -05:00
heimdal_build r8711: add m4 for finding return type for signal handlers 2007-10-10 13:29:57 -05:00
include r8713: Experiment to try and fix warnings on 64-bit machines without breaking 2007-10-10 13:29:57 -05:00
intl r8273: fixed some memory leaks in smbscript. This required converting 2007-10-10 13:19:29 -05:00
kdc r8586: register the kdc with irpc so we can tell that it is up 2007-10-10 13:29:41 -05:00
ldap_server r8520: fixed a pile of warnings from the build farm gcc -Wall output on 2007-10-10 13:29:34 -05:00
lib r8710: another attempt at fixing HPUX 2007-10-10 13:29:56 -05:00
libads r6485: Move LDAP detection M4 file and use it for the standalone ldb build 2007-10-10 13:16:19 -05:00
libcli r8699: removed invalid comment 2007-10-10 13:29:55 -05:00
libnet r8692: Starting parts of code to provide user modify functionality. 2007-10-10 13:29:54 -05:00
librpc r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it 2007-10-10 13:29:56 -05:00
nbt_server r8588: register wins server with irpc 2007-10-10 13:29:42 -05:00
nsswitch r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be 2007-10-10 13:17:35 -05:00
ntptr r8091: fix invalid attribute names s/_/-/g 2007-10-10 13:19:07 -05:00
ntvfs r8535: no longer rely on seekdir working after a closedir. Instead, keep 2007-10-10 13:29:36 -05:00
param r8643: - make lp_configfile() work again 2007-10-10 13:29:48 -05:00
passdb r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab 2007-10-10 13:18:41 -05:00
po first public release of samba4 code 2003-08-13 01:53:07 +00:00
rpc_server r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the 2007-10-10 13:29:55 -05:00
script r8680: try harder to find the binary for gdb in the backtrace 2007-10-10 13:29:53 -05:00
scripting r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the 2007-10-10 13:29:55 -05:00
setup r8677: The first part of the domain name may not be equal to the netbios domain name. 2007-10-10 13:29:53 -05:00
smb_server r8706: My previous patch oversimplied the previous change to session setup - 2007-10-10 13:29:56 -05:00
smbd r8678: setup for gdb backtrace in 'make test' 2007-10-10 13:29:53 -05:00
torture r8712: cleanup old search test code to use talloc 2007-10-10 13:29:57 -05:00
utils r8702: fixed ntlm_auth build. Andrew, can you check I got this right? 2007-10-10 13:29:55 -05:00
web_server r8665: fixed a segv at high debug level in the web server 2007-10-10 13:29:51 -05:00
winbind r7911: task_terminate() is defined in the macosx headers, so change the name 2007-10-10 13:18:48 -05:00
aclocal.m4 r7274: Move m4 files to seperate dir 2007-10-10 13:17:35 -05:00
autogen.sh r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd 2007-10-10 13:18:18 -05:00
config.guess put config.guess in the right place! 2003-08-13 02:06:45 +00:00
config.list r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
config.sub first public release of samba4 code 2003-08-13 01:53:07 +00:00
configure.developer r8444: make ./configure.mumble CC='ccache cc' 2007-10-10 13:23:03 -05:00
configure.in r8482: gnutls_x509_crt_set_subject_key_id is not available in some versions 2007-10-10 13:23:08 -05:00
configure.nodebug.developer r8444: make ./configure.mumble CC='ccache cc' 2007-10-10 13:23:03 -05:00
configure.tridge.opt r8444: make ./configure.mumble CC='ccache cc' 2007-10-10 13:23:03 -05:00
dynconfig.c r6982: install the swat pages with 'make installswat' 2007-10-10 13:17:02 -05:00
extra_cflags.txt r8449: - search for lex and yacc properly 2007-10-10 13:23:04 -05:00
install-sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
VERSION r412: as we decide to not do 3.0.2a releases anymore, 2007-10-10 12:51:37 -05:00