Jeremy Allison
3c19ac5f1c
Fix bug #471 . (const needed in lp_set_name_resolve_order).
...
Jeremy.
-
Tim Potter
cfccf00816
Ignore tallocdump binary. Previous commit was printf warning fixes and an
...
accidental commit of some other stuff I was working on.
-
Tim Potter
0a79519bc4
Undo accidentally committed stuff.
-
Tim Potter
addeb1c6c9
Ignore tallocdump binary.
-
Gerald Carter
efe257bce2
run krb5 logins through the username map if the winbindd lookup fails; bug 698
-
Gerald Carter
486f495ea7
patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570
-
Tim Potter
d3af6b443d
Undo last commit to get things building again.
-
Gerald Carter
ccc7634b1c
bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flag
-
Richard Sharpe
44be80e488
Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branch
...
as well.
-
Volker Lendecke
b628ba0fc0
Compile tdbdump by default.
...
Volker
-
Tim Potter
c5865e3dfe
Patch from James Henstridge to allow rpcclient adddriver command to specify
...
printer driver version. Closes bug #514 .
-
Gerald Carter
a77f592430
make sure that we expand %H (from vl); bug 612
-
Gerald Carter
3f67b2bbfd
added note about stripping comments from LDIF; bug 642
-
Jeremy Allison
29413db303
Fix coredump in cli_get_backup_list.
...
Jeremy.
-
Jeremy Allison
154793981a
Fix debug message warning.
...
Jeremy.
-
Jeremy Allison
d085c94dac
Fix for bug #771 . Fix packet length for browse list reply.
...
Jeremy.
-
Tim Potter
4480058d85
Fix crash bug in smbclient completion. Closes bug #659 .
-
Tim Potter
e306c96268
Add ldaplibs to pdbedit link line. Fixes bug #651 .
-
Tim Potter
761e13da4e
Use the actual size of the buffer in strftime instead of a made up value
...
which just happens to be less than sizeof(fstring). Closes #713 .
-
Tim Potter
66e5043553
Fix typo in debug statement.
-
Tim Potter
1814c29b7d
Generate 64-bit clean printf's for build options.
-
Jeremy Allison
8b06385e00
Fix for bug #703 , try lowercase netgroups lookups.
...
Jeremy.
-
Tim Potter
fc30b6b547
Fix missing bracket in quota quote - my fault.
-
Tim Potter
7710232ba2
Use a static string instead of malloced one in winbind_{off,on}() utility
...
functions.
-
Jeremy Allison
119a89246b
Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)
...
Jeremy.
-
Gerald Carter
e92583cecd
removing #include <compat.h> in hopes to avoid problems with apache header files; will watch the build farm on this to make sure things don't blow up
-
Volker Lendecke
c4f36a250a
AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at least
...
autoconf-2.53 on SLES8 does not correctly find the keyblock.
Volker
-
Tim Potter
23443e3aa0
Fix more 64-bit printf warnings.
-
Tim Potter
68945027b5
Fix some uninitialised variable warnings.
-
Tim Potter
8e2c543ebf
Printf fixes for 64-bit size_t.
-
Tim Potter
d43922eade
Tidy up calls to uname so as not to produce output on stderr if
...
the command line argument being called isn't valid.
-
Tim Potter
a8b487c4cb
Use putenv() instead of setenv() in the winbind_{off,on}() functions. Some
...
platforms don't have setenv().
-
Tim Potter
eaf69b1ae7
Add prototype for smbc_remove_unused_server() to fix compiler warning.
...
Bug #706 .
-
Tim Potter
67ab91825d
Cast to fix warning on Solaris sendfile - check buildfarm output
...
to see if this works! Bug #706 .
-
Tim Potter
08aa3f712c
Whoops - missed a place where HAVE_STAT_ST_{BLOCKS,BLOCKSIZE} guards
...
should be present.
-
Tim Potter
7af7fa9be2
Re-order link command for smbd, rpcclient and smbpasswd to ensure $LDFLAGS
...
occurs before any library specification. Closes bug #661 .
-
Volker Lendecke
a0e741aa68
This binds the nmbd sending socket to the 'socket address'.
...
Hmmm. This is correct in 2.2. Obviously I did not test my 3.0 checkin at that
time. Now it hit me at a customer's site...
Volker
-
Gerald Carter
ca18ec0f90
prompt for password when invoking --set-auth-user and no pw
...
is given (patch from Tom Dickson)
-
Jeremy Allison
c61a230c5a
Patch from Aurlien Degrmont <adegremont@idealx.com>. "entry" is dependent
...
on "result", don't free result first.
Jeremy.
-
Tim Potter
6917391fbb
Sync up formatting of the va list stuff - the HEAD version was nicer.
-
Jeremy Allison
aa668a0206
If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@idealx.com>
...
Jeremy.
-
Gerald Carter
f5229d5d62
bug 696; check for an invalid fid before dereferencing the fsp pointer
-
Jeremy Allison
ce1024cc10
Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).
...
Jeremy.
-
Jeremy Allison
ad06edd1bb
Fixes to check for wraps which could cause coredumps.
...
Jeremy.
-
Tim Potter
a38ab77b70
Compile fix for tdbbackup when Samba needs to override non-C99
...
compliant implementations of snprintf.
-
Andrew Tridgell
bbb92d2b0e
parameterise the listen backlog in smbd and make it larger by default. A backlog of 5 is way too small these days.
-
Jeremy Allison
26bfe37a10
Don't log at level zero when chdir fails. Ensure correct error message is returned.
...
Jeremy.
-
Alexander Bokovoy
4534ba5a9f
Update WHATSNEW.txt with proper version from release branch
-
Jeremy Allison
74148111e1
Fix for bug #667 . DFS filenames can now have arbitrary case.
...
Jeremy.
-
Tim Potter
67dd1c4366
Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)
-