Volker Lendecke
baf7cf42a6
r1295: To be able to send a message to the background queue updated, we need to be
...
root. Otherwise the USR1 signal will not be delivered.
Volker
(This used to be commit c66be874d8
)
2007-10-10 10:52:04 -05:00
Jeremy Allison
e8a1292d91
r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.
...
Fix for #607 .
Jeremy.
(This used to be commit e6ff6d95d2
)
2007-10-10 10:52:04 -05:00
Volker Lendecke
d095357d08
r1287: Attempt to fix the build for systems without kerberos headers.
...
Volker
(This used to be commit 43020cf459
)
2007-10-10 10:52:04 -05:00
Volker Lendecke
407ab8474a
r1285: Put variable definitions into a block before the statements...
...
Volker
(This used to be commit e8786506b8
)
2007-10-10 10:52:04 -05:00
Volker Lendecke
e3fcc0fc27
r1283: Fix typo
...
(This used to be commit 3af4348faf
)
2007-10-10 10:52:04 -05:00
Volker Lendecke
dd8b8286d0
r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEBUG).
...
Volker
(This used to be commit b491e76625
)
2007-10-10 10:52:04 -05:00
Jeremy Allison
3e0f586298
r1263: Make "defer sharing violations" a global parameter.
...
Jeremy.
(This used to be commit 42cdeccc36
)
2007-10-10 10:52:04 -05:00
Jeremy Allison
7f05a7d0c8
r1260: Added new parameter in the protocol section. "defer sharing violations",
...
by default set to "yes" (to correctly emulate Windows). I've added this to
ensure if we find a critical problem with this new code when 3.0.5 ships
it can be turned off to test for bugs.
Jeremy.
(This used to be commit bee0619cc4
)
2007-10-10 10:52:03 -05:00
Jeremy Allison
e13ba6ebd5
r1259: Ensure we pass Samba4 RAW-RENAME test.
...
Jeremy.
(This used to be commit 756a004311
)
2007-10-10 10:52:03 -05:00
Jeremy Allison
efd2a06594
r1257: Ensure we deferr a sharing violation on rename correctly.
...
Jeremy.
(This used to be commit b52a04a5cd
)
2007-10-10 10:52:03 -05:00
Jeremy Allison
073c542c51
r1255: Ensure we check attributes correctly on rename request. Gets us further with
...
Samba4 RAW-RENAME test.
Jeremy.
(This used to be commit f17382ad8a
)
2007-10-10 10:52:03 -05:00
Jeremy Allison
af5750d3ba
r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent
...
lp_interfaces() list from being corrupted.
Jeremy.
(This used to be commit c892545960
)
2007-10-10 10:52:03 -05:00
Jeremy Allison
6106de34e5
r1247: Final fix to make this compile on Heimdal.
...
Jeremy.
(This used to be commit b462b8fa2f
)
2007-10-10 10:52:02 -05:00
Jeremy Allison
41416f3876
r1245: I think the parameter for "password" and "data" was reversed.
...
CHECK THIS !
Jeremy.
(This used to be commit d4abeefe3e
)
2007-10-10 10:52:02 -05:00
Jeremy Allison
c3f09f2347
r1244: More Heimdal compile fixes.
...
Jeremy.
(This used to be commit 92a5dc1880
)
2007-10-10 10:52:02 -05:00
Jeremy Allison
34f985c971
r1243: Fix so this compiles with Heimdal (in Heimdal krb5_kt_cursor is a struct not a pointer).
...
Jeremy.
(This used to be commit 940f893d48
)
2007-10-10 10:52:02 -05:00
Jeremy Allison
cf1c4ae9a6
r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).
...
Jeremy.
(This used to be commit a535a05975
)
2007-10-10 10:52:02 -05:00
Jeremy Allison
792776782e
r1240: Ensure we don't shadow Heimdal globals.
...
Jeremy.
(This used to be commit 464d2e9048
)
2007-10-10 10:52:02 -05:00
Volker Lendecke
7984ec9edb
r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@sernet.de>.
...
Volker
(This used to be commit fece76cfc2
)
2007-10-10 10:52:01 -05:00
Jeremy Allison
2b76b28932
r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before
...
it compiles with Heimdal.
Jeremy.
(This used to be commit dd07278b89
)
2007-10-10 10:52:01 -05:00
Gerald Carter
087868c499
r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing code. (a) make sure to clear jobs_changed list when deleting a job and, (b) invalidate the printer handle cache when we get a notification that something has changed on that printer
...
(This used to be commit e3d4fea780
)
2007-10-10 10:52:01 -05:00
Jeremy Allison
adf65489bd
r1224: Fix longstanding memleak bug with logfile name being set before lp_load()
...
loads the initial config file and overwrites the written logfile name with
zeros in init_globals(). Ensure we do a string_free() on Globals.szLogFile
if it isn't NULL.
Jeremy.
(This used to be commit c378f3c325
)
2007-10-10 10:52:01 -05:00
Jeremy Allison
1f7dbded04
r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.
...
Jeremy.
(This used to be commit 5a1d8c3c9b
)
2007-10-10 10:52:01 -05:00
Jeremy Allison
7825677b86
r1222: Valgrind memory leak fixes. Still tracking down a strange one...
...
Can't fix the krb5 memory leaks inside that library :-(.
Jeremy.
(This used to be commit ad440213aa
)
2007-10-10 10:52:00 -05:00
Jeremy Allison
2055155291
r1221: Added the last of the system keytab patch from "Dan Perry" <dperry@pppl.gov>,
...
fixed valgrind detected mem corruption in libads/kerberos_keytab.c.
Jeremy.
(This used to be commit 286f4c809c
)
2007-10-10 10:52:00 -05:00
Jelmer Vernooij
94edc72c90
r1220: Revert last change. Apparently, NOTPARALLEL blocks all parallel builds
...
(This used to be commit 0ca894d5cf
)
2007-10-10 10:52:00 -05:00
Jelmer Vernooij
d79e149c5e
r1219: Don't make proto parallel
...
(This used to be commit d08ce198b5
)
2007-10-10 10:52:00 -05:00
Jeremy Allison
e948458a79
r1215: Intermediate checkin of the new keytab code. I need to make sure I
...
haven't broken krb5 ticket verification in the mainline code path,
also need to check with valgrind. Everything now compiles (MIT, need
to also check Heimdal) and the "net keytab" utility code will follow.
Jeremy.
(This used to be commit f0f2e28958
)
2007-10-10 10:52:00 -05:00
Jeremy Allison
5a889c9d7b
r1214: Now compiles. Changed krb5_kt_free_entry to krb5_free_keytab_entry_contents
...
Jeremy.
(This used to be commit be8a2dc00d
)
2007-10-10 10:52:00 -05:00
Gerald Carter
48a6e9fd76
r1212: small change to prevent home directories added during the SMBsesssetup&X tfrom being removed as unused services
...
(This used to be commit 951a885194
)
2007-10-10 10:51:59 -05:00
Volker Lendecke
5db731d899
r1202: This hopefully fixes our memory use when unmarshalling strings. The test case
...
was 'rpcclient -c "enumprinters 2"' with 4000 printers. At some point this
completely exploded in memory usage. For every string we talloc'ed memory up
to the end of the buffer. -> O(n^2).
This survives valgrind with this number of printers. It might also have
influence on winbind with a large number of users.
All those who dare to look at samba3 rpc code, could you please take a look? I
know this is a burden, but I would like comments ;-)))
Volker
(This used to be commit af251f4ea6
)
2007-10-10 10:51:59 -05:00
Jeremy Allison
ee79226d2a
r1195: Ensure libsmb/clikrb5.c compiles.
...
Jeremy.
(This used to be commit 7067e274dc
)
2007-10-10 10:51:59 -05:00
Jeremy Allison
59d1794527
r1194: Definition of krb5_free_unparsed_name() if we do't have it.
...
Jeremy.
(This used to be commit 82c219ea02
)
2007-10-10 10:51:59 -05:00
Jeremy Allison
f38c27b4e0
r1193: Ensure we check for and use krb5_free_unparsed_name().
...
Jeremy.
(This used to be commit af5a08f5ad
)
2007-10-10 10:51:59 -05:00
Jeremy Allison
d703c350cb
r1192: Fixed all memleaks/error code return path leaks I can find. Not sure if compiles yet,
...
but will soon :-).
Jeremy.
(This used to be commit 0d982956f6
)
2007-10-10 10:51:59 -05:00
Jeremy Allison
92fea615f5
r1184: Keep latest changes... not compilable yet.
...
Jeremy.
(This used to be commit 57c037c6c9
)
2007-10-10 10:51:59 -05:00
Jeremy Allison
04257821e9
r1183: Updates to the code cleanup so I don't lose my changes...
...
Jeremy.
(This used to be commit 786a440c18
)
2007-10-10 10:51:58 -05:00
Jeremy Allison
920034ec3b
r1182: Partial re-write of keytab code to clean up, remove memory leaks etc. Work in progress !
...
It seems the krb5 interfaces are so horrible it's impossible to write good error checking
code :-(.
Jeremy.
(This used to be commit 03f8c8bc07
)
2007-10-10 10:51:58 -05:00
Jeremy Allison
a986d45e98
r1180: New file - basis of new system keytab code.
...
Jeremy.
(This used to be commit 858e849af6
)
2007-10-10 10:51:58 -05:00
Jeremy Allison
af10abdd55
r1179: Start of system keytab merge. Config tests.
...
Jeremy.
(This used to be commit 730d750c04
)
2007-10-10 10:51:58 -05:00
Volker Lendecke
5be2af4822
r1175: Nowadays we actually do have local groups, so add the corresponding SIDs to
...
the NT token we build.
Thanks to Guenther Deschner <gd@sernet.de>.
Volker
(This used to be commit 2f9143dee9
)
2007-10-10 10:51:58 -05:00
Jeremy Allison
bd178fd7a2
r1171: Patch from "Lu, Jianliang" <Jianliang.Lu@getronics.com> to
...
reset password counts when account is reset.
Jeremy.
(This used to be commit 6fb64d8b36
)
2007-10-10 10:51:58 -05:00
Jeremy Allison
4dddfb74ae
r1156: Ensure new remote arch of CIFSFS is seen.
...
Jeremy.
(This used to be commit 33fa4b8b27
)
2007-10-10 10:51:57 -05:00
Jeremy Allison
2acd084866
r1154: Change default setting for case sensitivity to "auto". If set to auto
...
then is the client supports it (current clients supported are Samba and
CIFSVFS - detected by the negprot strings "Samba", "POSIX 2" and a bare
"NT LM 0.12" string) then the setting of the per packet flag smb_flag
FLAG_CASELESS_PATHNAMES is taken into account per packet. This allows
the linux CIFS client to use Samba in a case sensitive manner.
Additional command in smbclient "case_sensitive", toggles the
flag in subsequent packets.
Docs to follow.
Jeremy.
(This used to be commit cf84c0fe1a
)
2007-10-10 10:51:57 -05:00
Andrew Bartlett
2895acb6e7
r1128: The end-of-file is not the end of the world, so don't make a load DEBUG() about it.
...
Andrew Bartlett
(This used to be commit 4da976dbd0
)
2007-10-10 10:51:57 -05:00
Andrew Bartlett
c8f63452b8
r1127: Finding trusted domains is not so important as to require a DEBUG(1).
...
Andrew Bartlett
(This used to be commit 999b2501a1
)
2007-10-10 10:51:57 -05:00
Andrew Bartlett
654524c71b
r1126: Allow more flexible GSS-SPENGO client and server operation. The
...
client now falls back to NTLMSSP, and the server allows the client to
start, without first asking for a mech list.
Andrew Bartlett
(This used to be commit feccc3daca
)
2007-10-10 10:51:57 -05:00
Andrew Bartlett
0805d1ddc3
r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)
...
Andrew Bartlett
(This used to be commit 61768f4cb3
)
2007-10-10 10:51:56 -05:00
Andrew Bartlett
2074b40485
r1124: ntlm_auth memory leak fixes by James Wilkinson - jwilk@alumni.cse.ucsc.edu
...
Andrew Bartlett
(This used to be commit 94c0827ce2
)
2007-10-10 10:51:56 -05:00
Andrew Bartlett
3542b99cf1
r1122: As spotted by lha@stacken.kth.se we don't actually use this variable any more.
...
Andrew Bartlett
(This used to be commit 9d5821d5ee
)
2007-10-10 10:51:56 -05:00