| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
Fix OOPS when dealing with mangled names reported by several users.
This was my bug when removing a redundant strlen.
Jeremy.
(This used to be commit 3b3e19f66f783016ca3bc2d9e76328732ed4a84b)
|
| |
| |
| |
| |
| |
| |
| | |
The RAP NetShareEnum() call has a length limit of 12 characters (not 8, as
previously tested). Took DaveCB's suggested and added a note listing some
of the client systems that might be affected.
(This used to be commit cdfc0fc383ab63f47ddd547fddc4c28bbfddf5e5)
|
| |
| |
| |
| |
| | |
-w option need the password on the command line
(This used to be commit 0b8f32b7f53b145fb51f5537a7f42d11d69ed4c3)
|
| |
| |
| |
| | |
(This used to be commit f4eb7acc7dfc400cc6524dccdd8081acd707f937)
|
| |
| |
| |
| |
| |
| |
| |
| | |
>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
(This used to be commit 9b6328bcfd5b53a05926eb5a97c74275842d086b)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>remove getpwnam() calls from init_sam_from_xxx().
>This means that %u & %g will no longer expand, but %U
>and %G still do. The payback is that winbindd local
>accounts for users work with 'wbinfo -u' when winbind
>is running on a PDC.
>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
(This used to be commit 1e60bbff70efe3b5c306bc1ef560ee8032b1a852)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>remove getpwnam() calls from init_sam_from_xxx().
>This means that %u & %g will no longer expand, but %U
>and %G still do. The payback is that winbindd local
>accounts for users work with 'wbinfo -u' when winbind
>is running on a PDC.
(This used to be commit f047e24561688c697179b14549b1800e00b2a435)
|
| |
| |
| |
| |
| |
| | |
>Ensure we consistantly translate to/from utf8 for talking to LDAP.
>Jeremy.
(This used to be commit 5b0753bd98ffef5133da31f1c47a45e794d0bb72)
|
| |
| |
| |
| |
| | |
>fix unitiailized timestamp where merging print_jobs and lpq listing
(This used to be commit 1603d0e6848a8ec3f7d8a8f735c9d1a6d92aac0b)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>Fix for typo in darwin detection.
>Jeremy.
>Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
>(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>.
>Also add MacOSX/Darwin configure fixes.
>Jerry - can we put this in 3.0 release ? :-).
>Jeremy.
(This used to be commit 7951dee600146623ce473659c3f41963ea873e3e)
|
| |
| |
| |
| |
| |
| |
| | |
>Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>,
>ensure the desired access is read from the incoming RPC request.
>Jeremy.
(This used to be commit a556637d0bc56aeb980c422c4d1da44311956c3b)
|
| |
| |
| |
| |
| |
| |
| | |
>Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old
>values.
>Jeremy.
(This used to be commit 9df18a6c4ea30545297f9e5a0b10b440e6a0687e)
|
| |
| |
| |
| |
| |
| |
| |
| | |
>Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting
>to/from utf8 for some calls. The libads code gets this right. Wonder why
>the passdb code doesn't use it ?
>Jeremy.
(This used to be commit 258c106e2243f19c77fe35edd6dcba816a8fc8ee)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
>(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>.
>Also add MacOSX/Darwin configure fixes.
>Jerry - can we put this in 3.0 release ? :-).
>Jeremy.
(This used to be commit 67acde75d3569b612f87646ff0740f8020e8fdcf)
|
| |
| |
| |
| |
| |
| | |
>For some reason testparm runs at debug level 2 which causes the module probe functions to
>display verbose debugs. Increase the probe debugs to level 3.
(This used to be commit be91bbd570bd94f67001aab9cfb2baf44b390097)
|
| |
| |
| |
| |
| |
| |
| | |
>Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restore
>with filenames > 100 chars.
>Jeremy.
(This used to be commit a7bbfd636798232416c044df8a77dbbd8c77f9ed)
|
| |
| |
| |
| | |
(This used to be commit 675707c33e8447b9cb9fc2ae451663a56a14d792)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>Fix for bug #273 - smbd crash on machine account change.
>Someone only half changed the code to use dc_name
>instead of remote machine... Found via back trace from Dariush Forouher
><dariush@forouher.de>.
>Jeremy.
(This used to be commit 1956478ddece5899ebdf627969136603e1c21637)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>Revision 1.8.2.33
>Fix error return path memory leaks in vampire code for creating users.
>
>Display an error if we can't create a posix account for the user
>(e.g no add user/machine script was specified; bug #323).
>Revision 1.8.2.32:
>Use opt_target_workgroup instead of lp_workgroup() in vampire code so
>we can override the value in smb.conf with the -w option.
>
>Migrating accounts from another domain can now be done like:
>
># bin/net join bdc -w nt4dom -Uadministrator%password
># bin/net rpc vampire -w nt4dom -U administrator%password
(This used to be commit 36f7d88edd15bff1b7dfa78f3908dae272b96215)
|
| |
| |
| |
| |
| | |
>Formatting fixups for help output.
(This used to be commit fe7c8e39688f0966563c67dd61a9ad8ae2b98f99)
|
| |
| |
| |
| |
| |
| | |
>Fix error message when calling namedtogid() fails adding a group map
>entry. Bug #431.
(This used to be commit 1befe1758351f43558808a3c91543752e7ff7823)
|
| |
| |
| |
| | |
(This used to be commit 3d71340e5c1bf3397e69897bbc8434bbaa503a75)
|
| |
| |
| |
| | |
(This used to be commit d2fdc3955fb6859e865e805d32ca405ab44d0505)
|
| |
| |
| |
| | |
(This used to be commit 69b30ec0776b06c62810a3eb1d7be1df3db9e169)
|
| |
| |
| |
| | |
(This used to be commit 2ac5ac495025f6c673216c1922ff51b913a0aeac)
|
| |
| |
| |
| | |
(This used to be commit a5656a5756b3c1061d683d664a7f087182b39b47)
|
| |
| |
| |
| | |
(This used to be commit 275bdc3ff550fd14a11c9f3919a82d4af35dc6fa)
|
| |
| |
| |
| | |
(This used to be commit a7bffe2095e4bb591dfa97ea4d786483fd44053b)
|
| |
| |
| |
| | |
(This used to be commit b5c5a9dc76c7584047e6ad8e7063b2da348e67d7)
|
| |
| |
| |
| | |
(This used to be commit 04f8cbbca66024ffdcd2ebc0f4db7849d02ca99b)
|
| |
| |
| |
| | |
(This used to be commit 1a9145015d4b2ee7e7399099760cda13d619e740)
|
| |
| |
| |
| | |
(This used to be commit c17a7dc9a190156a069da3e861c18fd3f81224ad)
|
| |
| |
| |
| | |
(This used to be commit 3101c236b8241dc0183995ffceed551876427de4)
|
| |
| |
| |
| | |
(This used to be commit ae14f8364398f07fc3e7c7861cd39fe528f3fe7a)
|
| |
| |
| |
| | |
(This used to be commit e66541d0e1befec5d589890994454dd639ea0665)
|
| |
| |
| |
| | |
(This used to be commit af0efeeccfc6f4bc78c6baafd2bded404cc2a551)
|
| |
| |
| |
| | |
(This used to be commit 99feae7b5b1c229a925367b87c0c0f636d9a2d75)
|
| |
| |
| |
| |
| | |
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE
(This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
|
| |
| |
| |
| |
| | |
define it in SHLD for those systems that use CC for SHLD
(This used to be commit 142c54ca924bd854e7d840c2a67692c9f61ee396)
|
| |
| |
| |
| |
| |
| | |
programmer can't work around, but hopefully enough that people will
notice that they should be using the 3.0 branch at the moment
(This used to be commit d6de8e8a94c8fb7d7837ed2b43092a275cc9d6c5)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 8996c51770845d60b41c2c967b030ff30eef1001)
|
| |
| |
| |
| |
| |
| | |
down; bug 437
(This used to be commit 1cfbd92404270e0c67a3b295fc9cf461b29d3503)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit dfbde4be7191895d79762855b21f5c62d53d5267)
|
| |
| |
| |
| |
| |
| | |
postexec script
(This used to be commit 497e14ba19f4f637e1203d73981ea1c401a19542)
|
| |
| |
| |
| | |
(This used to be commit 9365c619d6feb15289d963e9e70e1f947b7f8c3f)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bunch of updates to bug 413 from Monyo:
1) pick up proper strings to call msg strings for example to add
strings in wizard menu in web/swat.c, web/statuspage.c and
param/loadparm.c.
2) define N_() macro in include/intl.h to pick up some strings
in param/loadparm.c
3) quote all name and value tag with '"'
For example in swat.c:720 the "Edit Parameter Values" string is
displayd only as "Edit" because value tag is not quoted like:
value=Edit Parameter Values
These tags should be quoted though it sometimes works well
without quotation.
4) modify the msg strings not to contain HTML tags or other
non-message strings. For example
dprintf(_("test\n")); is modified to dprintf("%s\n", _("test"));
(This used to be commit 351d16956d8125bc689ca84adcb71e0a57d6b7cc)
|
| |
| |
| |
| |
| |
| |
| | |
this (HPUX 11). Currently it's initialised to 'ar' but this may have
to be changed if any systems pop up that have archivers that aren't
named 'ar'. Closes bug #552.
(This used to be commit 6aada3bd3e08abedc4c043d1ceb667ca73f8cd62)
|
| |
| |
| |
| | |
(This used to be commit 803ae4517265e4bb4639c4966e104b392913c7c0)
|
| |
| |
| |
| | |
(This used to be commit dc6d14c2bd1a8509e40c198065b8dc930c37d3ed)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 93669f329eccec34d4a1da6239ae9759f067fb8b)
|